Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_cryptodev.c188 struct rte_crypto_va_iova_ptr cipher_iv, digest, aad_auth_iv; in process_sym_raw_dp_op() local
227 aad_auth_iv.iova = 0; in process_sym_raw_dp_op()
228 aad_auth_iv.va = NULL; in process_sym_raw_dp_op()
236 vec.aad = &aad_auth_iv; in process_sym_raw_dp_op()
261 aad_auth_iv.va = rte_crypto_op_ctod_offset( in process_sym_raw_dp_op()
263 aad_auth_iv.iova = rte_crypto_op_ctophys_offset(op, IV_OFFSET + in process_sym_raw_dp_op()
293 aad_auth_iv.va = rte_crypto_op_ctod_offset( in process_sym_raw_dp_op()
295 aad_auth_iv.iova = rte_crypto_op_ctophys_offset(op, IV_OFFSET + in process_sym_raw_dp_op()
313 aad_auth_iv.va = (void *)sop->aead.aad.data; in process_sym_raw_dp_op()
314 aad_auth_iv.iova = sop->aead.aad.phys_addr; in process_sym_raw_dp_op()