Lines Matching refs:iv_ptr

436 	struct rte_crypto_va_iova_ptr iv_ptr, aad_ptr, digest_ptr;  in process_cpu_aead_op()  local
452 symvec.iv = &iv_ptr; in process_cpu_aead_op()
459 iv_ptr.va = rte_crypto_op_ctod_offset(op, void *, IV_OFFSET); in process_cpu_aead_op()
482 struct rte_crypto_va_iova_ptr iv_ptr, digest_ptr; in process_cpu_crypt_auth_op() local
498 symvec.iv = &iv_ptr; in process_cpu_crypt_auth_op()
503 iv_ptr.va = rte_crypto_op_ctod_offset(op, void *, IV_OFFSET); in process_cpu_crypt_auth_op()
2878 uint8_t *iv_ptr = rte_crypto_op_ctod_offset(ut_params->op, uint8_t *, in create_wireless_cipher_hash_operation() local
2880 rte_memcpy(iv_ptr, cipher_iv, cipher_iv_len); in create_wireless_cipher_hash_operation()
2881 iv_ptr += cipher_iv_len; in create_wireless_cipher_hash_operation()
2882 rte_memcpy(iv_ptr, auth_iv, auth_iv_len); in create_wireless_cipher_hash_operation()
2964 uint8_t *iv_ptr = rte_crypto_op_ctod_offset(ut_params->op, uint8_t *, in create_wireless_algo_cipher_hash_operation() local
2966 rte_memcpy(iv_ptr, cipher_iv, cipher_iv_len); in create_wireless_algo_cipher_hash_operation()
2967 iv_ptr += cipher_iv_len; in create_wireless_algo_cipher_hash_operation()
2968 rte_memcpy(iv_ptr, auth_iv, auth_iv_len); in create_wireless_algo_cipher_hash_operation()
3063 uint8_t *iv_ptr = rte_crypto_op_ctod_offset( in create_wireless_algo_auth_cipher_operation() local
3066 rte_memcpy(iv_ptr, cipher_iv, cipher_iv_len); in create_wireless_algo_auth_cipher_operation()
3067 iv_ptr += cipher_iv_len; in create_wireless_algo_auth_cipher_operation()
3068 rte_memcpy(iv_ptr, auth_iv, auth_iv_len); in create_wireless_algo_auth_cipher_operation()
8087 uint8_t *iv_ptr = rte_crypto_op_ctod_offset(ut_params->op, in create_aead_operation() local
8091 rte_memcpy(iv_ptr + 1, tdata->iv.data, tdata->iv.len); in create_aead_operation()
8092 debug_hexdump(stdout, "iv:", iv_ptr, in create_aead_operation()
8108 uint8_t *iv_ptr = rte_crypto_op_ctod_offset(ut_params->op, in create_aead_operation() local
8112 rte_memcpy(iv_ptr, tdata->iv.data, AES_GCM_J0_LENGTH); in create_aead_operation()
8113 debug_hexdump(stdout, "iv:", iv_ptr, in create_aead_operation()
8116 rte_memcpy(iv_ptr, tdata->iv.data, tdata->iv.len); in create_aead_operation()
8117 debug_hexdump(stdout, "iv:", iv_ptr, in create_aead_operation()
10247 uint8_t *iv_ptr; in test_docsis_proto_uplink() local
10371 iv_ptr = (uint8_t *)ut_params->op + IV_OFFSET; in test_docsis_proto_uplink()
10372 rte_memcpy(iv_ptr, d_td->iv.data, d_td->iv.len); in test_docsis_proto_uplink()
10433 uint8_t *iv_ptr; in test_docsis_proto_downlink() local
10555 iv_ptr = (uint8_t *)ut_params->op + IV_OFFSET; in test_docsis_proto_downlink()
10556 rte_memcpy(iv_ptr, d_td->iv.data, d_td->iv.len); in test_docsis_proto_downlink()
12688 uint8_t *iv_ptr = rte_crypto_op_ctod_offset(ut_params->op, in create_gmac_operation() local
12691 rte_memcpy(iv_ptr, tdata->iv.data, tdata->iv.len); in create_gmac_operation()
12693 debug_hexdump(stdout, "iv:", iv_ptr, tdata->iv.len); in create_gmac_operation()
12735 uint8_t *iv_ptr = rte_crypto_op_ctod_offset(ut_params->op, in create_gmac_operation_sgl() local
12738 rte_memcpy(iv_ptr, tdata->iv.data, tdata->iv.len); in create_gmac_operation_sgl()
12740 debug_hexdump(stdout, "iv:", iv_ptr, tdata->iv.len); in create_gmac_operation_sgl()
14226 uint8_t *iv_ptr = rte_crypto_op_ctod_offset(ut_params->op, in create_aead_operation_SGL() local
14230 rte_memcpy(iv_ptr + 1, tdata->iv.data, iv_len); in create_aead_operation_SGL()
14245 debug_hexdump(stdout, "iv:", iv_ptr, iv_len); in create_aead_operation_SGL()
14249 uint8_t *iv_ptr = rte_crypto_op_ctod_offset(ut_params->op, in create_aead_operation_SGL() local
14252 rte_memcpy(iv_ptr, tdata->iv.data, iv_len); in create_aead_operation_SGL()
14266 debug_hexdump(stdout, "iv:", iv_ptr, iv_len); in create_aead_operation_SGL()