Lines Matching refs:MBEDTLS_TEST_MEMORY_UNPOISON

81     MBEDTLS_TEST_MEMORY_UNPOISON(arg2_nonce, arg3_nonce_length);  in mbedtls_test_wrap_psa_aead_decrypt()
82 MBEDTLS_TEST_MEMORY_UNPOISON(arg4_additional_data, arg5_additional_data_length); in mbedtls_test_wrap_psa_aead_decrypt()
83 MBEDTLS_TEST_MEMORY_UNPOISON(arg6_ciphertext, arg7_ciphertext_length); in mbedtls_test_wrap_psa_aead_decrypt()
84 MBEDTLS_TEST_MEMORY_UNPOISON(arg8_plaintext, arg9_plaintext_size); in mbedtls_test_wrap_psa_aead_decrypt()
121 MBEDTLS_TEST_MEMORY_UNPOISON(arg2_nonce, arg3_nonce_length); in mbedtls_test_wrap_psa_aead_encrypt()
122 MBEDTLS_TEST_MEMORY_UNPOISON(arg4_additional_data, arg5_additional_data_length); in mbedtls_test_wrap_psa_aead_encrypt()
123 MBEDTLS_TEST_MEMORY_UNPOISON(arg6_plaintext, arg7_plaintext_length); in mbedtls_test_wrap_psa_aead_encrypt()
124 MBEDTLS_TEST_MEMORY_UNPOISON(arg8_ciphertext, arg9_ciphertext_size); in mbedtls_test_wrap_psa_aead_encrypt()
155 MBEDTLS_TEST_MEMORY_UNPOISON(arg1_ciphertext, arg2_ciphertext_size); in mbedtls_test_wrap_psa_aead_finish()
156 MBEDTLS_TEST_MEMORY_UNPOISON(arg4_tag, arg5_tag_size); in mbedtls_test_wrap_psa_aead_finish()
173 MBEDTLS_TEST_MEMORY_UNPOISON(arg1_nonce, arg2_nonce_size); in mbedtls_test_wrap_psa_aead_generate_nonce()
199 MBEDTLS_TEST_MEMORY_UNPOISON(arg1_nonce, arg2_nonce_length); in mbedtls_test_wrap_psa_aead_set_nonce()
219 MBEDTLS_TEST_MEMORY_UNPOISON(arg1_input, arg2_input_length); in mbedtls_test_wrap_psa_aead_update()
220 MBEDTLS_TEST_MEMORY_UNPOISON(arg3_output, arg4_output_size); in mbedtls_test_wrap_psa_aead_update()
236 MBEDTLS_TEST_MEMORY_UNPOISON(arg1_input, arg2_input_length); in mbedtls_test_wrap_psa_aead_update_ad()
256 MBEDTLS_TEST_MEMORY_UNPOISON(arg1_plaintext, arg2_plaintext_size); in mbedtls_test_wrap_psa_aead_verify()
257 MBEDTLS_TEST_MEMORY_UNPOISON(arg4_tag, arg5_tag_length); in mbedtls_test_wrap_psa_aead_verify()
281 MBEDTLS_TEST_MEMORY_UNPOISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_asymmetric_decrypt()
282 MBEDTLS_TEST_MEMORY_UNPOISON(arg4_salt, arg5_salt_length); in mbedtls_test_wrap_psa_asymmetric_decrypt()
283 MBEDTLS_TEST_MEMORY_UNPOISON(arg6_output, arg7_output_size); in mbedtls_test_wrap_psa_asymmetric_decrypt()
307 MBEDTLS_TEST_MEMORY_UNPOISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_asymmetric_encrypt()
308 MBEDTLS_TEST_MEMORY_UNPOISON(arg4_salt, arg5_salt_length); in mbedtls_test_wrap_psa_asymmetric_encrypt()
309 MBEDTLS_TEST_MEMORY_UNPOISON(arg6_output, arg7_output_size); in mbedtls_test_wrap_psa_asymmetric_encrypt()
338 MBEDTLS_TEST_MEMORY_UNPOISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_cipher_decrypt()
339 MBEDTLS_TEST_MEMORY_UNPOISON(arg4_output, arg5_output_size); in mbedtls_test_wrap_psa_cipher_decrypt()
370 MBEDTLS_TEST_MEMORY_UNPOISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_cipher_encrypt()
371 MBEDTLS_TEST_MEMORY_UNPOISON(arg4_output, arg5_output_size); in mbedtls_test_wrap_psa_cipher_encrypt()
398 MBEDTLS_TEST_MEMORY_UNPOISON(arg1_output, arg2_output_size); in mbedtls_test_wrap_psa_cipher_finish()
415 MBEDTLS_TEST_MEMORY_UNPOISON(arg1_iv, arg2_iv_size); in mbedtls_test_wrap_psa_cipher_generate_iv()
431 MBEDTLS_TEST_MEMORY_UNPOISON(arg1_iv, arg2_iv_length); in mbedtls_test_wrap_psa_cipher_set_iv()
451 MBEDTLS_TEST_MEMORY_UNPOISON(arg1_input, arg2_input_length); in mbedtls_test_wrap_psa_cipher_update()
452 MBEDTLS_TEST_MEMORY_UNPOISON(arg3_output, arg4_output_size); in mbedtls_test_wrap_psa_cipher_update()
563 MBEDTLS_TEST_MEMORY_UNPOISON(arg1_data, arg2_data_size); in mbedtls_test_wrap_psa_export_key()
580 MBEDTLS_TEST_MEMORY_UNPOISON(arg1_data, arg2_data_size); in mbedtls_test_wrap_psa_export_public_key()
615 MBEDTLS_TEST_MEMORY_UNPOISON(arg0_output, arg1_output_size); in mbedtls_test_wrap_psa_generate_random()
660 MBEDTLS_TEST_MEMORY_UNPOISON(arg1_input, arg2_input_length); in mbedtls_test_wrap_psa_hash_compare()
661 MBEDTLS_TEST_MEMORY_UNPOISON(arg3_hash, arg4_hash_length); in mbedtls_test_wrap_psa_hash_compare()
681 MBEDTLS_TEST_MEMORY_UNPOISON(arg1_input, arg2_input_length); in mbedtls_test_wrap_psa_hash_compute()
682 MBEDTLS_TEST_MEMORY_UNPOISON(arg3_hash, arg4_hash_size); in mbedtls_test_wrap_psa_hash_compute()
699 MBEDTLS_TEST_MEMORY_UNPOISON(arg1_hash, arg2_hash_size); in mbedtls_test_wrap_psa_hash_finish()
724 MBEDTLS_TEST_MEMORY_UNPOISON(arg1_input, arg2_input_length); in mbedtls_test_wrap_psa_hash_update()
740 MBEDTLS_TEST_MEMORY_UNPOISON(arg1_hash, arg2_hash_length); in mbedtls_test_wrap_psa_hash_verify()
757 MBEDTLS_TEST_MEMORY_UNPOISON(arg1_data, arg2_data_length); in mbedtls_test_wrap_psa_import_key()
791 MBEDTLS_TEST_MEMORY_UNPOISON(arg2_data, arg3_data_length); in mbedtls_test_wrap_psa_key_derivation_input_bytes()
829 MBEDTLS_TEST_MEMORY_UNPOISON(arg3_peer_key, arg4_peer_key_length); in mbedtls_test_wrap_psa_key_derivation_key_agreement()
845 MBEDTLS_TEST_MEMORY_UNPOISON(arg1_output, arg2_output_length); in mbedtls_test_wrap_psa_key_derivation_output_bytes()
914 MBEDTLS_TEST_MEMORY_UNPOISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_mac_compute()
915 MBEDTLS_TEST_MEMORY_UNPOISON(arg4_mac, arg5_mac_size); in mbedtls_test_wrap_psa_mac_compute()
932 MBEDTLS_TEST_MEMORY_UNPOISON(arg1_mac, arg2_mac_size); in mbedtls_test_wrap_psa_mac_sign_finish()
958 MBEDTLS_TEST_MEMORY_UNPOISON(arg1_input, arg2_input_length); in mbedtls_test_wrap_psa_mac_update()
978 MBEDTLS_TEST_MEMORY_UNPOISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_mac_verify()
979 MBEDTLS_TEST_MEMORY_UNPOISON(arg4_mac, arg5_mac_length); in mbedtls_test_wrap_psa_mac_verify()
995 MBEDTLS_TEST_MEMORY_UNPOISON(arg1_mac, arg2_mac_length); in mbedtls_test_wrap_psa_mac_verify_finish()
1039 MBEDTLS_TEST_MEMORY_UNPOISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_pake_input()
1057 MBEDTLS_TEST_MEMORY_UNPOISON(arg2_output, arg3_output_size); in mbedtls_test_wrap_psa_pake_output()
1082 MBEDTLS_TEST_MEMORY_UNPOISON(arg1_peer_id, arg2_peer_id_len); in mbedtls_test_wrap_psa_pake_set_peer()
1107 MBEDTLS_TEST_MEMORY_UNPOISON(arg1_user_id, arg2_user_id_len); in mbedtls_test_wrap_psa_pake_set_user()
1145 MBEDTLS_TEST_MEMORY_UNPOISON(arg2_peer_key, arg3_peer_key_length); in mbedtls_test_wrap_psa_raw_key_agreement()
1146 MBEDTLS_TEST_MEMORY_UNPOISON(arg4_output, arg5_output_size); in mbedtls_test_wrap_psa_raw_key_agreement()
1167 MBEDTLS_TEST_MEMORY_UNPOISON(arg2_hash, arg3_hash_length); in mbedtls_test_wrap_psa_sign_hash()
1168 MBEDTLS_TEST_MEMORY_UNPOISON(arg4_signature, arg5_signature_size); in mbedtls_test_wrap_psa_sign_hash()
1193 MBEDTLS_TEST_MEMORY_UNPOISON(arg1_signature, arg2_signature_size); in mbedtls_test_wrap_psa_sign_hash_complete()
1211 MBEDTLS_TEST_MEMORY_UNPOISON(arg3_hash, arg4_hash_length); in mbedtls_test_wrap_psa_sign_hash_start()
1232 MBEDTLS_TEST_MEMORY_UNPOISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_sign_message()
1233 MBEDTLS_TEST_MEMORY_UNPOISON(arg4_signature, arg5_signature_size); in mbedtls_test_wrap_psa_sign_message()
1253 MBEDTLS_TEST_MEMORY_UNPOISON(arg2_hash, arg3_hash_length); in mbedtls_test_wrap_psa_verify_hash()
1254 MBEDTLS_TEST_MEMORY_UNPOISON(arg4_signature, arg5_signature_length); in mbedtls_test_wrap_psa_verify_hash()
1291 MBEDTLS_TEST_MEMORY_UNPOISON(arg3_hash, arg4_hash_length); in mbedtls_test_wrap_psa_verify_hash_start()
1292 MBEDTLS_TEST_MEMORY_UNPOISON(arg5_signature, arg6_signature_length); in mbedtls_test_wrap_psa_verify_hash_start()
1312 MBEDTLS_TEST_MEMORY_UNPOISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_verify_message()
1313 MBEDTLS_TEST_MEMORY_UNPOISON(arg4_signature, arg5_signature_length); in mbedtls_test_wrap_psa_verify_message()