Lines Matching refs:cipher_xform
1007 struct rte_crypto_cipher_xform *cipher_xform = &xform->cipher; in prepare_cipher_xform() local
1022 cipher_xform->algo = vec->cipher.algo; in prepare_cipher_xform()
1023 cipher_xform->op = (dir == self_test_dir_enc_auth_gen) ? in prepare_cipher_xform()
1026 cipher_xform->key.data = key; in prepare_cipher_xform()
1027 cipher_xform->key.length = vec->key.len; in prepare_cipher_xform()
1028 cipher_xform->iv.length = vec->iv.len; in prepare_cipher_xform()
1029 cipher_xform->iv.offset = IV_OFF; in prepare_cipher_xform()
1031 cap_idx.algo.cipher = cipher_xform->algo; in prepare_cipher_xform()
1042 cipher_xform->key.length, in prepare_cipher_xform()
1043 cipher_xform->iv.length) != 0) { in prepare_cipher_xform()
1046 cipher_xform->key.length, in prepare_cipher_xform()
1047 cipher_xform->iv.length); in prepare_cipher_xform()