Lines Matching refs:arg4_output
327 uint8_t *arg4_output, in mbedtls_test_wrap_psa_cipher_decrypt() argument
333 MBEDTLS_TEST_MEMORY_POISON(arg4_output, arg5_output_size); in mbedtls_test_wrap_psa_cipher_decrypt()
335 …psa_cipher_decrypt)(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_output, arg5_output_si… in mbedtls_test_wrap_psa_cipher_decrypt()
338 MBEDTLS_TEST_MEMORY_UNPOISON(arg4_output, arg5_output_size); in mbedtls_test_wrap_psa_cipher_decrypt()
359 uint8_t *arg4_output, in mbedtls_test_wrap_psa_cipher_encrypt() argument
365 MBEDTLS_TEST_MEMORY_POISON(arg4_output, arg5_output_size); in mbedtls_test_wrap_psa_cipher_encrypt()
367 …psa_cipher_encrypt)(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_output, arg5_output_si… in mbedtls_test_wrap_psa_cipher_encrypt()
370 MBEDTLS_TEST_MEMORY_UNPOISON(arg4_output, arg5_output_size); in mbedtls_test_wrap_psa_cipher_encrypt()
1203 uint8_t *arg4_output, in mbedtls_test_wrap_psa_raw_key_agreement() argument
1209 MBEDTLS_TEST_MEMORY_POISON(arg4_output, arg5_output_size); in mbedtls_test_wrap_psa_raw_key_agreement()
1211 …ment)(arg0_alg, arg1_private_key, arg2_peer_key, arg3_peer_key_length, arg4_output, arg5_output_si… in mbedtls_test_wrap_psa_raw_key_agreement()
1214 MBEDTLS_TEST_MEMORY_UNPOISON(arg4_output, arg5_output_size); in mbedtls_test_wrap_psa_raw_key_agreement()