Lines Matching refs:iv_ptr

382 	struct rte_crypto_va_iova_ptr iv_ptr, aad_ptr, digest_ptr;  in process_cpu_aead_op()  local
398 symvec.iv = &iv_ptr; in process_cpu_aead_op()
405 iv_ptr.va = rte_crypto_op_ctod_offset(op, void *, IV_OFFSET); in process_cpu_aead_op()
428 struct rte_crypto_va_iova_ptr iv_ptr, digest_ptr; in process_cpu_crypt_auth_op() local
444 symvec.iv = &iv_ptr; in process_cpu_crypt_auth_op()
449 iv_ptr.va = rte_crypto_op_ctod_offset(op, void *, IV_OFFSET); in process_cpu_crypt_auth_op()
2441 uint8_t *iv_ptr = rte_crypto_op_ctod_offset(ut_params->op, uint8_t *, in create_wireless_cipher_hash_operation() local
2443 rte_memcpy(iv_ptr, cipher_iv, cipher_iv_len); in create_wireless_cipher_hash_operation()
2444 iv_ptr += cipher_iv_len; in create_wireless_cipher_hash_operation()
2445 rte_memcpy(iv_ptr, auth_iv, auth_iv_len); in create_wireless_cipher_hash_operation()
2527 uint8_t *iv_ptr = rte_crypto_op_ctod_offset(ut_params->op, uint8_t *, in create_wireless_algo_cipher_hash_operation() local
2529 rte_memcpy(iv_ptr, cipher_iv, cipher_iv_len); in create_wireless_algo_cipher_hash_operation()
2530 iv_ptr += cipher_iv_len; in create_wireless_algo_cipher_hash_operation()
2531 rte_memcpy(iv_ptr, auth_iv, auth_iv_len); in create_wireless_algo_cipher_hash_operation()
2626 uint8_t *iv_ptr = rte_crypto_op_ctod_offset( in create_wireless_algo_auth_cipher_operation() local
2629 rte_memcpy(iv_ptr, cipher_iv, cipher_iv_len); in create_wireless_algo_auth_cipher_operation()
2630 iv_ptr += cipher_iv_len; in create_wireless_algo_auth_cipher_operation()
2631 rte_memcpy(iv_ptr, auth_iv, auth_iv_len); in create_wireless_algo_auth_cipher_operation()
7482 uint8_t *iv_ptr = rte_crypto_op_ctod_offset(ut_params->op, in create_aead_operation() local
7486 rte_memcpy(iv_ptr + 1, tdata->iv.data, tdata->iv.len); in create_aead_operation()
7487 debug_hexdump(stdout, "iv:", iv_ptr, in create_aead_operation()
7503 uint8_t *iv_ptr = rte_crypto_op_ctod_offset(ut_params->op, in create_aead_operation() local
7507 rte_memcpy(iv_ptr, tdata->iv.data, AES_GCM_J0_LENGTH); in create_aead_operation()
7508 debug_hexdump(stdout, "iv:", iv_ptr, in create_aead_operation()
7511 rte_memcpy(iv_ptr, tdata->iv.data, tdata->iv.len); in create_aead_operation()
7512 debug_hexdump(stdout, "iv:", iv_ptr, in create_aead_operation()
8502 uint8_t *iv_ptr; in test_docsis_proto_uplink() local
8618 iv_ptr = (uint8_t *)ut_params->op + IV_OFFSET; in test_docsis_proto_uplink()
8619 rte_memcpy(iv_ptr, d_td->iv.data, d_td->iv.len); in test_docsis_proto_uplink()
8679 uint8_t *iv_ptr; in test_docsis_proto_downlink() local
8793 iv_ptr = (uint8_t *)ut_params->op + IV_OFFSET; in test_docsis_proto_downlink()
8794 rte_memcpy(iv_ptr, d_td->iv.data, d_td->iv.len); in test_docsis_proto_downlink()
10773 uint8_t *iv_ptr = rte_crypto_op_ctod_offset(ut_params->op, in create_gmac_operation() local
10776 rte_memcpy(iv_ptr, tdata->iv.data, tdata->iv.len); in create_gmac_operation()
10778 debug_hexdump(stdout, "iv:", iv_ptr, tdata->iv.len); in create_gmac_operation()
10820 uint8_t *iv_ptr = rte_crypto_op_ctod_offset(ut_params->op, in create_gmac_operation_sgl() local
10823 rte_memcpy(iv_ptr, tdata->iv.data, tdata->iv.len); in create_gmac_operation_sgl()
10825 debug_hexdump(stdout, "iv:", iv_ptr, tdata->iv.len); in create_gmac_operation_sgl()
12287 uint8_t *iv_ptr = rte_crypto_op_ctod_offset(ut_params->op, in create_aead_operation_SGL() local
12291 rte_memcpy(iv_ptr + 1, tdata->iv.data, iv_len); in create_aead_operation_SGL()
12306 debug_hexdump(stdout, "iv:", iv_ptr, iv_len); in create_aead_operation_SGL()
12310 uint8_t *iv_ptr = rte_crypto_op_ctod_offset(ut_params->op, in create_aead_operation_SGL() local
12313 rte_memcpy(iv_ptr, tdata->iv.data, iv_len); in create_aead_operation_SGL()
12327 debug_hexdump(stdout, "iv:", iv_ptr, iv_len); in create_aead_operation_SGL()