Lines Matching refs:auth

268 		struct rte_crypto_sym_xform *auth)  in test_ipsec_crypto_caps_auth_verify()  argument
277 cap->sym.xform_type == auth->type && in test_ipsec_crypto_caps_auth_verify()
278 cap->sym.auth.algo == auth->auth.algo) { in test_ipsec_crypto_caps_auth_verify()
281 auth->auth.key.length, in test_ipsec_crypto_caps_auth_verify()
282 auth->auth.digest_length, in test_ipsec_crypto_caps_auth_verify()
283 auth->auth.iv.length) == 0) in test_ipsec_crypto_caps_auth_verify()
312 td_in->xform.chain.auth.auth.op = RTE_CRYPTO_AUTH_OP_VERIFY; in test_ipsec_td_in_from_out()
408 td->xform.chain.auth.auth.algo = in test_ipsec_td_prepare()
409 param1->alg.auth; in test_ipsec_td_prepare()
410 td->xform.chain.auth.auth.key.length = in test_ipsec_td_prepare()
412 td->xform.chain.auth.auth.digest_length = in test_ipsec_td_prepare()
416 if (td->xform.chain.auth.auth.algo == RTE_CRYPTO_AUTH_AES_GMAC) { in test_ipsec_td_prepare()
417 td->xform.chain.auth.auth.iv.length = in test_ipsec_td_prepare()
428 td->xform.chain.auth.auth.algo = in test_ipsec_td_prepare()
429 param2->alg.auth; in test_ipsec_td_prepare()
430 td->xform.chain.auth.auth.key.length = in test_ipsec_td_prepare()
432 td->xform.chain.auth.auth.digest_length = in test_ipsec_td_prepare()
435 if (td->xform.chain.auth.auth.algo == RTE_CRYPTO_AUTH_AES_GMAC) { in test_ipsec_td_prepare()
436 td->xform.chain.auth.auth.iv.length = in test_ipsec_td_prepare()
555 rte_crypto_auth_algorithm_strings[param1->alg.auth]); in test_ipsec_display_alg()
556 if (param1->alg.auth != RTE_CRYPTO_AUTH_NULL) in test_ipsec_display_alg()
564 rte_crypto_auth_algorithm_strings[param2->alg.auth]); in test_ipsec_display_alg()
565 if (param2->alg.auth != RTE_CRYPTO_AUTH_NULL) in test_ipsec_display_alg()
873 res_d->xform.chain.auth.auth.op = RTE_CRYPTO_AUTH_OP_VERIFY; in test_ipsec_res_d_prepare()