Lines Matching refs:arg3_input_length

266     size_t arg3_input_length,  in mbedtls_test_wrap_psa_asymmetric_decrypt()  argument
274 MBEDTLS_TEST_MEMORY_POISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_asymmetric_decrypt()
278 …t status = (psa_asymmetric_decrypt)(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_salt, … in mbedtls_test_wrap_psa_asymmetric_decrypt()
280 MBEDTLS_TEST_MEMORY_UNPOISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_asymmetric_decrypt()
292 size_t arg3_input_length, in mbedtls_test_wrap_psa_asymmetric_encrypt() argument
300 MBEDTLS_TEST_MEMORY_POISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_asymmetric_encrypt()
304 …t status = (psa_asymmetric_encrypt)(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4_salt, … in mbedtls_test_wrap_psa_asymmetric_encrypt()
306 MBEDTLS_TEST_MEMORY_UNPOISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_asymmetric_encrypt()
326 size_t arg3_input_length, in mbedtls_test_wrap_psa_cipher_decrypt() argument
332 MBEDTLS_TEST_MEMORY_POISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_cipher_decrypt()
335 …psa_status_t status = (psa_cipher_decrypt)(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4… in mbedtls_test_wrap_psa_cipher_decrypt()
337 MBEDTLS_TEST_MEMORY_UNPOISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_cipher_decrypt()
358 size_t arg3_input_length, in mbedtls_test_wrap_psa_cipher_encrypt() argument
364 MBEDTLS_TEST_MEMORY_POISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_cipher_encrypt()
367 …psa_status_t status = (psa_cipher_encrypt)(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4… in mbedtls_test_wrap_psa_cipher_encrypt()
369 MBEDTLS_TEST_MEMORY_UNPOISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_cipher_encrypt()
953 size_t arg3_input_length, in mbedtls_test_wrap_psa_mac_compute() argument
959 MBEDTLS_TEST_MEMORY_POISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_mac_compute()
962 …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()
964 MBEDTLS_TEST_MEMORY_UNPOISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_mac_compute()
1018 size_t arg3_input_length, in mbedtls_test_wrap_psa_mac_verify() argument
1023 MBEDTLS_TEST_MEMORY_POISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_mac_verify()
1026 …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()
1028 MBEDTLS_TEST_MEMORY_UNPOISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_mac_verify()
1087 size_t arg3_input_length) in mbedtls_test_wrap_psa_pake_input() argument
1090 MBEDTLS_TEST_MEMORY_POISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_pake_input()
1092 … psa_status_t status = (psa_pake_input)(arg0_operation, arg1_step, arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_pake_input()
1094 MBEDTLS_TEST_MEMORY_UNPOISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_pake_input()
1289 size_t arg3_input_length, in mbedtls_test_wrap_psa_sign_message() argument
1295 MBEDTLS_TEST_MEMORY_POISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_sign_message()
1298 …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()
1300 MBEDTLS_TEST_MEMORY_UNPOISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_sign_message()
1370 size_t arg3_input_length, in mbedtls_test_wrap_psa_verify_message() argument
1375 MBEDTLS_TEST_MEMORY_POISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_verify_message()
1378 …psa_status_t status = (psa_verify_message)(arg0_key, arg1_alg, arg2_input, arg3_input_length, arg4… in mbedtls_test_wrap_psa_verify_message()
1380 MBEDTLS_TEST_MEMORY_UNPOISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_verify_message()