Lines Matching refs:rte_pktmbuf_append

140 		char *dst = rte_pktmbuf_append(m, t_len);  in setup_test_string()
1669 ut_params->digest = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_AES_CBC_HMAC_SHA1_encrypt_digest()
1855 ut_params->digest = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_AES_CBC_HMAC_SHA512_decrypt_perform()
2367 sym_op->auth.digest.data = (uint8_t *)rte_pktmbuf_append( in create_wireless_algo_hash_operation()
2423 sym_op->auth.digest.data = (uint8_t *)rte_pktmbuf_append( in create_wireless_cipher_hash_operation()
2495 sym_op->auth.digest.data = (uint8_t *)rte_pktmbuf_append( in create_wireless_algo_cipher_hash_operation()
2713 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_snow3g_authentication()
2803 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_snow3g_authentication_verify()
2889 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_kasumi_authentication()
2977 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_kasumi_authentication_verify()
3202 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_kasumi_encryption()
3393 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_kasumi_encryption_oop()
3395 rte_pktmbuf_append(ut_params->obuf, plaintext_pad_len); in test_kasumi_encryption_oop()
3571 ciphertext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_kasumi_decryption_oop()
3573 rte_pktmbuf_append(ut_params->obuf, ciphertext_pad_len); in test_kasumi_decryption_oop()
3660 ciphertext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_kasumi_decryption()
3752 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_snow3g_encryption()
3842 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_snow3g_encryption_oop()
3844 rte_pktmbuf_append(ut_params->obuf, plaintext_pad_len); in test_snow3g_encryption_oop()
4059 plaintext = (uint8_t *) rte_pktmbuf_append(ut_params->ibuf, in test_snow3g_encryption_offset_oop()
4062 rte_pktmbuf_append(ut_params->obuf, plaintext_pad_len); in test_snow3g_encryption_offset_oop()
4162 ciphertext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_snow3g_decryption()
4252 ciphertext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_snow3g_decryption_oop()
4254 rte_pktmbuf_append(ut_params->obuf, ciphertext_pad_len); in test_snow3g_decryption_oop()
4352 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_zuc_cipher_auth()
4455 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_snow3g_cipher_auth()
4593 ciphertext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_snow3g_auth_cipher()
4597 rte_pktmbuf_append(ut_params->obuf, ciphertext_pad_len); in test_snow3g_auth_cipher()
4601 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_snow3g_auth_cipher()
4605 rte_pktmbuf_append(ut_params->obuf, plaintext_pad_len); in test_snow3g_auth_cipher()
4992 ciphertext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_kasumi_auth_cipher()
4996 rte_pktmbuf_append(ut_params->obuf, ciphertext_pad_len); in test_kasumi_auth_cipher()
5000 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_kasumi_auth_cipher()
5004 rte_pktmbuf_append(ut_params->obuf, plaintext_pad_len); in test_kasumi_auth_cipher()
5369 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_kasumi_cipher_auth()
5478 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_zuc_encryption()
5680 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_zuc_authentication()
5803 ciphertext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_zuc_auth_cipher()
5807 rte_pktmbuf_append(ut_params->obuf, ciphertext_pad_len); in test_zuc_auth_cipher()
5811 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_zuc_auth_cipher()
5815 rte_pktmbuf_append(ut_params->obuf, plaintext_pad_len); in test_zuc_auth_cipher()
6817 ciphertext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_mixed_auth_cipher()
6821 rte_pktmbuf_append(ut_params->obuf, ciphertext_pad_len); in test_mixed_auth_cipher()
6825 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_mixed_auth_cipher()
6829 rte_pktmbuf_append(ut_params->obuf, plaintext_pad_len); in test_mixed_auth_cipher()
7469 sym_op->aead.aad.data = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in create_aead_operation()
7491 sym_op->aead.aad.data = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in create_aead_operation()
7520 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in create_aead_operation()
7529 ciphertext = (uint8_t *)rte_pktmbuf_append( in create_aead_operation()
7540 ciphertext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in create_aead_operation()
7551 plaintext = (uint8_t *)rte_pktmbuf_append( in create_aead_operation()
7564 sym_op->aead.digest.data = (uint8_t *)rte_pktmbuf_append( in create_aead_operation()
7577 sym_op->aead.digest.data = (uint8_t *)rte_pktmbuf_append( in create_aead_operation()
7785 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_pdcp_proto()
7795 rte_pktmbuf_append(ut_params->obuf, output_vec_len); in test_pdcp_proto()
7986 rte_pktmbuf_append(ut_params->obuf, frag_size_oop); in test_pdcp_proto_SGL()
7997 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_pdcp_proto_SGL()
8028 rte_pktmbuf_append(buf_oop, to_trn); in test_pdcp_proto_SGL()
8031 plaintext = (uint8_t *)rte_pktmbuf_append(buf, in test_pdcp_proto_SGL()
8061 rte_pktmbuf_append(buf_oop, to_trn); in test_pdcp_proto_SGL()
8549 ciphertext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_docsis_proto_uplink()
8725 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_docsis_proto_downlink()
10178 *plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in MD5_HMAC_create_op()
10183 sym_op->auth.digest.data = (uint8_t *)rte_pktmbuf_append( in MD5_HMAC_create_op()
10695 unsigned *data = (unsigned *)rte_pktmbuf_append(m, in test_null_burst_operation()
10757 sym_op->auth.digest.data = (uint8_t *)rte_pktmbuf_append( in create_gmac_operation()
10928 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_AES_GMAC_authentication()
11058 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_AES_GMAC_authentication_verify()
11172 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_AES_GMAC_authentication_SGL()
11197 plaintext = (uint8_t *)rte_pktmbuf_append(buf, in test_AES_GMAC_authentication_SGL()
11204 digest_mem = (uint8_t *)rte_pktmbuf_append(buf, in test_AES_GMAC_authentication_SGL()
11215 digest_mem = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_AES_GMAC_authentication_SGL()
11590 sym_op->auth.digest.data = (uint8_t *)rte_pktmbuf_append( in create_auth_operation()
11637 sym_op->auth.digest.data = (uint8_t *)rte_pktmbuf_append( in create_auth_GMAC_operation()
11690 sym_op->auth.digest.data = (uint8_t *)rte_pktmbuf_append( in create_cipher_auth_operation()
11793 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_authentication_verify_fail_when_data_corruption()
11875 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_authentication_verify_GMAC_fail_when_corruption()
11965 ciphertext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_authenticated_decryption_fail_when_corruption()
12082 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_authenticated_encryt_with_esn()
12214 ciphertext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_authenticated_decrypt_with_esn()
12431 rte_pktmbuf_append(ut_params->obuf, in test_authenticated_encryption_SGL()
12452 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_authenticated_encryption_SGL()
12485 rte_pktmbuf_append(buf_oop, to_trn); in test_authenticated_encryption_SGL()
12488 plaintext = (uint8_t *)rte_pktmbuf_append(buf, in test_authenticated_encryption_SGL()
12497 digest_mem = rte_pktmbuf_append(buf_oop, in test_authenticated_encryption_SGL()
12500 digest_mem = (uint8_t *)rte_pktmbuf_append(buf, in test_authenticated_encryption_SGL()
12515 digest_mem = rte_pktmbuf_append(ut_params->obuf, in test_authenticated_encryption_SGL()
12539 rte_pktmbuf_append(buf_oop, to_trn); in test_authenticated_encryption_SGL()
12544 digest_mem = rte_pktmbuf_append(buf_oop, in test_authenticated_encryption_SGL()
12561 digest_mem = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_authenticated_encryption_SGL()