Lines Matching refs:MBEDTLS_TEST_MEMORY_POISON
73 MBEDTLS_TEST_MEMORY_POISON(arg2_nonce, arg3_nonce_length); in mbedtls_test_wrap_psa_aead_decrypt()
74 MBEDTLS_TEST_MEMORY_POISON(arg4_additional_data, arg5_additional_data_length); in mbedtls_test_wrap_psa_aead_decrypt()
75 MBEDTLS_TEST_MEMORY_POISON(arg6_ciphertext, arg7_ciphertext_length); in mbedtls_test_wrap_psa_aead_decrypt()
76 MBEDTLS_TEST_MEMORY_POISON(arg8_plaintext, arg9_plaintext_size); in mbedtls_test_wrap_psa_aead_decrypt()
113 MBEDTLS_TEST_MEMORY_POISON(arg2_nonce, arg3_nonce_length); in mbedtls_test_wrap_psa_aead_encrypt()
114 MBEDTLS_TEST_MEMORY_POISON(arg4_additional_data, arg5_additional_data_length); in mbedtls_test_wrap_psa_aead_encrypt()
115 MBEDTLS_TEST_MEMORY_POISON(arg6_plaintext, arg7_plaintext_length); in mbedtls_test_wrap_psa_aead_encrypt()
116 MBEDTLS_TEST_MEMORY_POISON(arg8_ciphertext, arg9_ciphertext_size); in mbedtls_test_wrap_psa_aead_encrypt()
149 MBEDTLS_TEST_MEMORY_POISON(arg1_ciphertext, arg2_ciphertext_size); in mbedtls_test_wrap_psa_aead_finish()
150 MBEDTLS_TEST_MEMORY_POISON(arg4_tag, arg5_tag_size); in mbedtls_test_wrap_psa_aead_finish()
168 MBEDTLS_TEST_MEMORY_POISON(arg1_nonce, arg2_nonce_size); in mbedtls_test_wrap_psa_aead_generate_nonce()
194 MBEDTLS_TEST_MEMORY_POISON(arg1_nonce, arg2_nonce_length); in mbedtls_test_wrap_psa_aead_set_nonce()
213 MBEDTLS_TEST_MEMORY_POISON(arg1_input, arg2_input_length); in mbedtls_test_wrap_psa_aead_update()
214 MBEDTLS_TEST_MEMORY_POISON(arg3_output, arg4_output_size); in mbedtls_test_wrap_psa_aead_update()
231 MBEDTLS_TEST_MEMORY_POISON(arg1_input, arg2_input_length); in mbedtls_test_wrap_psa_aead_update_ad()
250 MBEDTLS_TEST_MEMORY_POISON(arg1_plaintext, arg2_plaintext_size); in mbedtls_test_wrap_psa_aead_verify()
251 MBEDTLS_TEST_MEMORY_POISON(arg4_tag, arg5_tag_length); in mbedtls_test_wrap_psa_aead_verify()
274 MBEDTLS_TEST_MEMORY_POISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_asymmetric_decrypt()
275 MBEDTLS_TEST_MEMORY_POISON(arg4_salt, arg5_salt_length); in mbedtls_test_wrap_psa_asymmetric_decrypt()
276 MBEDTLS_TEST_MEMORY_POISON(arg6_output, arg7_output_size); in mbedtls_test_wrap_psa_asymmetric_decrypt()
300 MBEDTLS_TEST_MEMORY_POISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_asymmetric_encrypt()
301 MBEDTLS_TEST_MEMORY_POISON(arg4_salt, arg5_salt_length); in mbedtls_test_wrap_psa_asymmetric_encrypt()
302 MBEDTLS_TEST_MEMORY_POISON(arg6_output, arg7_output_size); in mbedtls_test_wrap_psa_asymmetric_encrypt()
332 MBEDTLS_TEST_MEMORY_POISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_cipher_decrypt()
333 MBEDTLS_TEST_MEMORY_POISON(arg4_output, arg5_output_size); in mbedtls_test_wrap_psa_cipher_decrypt()
364 MBEDTLS_TEST_MEMORY_POISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_cipher_encrypt()
365 MBEDTLS_TEST_MEMORY_POISON(arg4_output, arg5_output_size); in mbedtls_test_wrap_psa_cipher_encrypt()
393 MBEDTLS_TEST_MEMORY_POISON(arg1_output, arg2_output_size); in mbedtls_test_wrap_psa_cipher_finish()
410 MBEDTLS_TEST_MEMORY_POISON(arg1_iv, arg2_iv_size); in mbedtls_test_wrap_psa_cipher_generate_iv()
426 MBEDTLS_TEST_MEMORY_POISON(arg1_iv, arg2_iv_length); in mbedtls_test_wrap_psa_cipher_set_iv()
445 MBEDTLS_TEST_MEMORY_POISON(arg1_input, arg2_input_length); in mbedtls_test_wrap_psa_cipher_update()
446 MBEDTLS_TEST_MEMORY_POISON(arg3_output, arg4_output_size); in mbedtls_test_wrap_psa_cipher_update()
572 MBEDTLS_TEST_MEMORY_POISON(arg1_data, arg2_data_size); in mbedtls_test_wrap_psa_export_key()
589 MBEDTLS_TEST_MEMORY_POISON(arg1_data, arg2_data_size); in mbedtls_test_wrap_psa_export_public_key()
616 MBEDTLS_TEST_MEMORY_POISON(arg2_custom_data, arg3_custom_data_length); in mbedtls_test_wrap_psa_generate_key_custom()
642 MBEDTLS_TEST_MEMORY_POISON(arg0_output, arg1_output_size); in mbedtls_test_wrap_psa_generate_random()
686 MBEDTLS_TEST_MEMORY_POISON(arg1_input, arg2_input_length); in mbedtls_test_wrap_psa_hash_compare()
687 MBEDTLS_TEST_MEMORY_POISON(arg3_hash, arg4_hash_length); in mbedtls_test_wrap_psa_hash_compare()
707 MBEDTLS_TEST_MEMORY_POISON(arg1_input, arg2_input_length); in mbedtls_test_wrap_psa_hash_compute()
708 MBEDTLS_TEST_MEMORY_POISON(arg3_hash, arg4_hash_size); in mbedtls_test_wrap_psa_hash_compute()
726 MBEDTLS_TEST_MEMORY_POISON(arg1_hash, arg2_hash_size); in mbedtls_test_wrap_psa_hash_finish()
751 MBEDTLS_TEST_MEMORY_POISON(arg1_input, arg2_input_length); in mbedtls_test_wrap_psa_hash_update()
767 MBEDTLS_TEST_MEMORY_POISON(arg1_hash, arg2_hash_length); in mbedtls_test_wrap_psa_hash_verify()
784 MBEDTLS_TEST_MEMORY_POISON(arg1_data, arg2_data_length); in mbedtls_test_wrap_psa_import_key()
818 MBEDTLS_TEST_MEMORY_POISON(arg2_data, arg3_data_length); in mbedtls_test_wrap_psa_key_derivation_input_bytes()
856 MBEDTLS_TEST_MEMORY_POISON(arg3_peer_key, arg4_peer_key_length); in mbedtls_test_wrap_psa_key_derivation_key_agreement()
872 MBEDTLS_TEST_MEMORY_POISON(arg1_output, arg2_output_length); in mbedtls_test_wrap_psa_key_derivation_output_bytes()
901 MBEDTLS_TEST_MEMORY_POISON(arg3_custom_data, arg4_custom_data_length); in mbedtls_test_wrap_psa_key_derivation_output_key_custom()
959 MBEDTLS_TEST_MEMORY_POISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_mac_compute()
960 MBEDTLS_TEST_MEMORY_POISON(arg4_mac, arg5_mac_size); in mbedtls_test_wrap_psa_mac_compute()
978 MBEDTLS_TEST_MEMORY_POISON(arg1_mac, arg2_mac_size); in mbedtls_test_wrap_psa_mac_sign_finish()
1004 MBEDTLS_TEST_MEMORY_POISON(arg1_input, arg2_input_length); in mbedtls_test_wrap_psa_mac_update()
1023 MBEDTLS_TEST_MEMORY_POISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_mac_verify()
1024 MBEDTLS_TEST_MEMORY_POISON(arg4_mac, arg5_mac_length); in mbedtls_test_wrap_psa_mac_verify()
1041 MBEDTLS_TEST_MEMORY_POISON(arg1_mac, arg2_mac_length); in mbedtls_test_wrap_psa_mac_verify_finish()
1090 MBEDTLS_TEST_MEMORY_POISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_pake_input()
1110 MBEDTLS_TEST_MEMORY_POISON(arg2_output, arg3_output_size); in mbedtls_test_wrap_psa_pake_output()
1139 MBEDTLS_TEST_MEMORY_POISON(arg1_peer_id, arg2_peer_id_len); in mbedtls_test_wrap_psa_pake_set_peer()
1168 MBEDTLS_TEST_MEMORY_POISON(arg1_user_id, arg2_user_id_len); in mbedtls_test_wrap_psa_pake_set_user()
1208 MBEDTLS_TEST_MEMORY_POISON(arg2_peer_key, arg3_peer_key_length); in mbedtls_test_wrap_psa_raw_key_agreement()
1209 MBEDTLS_TEST_MEMORY_POISON(arg4_output, arg5_output_size); in mbedtls_test_wrap_psa_raw_key_agreement()
1230 MBEDTLS_TEST_MEMORY_POISON(arg2_hash, arg3_hash_length); in mbedtls_test_wrap_psa_sign_hash()
1231 MBEDTLS_TEST_MEMORY_POISON(arg4_signature, arg5_signature_size); in mbedtls_test_wrap_psa_sign_hash()
1257 MBEDTLS_TEST_MEMORY_POISON(arg1_signature, arg2_signature_size); in mbedtls_test_wrap_psa_sign_hash_complete()
1275 MBEDTLS_TEST_MEMORY_POISON(arg3_hash, arg4_hash_length); in mbedtls_test_wrap_psa_sign_hash_start()
1295 MBEDTLS_TEST_MEMORY_POISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_sign_message()
1296 MBEDTLS_TEST_MEMORY_POISON(arg4_signature, arg5_signature_size); in mbedtls_test_wrap_psa_sign_message()
1316 MBEDTLS_TEST_MEMORY_POISON(arg2_hash, arg3_hash_length); in mbedtls_test_wrap_psa_verify_hash()
1317 MBEDTLS_TEST_MEMORY_POISON(arg4_signature, arg5_signature_length); in mbedtls_test_wrap_psa_verify_hash()
1354 MBEDTLS_TEST_MEMORY_POISON(arg3_hash, arg4_hash_length); in mbedtls_test_wrap_psa_verify_hash_start()
1355 MBEDTLS_TEST_MEMORY_POISON(arg5_signature, arg6_signature_length); in mbedtls_test_wrap_psa_verify_hash_start()
1375 MBEDTLS_TEST_MEMORY_POISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_verify_message()
1376 MBEDTLS_TEST_MEMORY_POISON(arg4_signature, arg5_signature_length); in mbedtls_test_wrap_psa_verify_message()