Lines Matching refs:cipher
243 struct rte_crypto_sym_xform *cipher) in test_ipsec_crypto_caps_cipher_verify() argument
252 cap->sym.xform_type == cipher->type && in test_ipsec_crypto_caps_cipher_verify()
253 cap->sym.cipher.algo == cipher->cipher.algo) { in test_ipsec_crypto_caps_cipher_verify()
256 cipher->cipher.key.length, in test_ipsec_crypto_caps_cipher_verify()
257 cipher->cipher.iv.length) == 0) in test_ipsec_crypto_caps_cipher_verify()
313 td_in->xform.chain.cipher.cipher.op = in test_ipsec_td_in_from_out()
422 td->xform.chain.cipher.cipher.algo = in test_ipsec_td_prepare()
423 param1->alg.cipher; 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()
560 rte_crypto_cipher_algorithm_strings[param1->alg.cipher]); in test_ipsec_display_alg()
561 if (param1->alg.cipher != RTE_CRYPTO_CIPHER_NULL) in test_ipsec_display_alg()
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()