Lines Matching refs:arg2_input

266     const uint8_t *arg2_input,  in mbedtls_test_wrap_psa_asymmetric_decrypt()  argument
275 MBEDTLS_TEST_MEMORY_POISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_asymmetric_decrypt()
279 …psa_status_t status = (psa_asymmetric_decrypt)(arg0_key, arg1_alg, arg2_input, arg3_input_length, … in mbedtls_test_wrap_psa_asymmetric_decrypt()
281 MBEDTLS_TEST_MEMORY_UNPOISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_asymmetric_decrypt()
292 const uint8_t *arg2_input, in mbedtls_test_wrap_psa_asymmetric_encrypt() argument
301 MBEDTLS_TEST_MEMORY_POISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_asymmetric_encrypt()
305 …psa_status_t status = (psa_asymmetric_encrypt)(arg0_key, arg1_alg, arg2_input, arg3_input_length, … in mbedtls_test_wrap_psa_asymmetric_encrypt()
307 MBEDTLS_TEST_MEMORY_UNPOISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_asymmetric_encrypt()
326 const uint8_t *arg2_input, in mbedtls_test_wrap_psa_cipher_decrypt() argument
333 MBEDTLS_TEST_MEMORY_POISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_cipher_decrypt()
336 …psa_status_t status = (psa_cipher_decrypt)(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4… in mbedtls_test_wrap_psa_cipher_decrypt()
338 MBEDTLS_TEST_MEMORY_UNPOISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_cipher_decrypt()
358 const uint8_t *arg2_input, in mbedtls_test_wrap_psa_cipher_encrypt() argument
365 MBEDTLS_TEST_MEMORY_POISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_cipher_encrypt()
368 …psa_status_t status = (psa_cipher_encrypt)(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4… in mbedtls_test_wrap_psa_cipher_encrypt()
370 MBEDTLS_TEST_MEMORY_UNPOISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_cipher_encrypt()
902 const uint8_t *arg2_input, in mbedtls_test_wrap_psa_mac_compute() argument
909 MBEDTLS_TEST_MEMORY_POISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_mac_compute()
912 …psa_status_t status = (psa_mac_compute)(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_ma… in mbedtls_test_wrap_psa_mac_compute()
914 MBEDTLS_TEST_MEMORY_UNPOISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_mac_compute()
967 const uint8_t *arg2_input, in mbedtls_test_wrap_psa_mac_verify() argument
973 MBEDTLS_TEST_MEMORY_POISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_mac_verify()
976 …psa_status_t status = (psa_mac_verify)(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_mac… in mbedtls_test_wrap_psa_mac_verify()
978 MBEDTLS_TEST_MEMORY_UNPOISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_mac_verify()
1031 const uint8_t *arg2_input, in mbedtls_test_wrap_psa_pake_input() argument
1035 MBEDTLS_TEST_MEMORY_POISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_pake_input()
1037 … psa_status_t status = (psa_pake_input)(arg0_operation, arg1_step, arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_pake_input()
1039 MBEDTLS_TEST_MEMORY_UNPOISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_pake_input()
1220 const uint8_t *arg2_input, in mbedtls_test_wrap_psa_sign_message() argument
1227 MBEDTLS_TEST_MEMORY_POISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_sign_message()
1230 …psa_status_t status = (psa_sign_message)(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_s… in mbedtls_test_wrap_psa_sign_message()
1232 MBEDTLS_TEST_MEMORY_UNPOISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_sign_message()
1301 const uint8_t *arg2_input, in mbedtls_test_wrap_psa_verify_message() argument
1307 MBEDTLS_TEST_MEMORY_POISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_verify_message()
1310 …psa_status_t status = (psa_verify_message)(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4… in mbedtls_test_wrap_psa_verify_message()
1312 MBEDTLS_TEST_MEMORY_UNPOISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_verify_message()