Lines Matching refs:aead
216 struct rte_crypto_sym_xform *aead) in test_ipsec_crypto_caps_aead_verify() argument
225 crypto_cap->sym.xform_type == aead->type && in test_ipsec_crypto_caps_aead_verify()
226 crypto_cap->sym.aead.algo == aead->aead.algo) { in test_ipsec_crypto_caps_aead_verify()
229 aead->aead.key.length, in test_ipsec_crypto_caps_aead_verify()
230 aead->aead.digest_length, in test_ipsec_crypto_caps_aead_verify()
231 aead->aead.aad_length, in test_ipsec_crypto_caps_aead_verify()
232 aead->aead.iv.length) == 0) in test_ipsec_crypto_caps_aead_verify()
309 if (td_in->aead) { in test_ipsec_td_in_from_out()
310 td_in->xform.aead.aead.op = RTE_CRYPTO_AEAD_OP_DECRYPT; in test_ipsec_td_in_from_out()
393 td->aead = true; in test_ipsec_td_prepare()
394 td->xform.aead.aead.algo = param1->alg.aead; in test_ipsec_td_prepare()
395 td->xform.aead.aead.key.length = param1->key_length; in test_ipsec_td_prepare()
405 td->aead = false; in test_ipsec_td_prepare()
551 rte_crypto_aead_algorithm_strings[param1->alg.aead], in test_ipsec_display_alg()
597 if (td->aead) in test_ipsec_iv_verify_push()
598 iv_len = td->xform.aead.aead.iv.length - td->salt.len; in test_ipsec_iv_verify_push()
868 if (res_d->aead) { in test_ipsec_res_d_prepare()
869 res_d->xform.aead.aead.op = RTE_CRYPTO_AEAD_OP_DECRYPT; in test_ipsec_res_d_prepare()