Lines Matching refs:rte_pktmbuf_append
151 dst = rte_pktmbuf_append(m, t_len); in setup_test_string()
2169 ut_params->digest = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_AES_CBC_HMAC_SHA1_encrypt_digest()
2360 ut_params->digest = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_AES_CBC_HMAC_SHA512_decrypt_perform()
2804 sym_op->auth.digest.data = (uint8_t *)rte_pktmbuf_append( in create_wireless_algo_hash_operation()
2860 sym_op->auth.digest.data = (uint8_t *)rte_pktmbuf_append( in create_wireless_cipher_hash_operation()
2932 sym_op->auth.digest.data = (uint8_t *)rte_pktmbuf_append( in create_wireless_algo_cipher_hash_operation()
3165 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_snow3g_authentication()
3255 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_snow3g_authentication_verify()
3341 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_kasumi_authentication()
3429 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_kasumi_authentication_verify()
3654 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_kasumi_encryption()
3845 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_kasumi_encryption_oop()
3847 rte_pktmbuf_append(ut_params->obuf, plaintext_pad_len); in test_kasumi_encryption_oop()
4023 ciphertext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_kasumi_decryption_oop()
4025 rte_pktmbuf_append(ut_params->obuf, ciphertext_pad_len); in test_kasumi_decryption_oop()
4112 ciphertext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_kasumi_decryption()
4204 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_snow3g_encryption()
4304 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_snow3g_encryption_oop()
4306 rte_pktmbuf_append(ut_params->obuf, plaintext_pad_len); in test_snow3g_encryption_oop()
4535 plaintext = (uint8_t *) rte_pktmbuf_append(ut_params->ibuf, in test_snow3g_encryption_offset_oop()
4538 rte_pktmbuf_append(ut_params->obuf, plaintext_pad_len); in test_snow3g_encryption_offset_oop()
4642 ciphertext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_snow3g_decryption()
4741 ciphertext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_snow3g_decryption_oop()
4743 rte_pktmbuf_append(ut_params->obuf, ciphertext_pad_len); in test_snow3g_decryption_oop()
4845 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_zuc_cipher_auth()
4948 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_snow3g_cipher_auth()
5085 ciphertext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_snow3g_auth_cipher()
5089 rte_pktmbuf_append(ut_params->obuf, ciphertext_pad_len); in test_snow3g_auth_cipher()
5093 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_snow3g_auth_cipher()
5097 rte_pktmbuf_append(ut_params->obuf, plaintext_pad_len); in test_snow3g_auth_cipher()
5492 ciphertext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_kasumi_auth_cipher()
5496 rte_pktmbuf_append(ut_params->obuf, ciphertext_pad_len); in test_kasumi_auth_cipher()
5500 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_kasumi_auth_cipher()
5504 rte_pktmbuf_append(ut_params->obuf, plaintext_pad_len); in test_kasumi_auth_cipher()
5869 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_kasumi_cipher_auth()
6028 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_zuc_encryption()
6222 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_zuc_authentication()
6347 ciphertext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_zuc_auth_cipher()
6354 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_zuc_auth_cipher()
6362 rte_pktmbuf_append(ut_params->obuf, ciphertext_pad_len); in test_zuc_auth_cipher()
7415 ciphertext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_mixed_auth_cipher()
7422 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_mixed_auth_cipher()
7429 rte_pktmbuf_append(ut_params->obuf, ciphertext_pad_len); in test_mixed_auth_cipher()
8074 sym_op->aead.aad.data = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in create_aead_operation()
8096 sym_op->aead.aad.data = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in create_aead_operation()
8125 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in create_aead_operation()
8134 ciphertext = (uint8_t *)rte_pktmbuf_append( in create_aead_operation()
8145 ciphertext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in create_aead_operation()
8156 plaintext = (uint8_t *)rte_pktmbuf_append( in create_aead_operation()
8169 sym_op->aead.digest.data = (uint8_t *)rte_pktmbuf_append( in create_aead_operation()
8182 sym_op->aead.digest.data = (uint8_t *)rte_pktmbuf_append( in create_aead_operation()
8390 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_pdcp_proto()
8400 rte_pktmbuf_append(ut_params->obuf, output_vec_len); in test_pdcp_proto()
8602 rte_pktmbuf_append(ut_params->obuf, frag_size_oop); in test_pdcp_proto_SGL()
8613 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_pdcp_proto_SGL()
8644 rte_pktmbuf_append(buf_oop, to_trn); in test_pdcp_proto_SGL()
8647 plaintext = (uint8_t *)rte_pktmbuf_append(buf, in test_pdcp_proto_SGL()
8677 rte_pktmbuf_append(buf_oop, to_trn); in test_pdcp_proto_SGL()
9345 input_text = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_ipsec_proto_process()
10303 ciphertext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_docsis_proto_uplink()
10488 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_docsis_proto_downlink()
11838 *plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in MD5_HMAC_create_op()
11843 sym_op->auth.digest.data = (uint8_t *)rte_pktmbuf_append( in MD5_HMAC_create_op()
12370 unsigned *data = (unsigned *)rte_pktmbuf_append(m, in test_null_burst_operation()
12672 sym_op->auth.digest.data = (uint8_t *)rte_pktmbuf_append( in create_gmac_operation()
12845 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_AES_GMAC_authentication()
12977 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_AES_GMAC_authentication_verify()
13093 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_AES_GMAC_authentication_SGL()
13118 plaintext = (uint8_t *)rte_pktmbuf_append(buf, in test_AES_GMAC_authentication_SGL()
13125 digest_mem = (uint8_t *)rte_pktmbuf_append(buf, in test_AES_GMAC_authentication_SGL()
13136 digest_mem = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_AES_GMAC_authentication_SGL()
13511 sym_op->auth.digest.data = (uint8_t *)rte_pktmbuf_append( in create_auth_operation()
13558 sym_op->auth.digest.data = (uint8_t *)rte_pktmbuf_append( in create_auth_GMAC_operation()
13611 sym_op->auth.digest.data = (uint8_t *)rte_pktmbuf_append( in create_cipher_auth_operation()
13717 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_authentication_verify_fail_when_data_corruption()
13802 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_authentication_verify_GMAC_fail_when_corruption()
13895 ciphertext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_authenticated_decryption_fail_when_corruption()
14017 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_authenticated_encrypt_with_esn()
14153 ciphertext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_authenticated_decrypt_with_esn()
14370 rte_pktmbuf_append(ut_params->obuf, in test_authenticated_encryption_SGL()
14391 plaintext = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_authenticated_encryption_SGL()
14424 rte_pktmbuf_append(buf_oop, to_trn); in test_authenticated_encryption_SGL()
14427 plaintext = (uint8_t *)rte_pktmbuf_append(buf, in test_authenticated_encryption_SGL()
14436 digest_mem = rte_pktmbuf_append(buf_oop, in test_authenticated_encryption_SGL()
14439 digest_mem = (uint8_t *)rte_pktmbuf_append(buf, in test_authenticated_encryption_SGL()
14454 digest_mem = rte_pktmbuf_append(ut_params->obuf, in test_authenticated_encryption_SGL()
14478 rte_pktmbuf_append(buf_oop, to_trn); in test_authenticated_encryption_SGL()
14483 digest_mem = rte_pktmbuf_append(buf_oop, in test_authenticated_encryption_SGL()
14500 digest_mem = (uint8_t *)rte_pktmbuf_append(ut_params->ibuf, in test_authenticated_encryption_SGL()