Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_cryptodev.c12707 void *digest_mem, uint64_t digest_phys) in create_gmac_operation_sgl() argument
12721 sym_op->auth.digest.data = digest_mem; in create_gmac_operation_sgl()
13046 void *digest_mem = NULL; in test_AES_GMAC_authentication_SGL() local
13135 if (!digest_mem) { in test_AES_GMAC_authentication_SGL()
13143 tdata, digest_mem, digest_phys); in test_AES_GMAC_authentication_SGL()
13162 auth_tag = digest_mem; in test_AES_GMAC_authentication_SGL()
14209 sym_op->aead.digest.data = digest_mem; in create_aead_operation_SGL()
14353 void *digest_mem = NULL; in test_authenticated_encryption_SGL() local
14499 if (!digest_mem && !oop) { in test_authenticated_encryption_SGL()
14508 tdata, digest_mem, digest_phys); in test_authenticated_encryption_SGL()
[all …]