Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_cryptodev.c196 struct rte_crypto_va_iova_ptr cipher_iv, digest, aad_auth_iv; in process_sym_raw_dp_op() local
239 aad_auth_iv.iova = 0; in process_sym_raw_dp_op()
240 aad_auth_iv.va = NULL; in process_sym_raw_dp_op()
248 vec.aad = &aad_auth_iv; in process_sym_raw_dp_op()
276 aad_auth_iv.va = rte_crypto_op_ctod_offset( in process_sym_raw_dp_op()
278 aad_auth_iv.iova = rte_crypto_op_ctophys_offset(op, IV_OFFSET + in process_sym_raw_dp_op()
333 aad_auth_iv.va = rte_crypto_op_ctod_offset( in process_sym_raw_dp_op()
335 aad_auth_iv.iova = rte_crypto_op_ctophys_offset(op, IV_OFFSET + in process_sym_raw_dp_op()
353 aad_auth_iv.va = (void *)sop->aead.aad.data; in process_sym_raw_dp_op()
354 aad_auth_iv.iova = sop->aead.aad.phys_addr; in process_sym_raw_dp_op()