Searched refs:pktmbuf_write (Results 1 – 3 of 3) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_cryptodev_blockcipher.c | 226 pktmbuf_write(ibuf, 0, tdata->plaintext.len, in test_blockcipher_one_case() 229 pktmbuf_write(ibuf, 0, tdata->ciphertext.len, in test_blockcipher_one_case() 315 pktmbuf_write(ibuf, 0, tdata->plaintext.len, in test_blockcipher_one_case() 318 pktmbuf_write(ibuf, 0, tdata->ciphertext.len, in test_blockcipher_one_case()
|
| H A D | test_cryptodev.h | 113 pktmbuf_write(struct rte_mbuf *mbuf, int offset, int len, const uint8_t *buffer) in pktmbuf_write() function
|
| H A D | test_cryptodev.c | 3757 pktmbuf_write(ut_params->ibuf, 0, plaintext_len, tdata->plaintext.data); in test_kasumi_encryption_sgl() 3943 pktmbuf_write(ut_params->ibuf, 0, plaintext_len, tdata->plaintext.data); in test_kasumi_encryption_oop_sgl() 5292 pktmbuf_write(ut_params->ibuf, 0, ciphertext_len, in test_snow3g_auth_cipher_sgl() 5299 pktmbuf_write(ut_params->ibuf, 0, plaintext_len, in test_snow3g_auth_cipher_sgl() 5697 pktmbuf_write(ut_params->ibuf, 0, ciphertext_len, in test_kasumi_auth_cipher_sgl() 5704 pktmbuf_write(ut_params->ibuf, 0, plaintext_len, in test_kasumi_auth_cipher_sgl() 6114 pktmbuf_write(ut_params->ibuf, 0, plaintext_len, in test_zuc_encryption_sgl() 6548 pktmbuf_write(ut_params->ibuf, 0, ciphertext_len, in test_zuc_auth_cipher_sgl() 6555 pktmbuf_write(ut_params->ibuf, 0, plaintext_len, in test_zuc_auth_cipher_sgl() 7624 pktmbuf_write(ut_params->ibuf, 0, ciphertext_len, in test_mixed_auth_cipher_sgl() [all …]
|