Lines Matching refs:cipher_iv

196 	struct rte_crypto_va_iova_ptr cipher_iv, digest, aad_auth_iv;  in process_sym_raw_dp_op()  local
237 cipher_iv.iova = 0; in process_sym_raw_dp_op()
238 cipher_iv.va = NULL; in process_sym_raw_dp_op()
246 vec.iv = &cipher_iv; in process_sym_raw_dp_op()
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()
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()
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()
2650 uint8_t cipher_iv_len = tdata->cipher_iv.len; in create_wireless_cipher_auth_session()
2839 const uint8_t *cipher_iv = tdata->cipher_iv.data; in create_wireless_cipher_hash_operation() local
2840 const uint8_t cipher_iv_len = tdata->cipher_iv.len; in create_wireless_cipher_hash_operation()
2880 rte_memcpy(iv_ptr, cipher_iv, cipher_iv_len); in create_wireless_cipher_hash_operation()
2906 const uint8_t *cipher_iv, uint8_t cipher_iv_len, in create_wireless_algo_cipher_hash_operation() argument
2966 rte_memcpy(iv_ptr, cipher_iv, cipher_iv_len); in create_wireless_algo_cipher_hash_operation()
2996 const uint8_t *cipher_iv, uint8_t cipher_iv_len, in create_wireless_algo_auth_cipher_operation() argument
3066 rte_memcpy(iv_ptr, cipher_iv, cipher_iv_len); in create_wireless_algo_auth_cipher_operation()
3640 tdata->cipher_iv.len); in test_kasumi_encryption()
3661 retval = create_wireless_algo_cipher_operation(tdata->cipher_iv.data, in test_kasumi_encryption()
3662 tdata->cipher_iv.len, in test_kasumi_encryption()
3670 ut_params->op, 1, 0, 1, tdata->cipher_iv.len); in test_kasumi_encryption()
3743 tdata->cipher_iv.len); in test_kasumi_encryption_sgl()
3760 retval = create_wireless_algo_cipher_operation(tdata->cipher_iv.data, in test_kasumi_encryption_sgl()
3761 tdata->cipher_iv.len, in test_kasumi_encryption_sgl()
3769 ut_params->op, 1, 0, 1, tdata->cipher_iv.len); in test_kasumi_encryption_sgl()
3830 tdata->cipher_iv.len); in test_kasumi_encryption_oop()
3853 retval = create_wireless_algo_cipher_operation_oop(tdata->cipher_iv.data, in test_kasumi_encryption_oop()
3854 tdata->cipher_iv.len, in test_kasumi_encryption_oop()
3927 tdata->cipher_iv.len); in test_kasumi_encryption_oop_sgl()
3946 retval = create_wireless_algo_cipher_operation_oop(tdata->cipher_iv.data, in test_kasumi_encryption_oop_sgl()
3947 tdata->cipher_iv.len, in test_kasumi_encryption_oop_sgl()
4008 tdata->cipher_iv.len); in test_kasumi_decryption_oop()
4031 retval = create_wireless_algo_cipher_operation_oop(tdata->cipher_iv.data, in test_kasumi_decryption_oop()
4032 tdata->cipher_iv.len, in test_kasumi_decryption_oop()
4098 tdata->cipher_iv.len); in test_kasumi_decryption()
4119 retval = create_wireless_algo_cipher_operation(tdata->cipher_iv.data, in test_kasumi_decryption()
4120 tdata->cipher_iv.len, in test_kasumi_decryption()
4190 tdata->cipher_iv.len); in test_snow3g_encryption()
4211 retval = create_wireless_algo_cipher_operation(tdata->cipher_iv.data, in test_snow3g_encryption()
4212 tdata->cipher_iv.len, in test_snow3g_encryption()
4220 ut_params->op, 1, 0, 1, tdata->cipher_iv.len); in test_snow3g_encryption()
4284 tdata->cipher_iv.len); in test_snow3g_encryption_oop()
4312 retval = create_wireless_algo_cipher_operation_oop(tdata->cipher_iv.data, in test_snow3g_encryption_oop()
4313 tdata->cipher_iv.len, in test_snow3g_encryption_oop()
4321 ut_params->op, 1, 0, 1, tdata->cipher_iv.len); in test_snow3g_encryption_oop()
4394 tdata->cipher_iv.len); in test_snow3g_encryption_oop_sgl()
4416 retval = create_wireless_algo_cipher_operation_oop(tdata->cipher_iv.data, in test_snow3g_encryption_oop_sgl()
4417 tdata->cipher_iv.len, in test_snow3g_encryption_oop_sgl()
4425 ut_params->op, 1, 0, 1, tdata->cipher_iv.len); in test_snow3g_encryption_oop_sgl()
4512 tdata->cipher_iv.len); in test_snow3g_encryption_offset_oop()
4547 retval = create_wireless_algo_cipher_operation_oop(tdata->cipher_iv.data, in test_snow3g_encryption_offset_oop()
4548 tdata->cipher_iv.len, in test_snow3g_encryption_offset_oop()
4556 ut_params->op, 1, 0, 1, tdata->cipher_iv.len); in test_snow3g_encryption_offset_oop()
4628 tdata->cipher_iv.len); in test_snow3g_decryption()
4649 retval = create_wireless_algo_cipher_operation(tdata->cipher_iv.data, in test_snow3g_decryption()
4650 tdata->cipher_iv.len, in test_snow3g_decryption()
4658 ut_params->op, 1, 0, 1, tdata->cipher_iv.len); in test_snow3g_decryption()
4718 tdata->cipher_iv.len); in test_snow3g_decryption_oop()
4749 retval = create_wireless_algo_cipher_operation_oop(tdata->cipher_iv.data, in test_snow3g_decryption_oop()
4750 tdata->cipher_iv.len, in test_snow3g_decryption_oop()
4758 ut_params->op, 1, 0, 1, tdata->cipher_iv.len); in test_snow3g_decryption_oop()
4858 ut_params->op, 1, 1, 1, tdata->cipher_iv.len); in test_zuc_cipher_auth()
4935 tdata->cipher_iv.len); in test_snow3g_cipher_auth()
4959 tdata->cipher_iv.data, tdata->cipher_iv.len, in test_snow3g_cipher_auth()
4970 ut_params->op, 1, 1, 1, tdata->cipher_iv.len); in test_snow3g_cipher_auth()
5064 tdata->cipher_iv.len); in test_snow3g_auth_cipher()
5104 tdata->cipher_iv.data, tdata->cipher_iv.len, in test_snow3g_auth_cipher()
5120 ut_params->op, 1, 1, 1, tdata->cipher_iv.len); in test_snow3g_auth_cipher()
5269 tdata->cipher_iv.len); in test_snow3g_auth_cipher_sgl()
5311 tdata->cipher_iv.data, tdata->cipher_iv.len, in test_snow3g_auth_cipher_sgl()
5327 ut_params->op, 1, 1, 1, tdata->cipher_iv.len); in test_snow3g_auth_cipher_sgl()
5470 tdata->cipher_iv.len); in test_kasumi_auth_cipher()
5512 tdata->cipher_iv.data, tdata->cipher_iv.len, in test_kasumi_auth_cipher()
5528 ut_params->op, 1, 1, 1, tdata->cipher_iv.len); in test_kasumi_auth_cipher()
5674 tdata->cipher_iv.len); in test_kasumi_auth_cipher_sgl()
5716 tdata->cipher_iv.data, tdata->cipher_iv.len, in test_kasumi_auth_cipher_sgl()
5732 ut_params->op, 1, 1, 1, tdata->cipher_iv.len); in test_kasumi_auth_cipher_sgl()
5855 tdata->cipher_iv.len); in test_kasumi_cipher_auth()
5879 tdata->cipher_iv.data, tdata->cipher_iv.len, in test_kasumi_cipher_auth()
5890 ut_params->op, 1, 1, 1, tdata->cipher_iv.len); in test_kasumi_cipher_auth()
6006 tdata->key.len, tdata->cipher_iv.len) < 0) in test_zuc_encryption()
6014 tdata->cipher_iv.len); in test_zuc_encryption()
6035 retval = create_wireless_algo_cipher_operation(tdata->cipher_iv.data, in test_zuc_encryption()
6036 tdata->cipher_iv.len, in test_zuc_encryption()
6044 ut_params->op, 1, 0, 1, tdata->cipher_iv.len); in test_zuc_encryption()
6083 tdata->key.len, tdata->cipher_iv.len) < 0) in test_zuc_encryption_sgl()
6122 tdata->cipher_iv.len); in test_zuc_encryption_sgl()
6131 retval = create_wireless_algo_cipher_operation(tdata->cipher_iv.data, in test_zuc_encryption_sgl()
6132 tdata->cipher_iv.len, tdata->plaintext.len, in test_zuc_encryption_sgl()
6139 ut_params->op, 1, 0, 1, tdata->cipher_iv.len); in test_zuc_encryption_sgl()
6275 tdata->key.len, tdata->cipher_iv.len) < 0) in test_zuc_auth_cipher()
6325 tdata->cipher_iv.len); in test_zuc_auth_cipher()
6367 tdata->cipher_iv.data, tdata->cipher_iv.len, in test_zuc_auth_cipher()
6383 ut_params->op, 1, 1, 1, tdata->cipher_iv.len); in test_zuc_auth_cipher()
6475 tdata->key.len, tdata->cipher_iv.len) < 0) in test_zuc_auth_cipher_sgl()
6525 tdata->cipher_iv.len); in test_zuc_auth_cipher_sgl()
6567 tdata->cipher_iv.data, tdata->cipher_iv.len, in test_zuc_auth_cipher_sgl()
6583 ut_params->op, 1, 1, 1, tdata->cipher_iv.len); in test_zuc_auth_cipher_sgl()
7382 tdata->cipher_iv.len); in test_mixed_auth_cipher()
7392 tdata->cipher_iv.len); in test_mixed_auth_cipher()
7434 tdata->cipher_iv.data, tdata->cipher_iv.len, in test_mixed_auth_cipher()
7592 tdata->cipher_iv.len); in test_mixed_auth_cipher_sgl()
7602 tdata->cipher_iv.len); in test_mixed_auth_cipher_sgl()
7643 tdata->cipher_iv.data, tdata->cipher_iv.len, in test_mixed_auth_cipher_sgl()