Home
last modified time | relevance | path

Searched refs:digest_mem (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_cryptodev.c10792 void *digest_mem, uint64_t digest_phys) in create_gmac_operation_sgl() argument
10806 sym_op->auth.digest.data = digest_mem; in create_gmac_operation_sgl()
11127 void *digest_mem = NULL; in test_AES_GMAC_authentication_SGL() local
11214 if (!digest_mem) { in test_AES_GMAC_authentication_SGL()
11222 tdata, digest_mem, digest_phys); in test_AES_GMAC_authentication_SGL()
11241 auth_tag = digest_mem; in test_AES_GMAC_authentication_SGL()
12270 sym_op->aead.digest.data = digest_mem; in create_aead_operation_SGL()
12414 void *digest_mem = NULL; in test_authenticated_encryption_SGL() local
12560 if (!digest_mem && !oop) { in test_authenticated_encryption_SGL()
12569 tdata, digest_mem, digest_phys); in test_authenticated_encryption_SGL()
[all …]