Lines Matching refs:cipher_xform
68 struct rte_crypto_sym_xform cipher_xform; member
216 ut_params->cipher_xform.type = RTE_CRYPTO_SYM_XFORM_CIPHER; in fill_crypto_xform()
217 ut_params->cipher_xform.cipher.algo = cipher_algo->algo; in fill_crypto_xform()
223 ut_params->cipher_xform.cipher.op = in fill_crypto_xform()
226 ut_params->cipher_xform.next = NULL; in fill_crypto_xform()
227 ut_params->auth_xform.next = &ut_params->cipher_xform; in fill_crypto_xform()
230 ut_params->cipher_xform.cipher.op = in fill_crypto_xform()
234 ut_params->cipher_xform.next = &ut_params->auth_xform; in fill_crypto_xform()
235 ut_params->crypto_xforms = &ut_params->cipher_xform; in fill_crypto_xform()
257 cap_idx.algo.cipher = ut->cipher_xform.cipher.algo; in check_cryptodev_capability()
263 ut->cipher_xform.cipher.key.length, in check_cryptodev_capability()
264 ut->cipher_xform.cipher.iv.length); in check_cryptodev_capability()