Lines Matching refs:IV_OFFSET

259 		cipher_iv.va = rte_crypto_op_ctod_offset(op, void *, IV_OFFSET);  in process_sym_raw_dp_op()
260 cipher_iv.iova = rte_crypto_op_ctophys_offset(op, IV_OFFSET); in process_sym_raw_dp_op()
262 op, void *, IV_OFFSET + cipher_iv_len); in process_sym_raw_dp_op()
263 aad_auth_iv.iova = rte_crypto_op_ctophys_offset(op, IV_OFFSET + in process_sym_raw_dp_op()
279 cipher_iv.va = rte_crypto_op_ctod_offset(op, void *, IV_OFFSET); in process_sym_raw_dp_op()
280 cipher_iv.iova = rte_crypto_op_ctophys_offset(op, IV_OFFSET); in process_sym_raw_dp_op()
294 op, void *, IV_OFFSET + cipher_iv_len); in process_sym_raw_dp_op()
295 aad_auth_iv.iova = rte_crypto_op_ctophys_offset(op, IV_OFFSET + in process_sym_raw_dp_op()
311 cipher_iv.va = rte_crypto_op_ctod_offset(op, void *, IV_OFFSET); in process_sym_raw_dp_op()
312 cipher_iv.iova = rte_crypto_op_ctophys_offset(op, IV_OFFSET); in process_sym_raw_dp_op()
405 iv_ptr.va = rte_crypto_op_ctod_offset(op, void *, IV_OFFSET); in process_cpu_aead_op()
449 iv_ptr.va = rte_crypto_op_ctod_offset(op, void *, IV_OFFSET); in process_cpu_crypt_auth_op()
1681 ut_params->cipher_xform.cipher.iv.offset = IV_OFFSET; in test_AES_CBC_HMAC_SHA1_encrypt_digest()
1726 rte_memcpy(rte_crypto_op_ctod_offset(ut_params->op, uint8_t *, IV_OFFSET), in test_AES_CBC_HMAC_SHA1_encrypt_digest()
1824 ut_params->cipher_xform.cipher.iv.offset = IV_OFFSET; in test_AES_CBC_HMAC_SHA512_decrypt_create_session_params()
1884 rte_memcpy(rte_crypto_op_ctod_offset(ut_params->op, uint8_t *, IV_OFFSET), in test_AES_CBC_HMAC_SHA512_decrypt_perform()
2023 ut_params->auth_xform.auth.iv.offset = IV_OFFSET; in create_wireless_algo_hash_session()
2058 ut_params->cipher_xform.cipher.iv.offset = IV_OFFSET; in create_wireless_algo_cipher_session()
2098 rte_memcpy(rte_crypto_op_ctod_offset(ut_params->op, uint8_t *, IV_OFFSET), in create_wireless_algo_cipher_operation()
2129 rte_memcpy(rte_crypto_op_ctod_offset(ut_params->op, uint8_t *, IV_OFFSET), in create_wireless_algo_cipher_operation_oop()
2166 ut_params->auth_xform.auth.iv.offset = IV_OFFSET + cipher_iv_len; in create_wireless_algo_cipher_auth_session()
2177 ut_params->cipher_xform.cipher.iv.offset = IV_OFFSET; in create_wireless_algo_cipher_auth_session()
2229 ut_params->auth_xform.auth.iv.offset = IV_OFFSET + cipher_iv_len; in create_wireless_cipher_auth_session()
2240 ut_params->cipher_xform.cipher.iv.offset = IV_OFFSET; in create_wireless_cipher_auth_session()
2297 ut_params->auth_xform.auth.iv.offset = IV_OFFSET + cipher_iv_len; in create_wireless_algo_auth_cipher_session()
2307 ut_params->cipher_xform.cipher.iv.offset = IV_OFFSET; in create_wireless_algo_auth_cipher_session()
2364 rte_memcpy(rte_crypto_op_ctod_offset(ut_params->op, uint8_t *, IV_OFFSET), in create_wireless_algo_hash_operation()
2442 IV_OFFSET); in create_wireless_cipher_hash_operation()
2528 IV_OFFSET); in create_wireless_algo_cipher_hash_operation()
2627 ut_params->op, uint8_t *, IV_OFFSET); in create_wireless_algo_auth_cipher_operation()
7398 ut_params->aead_xform.aead.iv.offset = IV_OFFSET; in create_aead_session()
7438 sym_op->xform->aead.iv.offset = IV_OFFSET; in create_aead_xform()
7483 uint8_t *, IV_OFFSET); in create_aead_operation()
7504 uint8_t *, IV_OFFSET); in create_aead_operation()
7806 ut_params->cipher_xform.cipher.iv.offset = IV_OFFSET; in test_pdcp_proto()
7870 uint32_t *, IV_OFFSET); in test_pdcp_proto()
8561 ut_params->cipher_xform.cipher.iv.offset = IV_OFFSET; in test_docsis_proto_uplink()
8618 iv_ptr = (uint8_t *)ut_params->op + IV_OFFSET; in test_docsis_proto_uplink()
8737 ut_params->cipher_xform.cipher.iv.offset = IV_OFFSET; in test_docsis_proto_downlink()
8793 iv_ptr = (uint8_t *)ut_params->op + IV_OFFSET; in test_docsis_proto_downlink()
10774 uint8_t *, IV_OFFSET); in create_gmac_operation()
10821 uint8_t *, IV_OFFSET); in create_gmac_operation_sgl()
10855 ut_params->auth_xform.auth.iv.offset = IV_OFFSET; in create_gmac_session()
11540 ut_params->auth_xform.auth.iv.offset = IV_OFFSET; in create_auth_cipher_session()
11552 ut_params->cipher_xform.cipher.iv.offset = IV_OFFSET; in create_auth_cipher_session()
11657 rte_memcpy(rte_crypto_op_ctod_offset(ut_params->op, uint8_t *, IV_OFFSET), in create_auth_GMAC_operation()
11710 rte_memcpy(rte_crypto_op_ctod_offset(ut_params->op, uint8_t *, IV_OFFSET), in create_cipher_auth_operation()
12049 ut_params->cipher_xform.cipher.iv.offset = IV_OFFSET; in test_authenticated_encryt_with_esn()
12192 ut_params->cipher_xform.cipher.iv.offset = IV_OFFSET; in test_authenticated_decrypt_with_esn()
12288 uint8_t *, IV_OFFSET); in create_aead_operation_SGL()
12311 uint8_t *, IV_OFFSET); in create_aead_operation_SGL()