Searched refs:pktmbuf_write (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_cryptodev_blockcipher.c | 204 pktmbuf_write(ibuf, 0, tdata->plaintext.len, in test_blockcipher_one_case() 207 pktmbuf_write(ibuf, 0, tdata->ciphertext.len, in test_blockcipher_one_case() 268 pktmbuf_write(ibuf, 0, tdata->plaintext.len, in test_blockcipher_one_case() 271 pktmbuf_write(ibuf, 0, tdata->ciphertext.len, in test_blockcipher_one_case()
|
| H A D | test_cryptodev.h | 95 pktmbuf_write(struct rte_mbuf *mbuf, int offset, int len, const uint8_t *buffer) in pktmbuf_write() function
|
| H A D | test_cryptodev.c | 3305 pktmbuf_write(ut_params->ibuf, 0, plaintext_len, tdata->plaintext.data); in test_kasumi_encryption_sgl() 3491 pktmbuf_write(ut_params->ibuf, 0, plaintext_len, tdata->plaintext.data); in test_kasumi_encryption_oop_sgl() 4796 pktmbuf_write(ut_params->ibuf, 0, ciphertext_len, in test_snow3g_auth_cipher_sgl() 4803 pktmbuf_write(ut_params->ibuf, 0, plaintext_len, in test_snow3g_auth_cipher_sgl() 5197 pktmbuf_write(ut_params->ibuf, 0, ciphertext_len, in test_kasumi_auth_cipher_sgl() 5204 pktmbuf_write(ut_params->ibuf, 0, plaintext_len, in test_kasumi_auth_cipher_sgl() 5569 pktmbuf_write(ut_params->ibuf, 0, plaintext_len, in test_zuc_encryption_sgl() 6002 pktmbuf_write(ut_params->ibuf, 0, ciphertext_len, in test_zuc_auth_cipher_sgl() 6009 pktmbuf_write(ut_params->ibuf, 0, plaintext_len, in test_zuc_auth_cipher_sgl() 7023 pktmbuf_write(ut_params->ibuf, 0, ciphertext_len, in test_mixed_auth_cipher_sgl() [all …]
|