Searched refs:buf_p (Results 1 – 2 of 2) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_cryptodev_blockcipher.c | 94 char *buf_p = NULL; in test_blockcipher_one_case() local 235 rte_memcpy(buf_p, in test_blockcipher_one_case() 241 memset(buf_p, 0, digest_len); in test_blockcipher_one_case() 244 if (!buf_p) { in test_blockcipher_one_case() 255 rte_memcpy(buf_p, temp_p, pad_len); in test_blockcipher_one_case() 257 memset(buf_p, 0xa5, pad_len); in test_blockcipher_one_case() 275 if (!buf_p) { in test_blockcipher_one_case() 282 memset(buf_p, 0, buf_len); in test_blockcipher_one_case() 325 memset(buf_p, 0, digest_len); in test_blockcipher_one_case() 330 if (!buf_p) { in test_blockcipher_one_case() [all …]
|
| /dpdk/drivers/common/cpt/ |
| H A D | cpt_ucode.h | 1436 buf_ptr_t *buf_p; in cpt_zuc_snow3g_enc_prep() local 1447 m_vaddr = buf_p->vaddr; in cpt_zuc_snow3g_enc_prep() 1448 m_dma = buf_p->dma_addr; in cpt_zuc_snow3g_enc_prep() 1750 buf_ptr_t *buf_p; in cpt_zuc_snow3g_dec_prep() local 1761 m_vaddr = buf_p->vaddr; in cpt_zuc_snow3g_dec_prep() 1762 m_dma = buf_p->dma_addr; in cpt_zuc_snow3g_dec_prep() 2008 buf_ptr_t *buf_p; in cpt_kasumi_enc_prep() local 2025 m_vaddr = buf_p->vaddr; in cpt_kasumi_enc_prep() 2026 m_dma = buf_p->dma_addr; in cpt_kasumi_enc_prep() 2252 buf_ptr_t *buf_p; in cpt_kasumi_dec_prep() local [all …]
|