Lines Matching refs:IV_OFFSET

274 		cipher_iv.va = rte_crypto_op_ctod_offset(op, void *, IV_OFFSET);  in process_sym_raw_dp_op()
275 cipher_iv.iova = rte_crypto_op_ctophys_offset(op, IV_OFFSET); in process_sym_raw_dp_op()
277 op, void *, IV_OFFSET + cipher_iv_len); in process_sym_raw_dp_op()
278 aad_auth_iv.iova = rte_crypto_op_ctophys_offset(op, IV_OFFSET + in process_sym_raw_dp_op()
319 cipher_iv.va = rte_crypto_op_ctod_offset(op, void *, IV_OFFSET); in process_sym_raw_dp_op()
320 cipher_iv.iova = rte_crypto_op_ctophys_offset(op, IV_OFFSET); in process_sym_raw_dp_op()
334 op, void *, IV_OFFSET + cipher_iv_len); in process_sym_raw_dp_op()
335 aad_auth_iv.iova = rte_crypto_op_ctophys_offset(op, IV_OFFSET + in process_sym_raw_dp_op()
351 cipher_iv.va = rte_crypto_op_ctod_offset(op, void *, IV_OFFSET); in process_sym_raw_dp_op()
352 cipher_iv.iova = rte_crypto_op_ctophys_offset(op, IV_OFFSET); in process_sym_raw_dp_op()
459 iv_ptr.va = rte_crypto_op_ctod_offset(op, void *, IV_OFFSET); in process_cpu_aead_op()
503 iv_ptr.va = rte_crypto_op_ctod_offset(op, void *, IV_OFFSET); in process_cpu_crypt_auth_op()
2181 ut_params->cipher_xform.cipher.iv.offset = IV_OFFSET; in test_AES_CBC_HMAC_SHA1_encrypt_digest()
2231 rte_memcpy(rte_crypto_op_ctod_offset(ut_params->op, uint8_t *, IV_OFFSET), in test_AES_CBC_HMAC_SHA1_encrypt_digest()
2329 ut_params->cipher_xform.cipher.iv.offset = IV_OFFSET; in test_AES_CBC_HMAC_SHA512_decrypt_create_session_params()
2389 rte_memcpy(rte_crypto_op_ctod_offset(ut_params->op, uint8_t *, IV_OFFSET), in test_AES_CBC_HMAC_SHA512_decrypt_perform()
2454 ut_params->auth_xform.auth.iv.offset = IV_OFFSET; in create_wireless_algo_hash_session()
2492 ut_params->cipher_xform.cipher.iv.offset = IV_OFFSET; in create_wireless_algo_cipher_session()
2535 rte_memcpy(rte_crypto_op_ctod_offset(ut_params->op, uint8_t *, IV_OFFSET), in create_wireless_algo_cipher_operation()
2566 rte_memcpy(rte_crypto_op_ctod_offset(ut_params->op, uint8_t *, IV_OFFSET), in create_wireless_algo_cipher_operation_oop()
2603 ut_params->auth_xform.auth.iv.offset = IV_OFFSET + cipher_iv_len; in create_wireless_algo_cipher_auth_session()
2614 ut_params->cipher_xform.cipher.iv.offset = IV_OFFSET; in create_wireless_algo_cipher_auth_session()
2666 ut_params->auth_xform.auth.iv.offset = IV_OFFSET + cipher_iv_len; in create_wireless_cipher_auth_session()
2677 ut_params->cipher_xform.cipher.iv.offset = IV_OFFSET; in create_wireless_cipher_auth_session()
2734 ut_params->auth_xform.auth.iv.offset = IV_OFFSET + cipher_iv_len; in create_wireless_algo_auth_cipher_session()
2744 ut_params->cipher_xform.cipher.iv.offset = IV_OFFSET; in create_wireless_algo_auth_cipher_session()
2801 rte_memcpy(rte_crypto_op_ctod_offset(ut_params->op, uint8_t *, IV_OFFSET), in create_wireless_algo_hash_operation()
2879 IV_OFFSET); in create_wireless_cipher_hash_operation()
2965 IV_OFFSET); in create_wireless_algo_cipher_hash_operation()
3064 ut_params->op, uint8_t *, IV_OFFSET); in create_wireless_algo_auth_cipher_operation()
8004 ut_params->aead_xform.aead.iv.offset = IV_OFFSET; in create_aead_session()
8043 sym_op->xform->aead.iv.offset = IV_OFFSET; in create_aead_xform()
8088 uint8_t *, IV_OFFSET); in create_aead_operation()
8109 uint8_t *, IV_OFFSET); in create_aead_operation()
8411 ut_params->cipher_xform.cipher.iv.offset = IV_OFFSET; in test_pdcp_proto()
8475 uint32_t *, IV_OFFSET); in test_pdcp_proto()
9235 ut_params->aead_xform.aead.iv.offset = IV_OFFSET; in test_ipsec_proto_process()
9265 ut_params->cipher_xform.cipher.iv.offset = IV_OFFSET; in test_ipsec_proto_process()
9378 IV_OFFSET); in test_ipsec_proto_process()
10315 ut_params->cipher_xform.cipher.iv.offset = IV_OFFSET; in test_docsis_proto_uplink()
10371 iv_ptr = (uint8_t *)ut_params->op + IV_OFFSET; in test_docsis_proto_uplink()
10500 ut_params->cipher_xform.cipher.iv.offset = IV_OFFSET; in test_docsis_proto_downlink()
10555 iv_ptr = (uint8_t *)ut_params->op + IV_OFFSET; in test_docsis_proto_downlink()
12689 uint8_t *, IV_OFFSET); in create_gmac_operation()
12736 uint8_t *, IV_OFFSET); in create_gmac_operation_sgl()
12771 ut_params->auth_xform.auth.iv.offset = IV_OFFSET; in create_gmac_session()
13462 ut_params->auth_xform.auth.iv.offset = IV_OFFSET; in create_auth_cipher_session()
13474 ut_params->cipher_xform.cipher.iv.offset = IV_OFFSET; in create_auth_cipher_session()
13578 rte_memcpy(rte_crypto_op_ctod_offset(ut_params->op, uint8_t *, IV_OFFSET), in create_auth_GMAC_operation()
13631 rte_memcpy(rte_crypto_op_ctod_offset(ut_params->op, uint8_t *, IV_OFFSET), in create_cipher_auth_operation()
13980 ut_params->cipher_xform.cipher.iv.offset = IV_OFFSET; in test_authenticated_encrypt_with_esn()
14127 ut_params->cipher_xform.cipher.iv.offset = IV_OFFSET; in test_authenticated_decrypt_with_esn()
14227 uint8_t *, IV_OFFSET); in create_aead_operation_SGL()
14250 uint8_t *, IV_OFFSET); in create_aead_operation_SGL()