Lines Matching refs:xform

310 		td_in->xform.aead.aead.op = RTE_CRYPTO_AEAD_OP_DECRYPT;  in test_ipsec_td_in_from_out()
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()
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()
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()
598 iv_len = td->xform.aead.aead.iv.length - td->salt.len; in test_ipsec_iv_verify_push()
600 iv_len = td->xform.chain.cipher.cipher.iv.length; in test_ipsec_iv_verify_push()
869 res_d->xform.aead.aead.op = RTE_CRYPTO_AEAD_OP_DECRYPT; in test_ipsec_res_d_prepare()
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()