Lines Matching refs:chain
312 td_in->xform.chain.auth.auth.op = RTE_CRYPTO_AUTH_OP_VERIFY; in test_ipsec_td_in_from_out()
313 td_in->xform.chain.cipher.cipher.op = in test_ipsec_td_in_from_out()
408 td->xform.chain.auth.auth.algo = 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()
422 td->xform.chain.cipher.cipher.algo = in test_ipsec_td_prepare()
424 td->xform.chain.cipher.cipher.key.length = in test_ipsec_td_prepare()
426 td->xform.chain.cipher.cipher.iv.length = in test_ipsec_td_prepare()
428 td->xform.chain.auth.auth.algo = 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()
600 iv_len = td->xform.chain.cipher.cipher.iv.length; in test_ipsec_iv_verify_push()
871 res_d->xform.chain.cipher.cipher.op = in test_ipsec_res_d_prepare()
873 res_d->xform.chain.auth.auth.op = RTE_CRYPTO_AUTH_OP_VERIFY; in test_ipsec_res_d_prepare()