Lines Matching refs:MBEDTLS_TEST_MEMORY_POISON

74     MBEDTLS_TEST_MEMORY_POISON(arg2_nonce, arg3_nonce_length);  in mbedtls_test_wrap_psa_aead_decrypt()
75 MBEDTLS_TEST_MEMORY_POISON(arg4_additional_data, arg5_additional_data_length); in mbedtls_test_wrap_psa_aead_decrypt()
76 MBEDTLS_TEST_MEMORY_POISON(arg6_ciphertext, arg7_ciphertext_length); in mbedtls_test_wrap_psa_aead_decrypt()
77 MBEDTLS_TEST_MEMORY_POISON(arg8_plaintext, arg9_plaintext_size); in mbedtls_test_wrap_psa_aead_decrypt()
114 MBEDTLS_TEST_MEMORY_POISON(arg2_nonce, arg3_nonce_length); in mbedtls_test_wrap_psa_aead_encrypt()
115 MBEDTLS_TEST_MEMORY_POISON(arg4_additional_data, arg5_additional_data_length); in mbedtls_test_wrap_psa_aead_encrypt()
116 MBEDTLS_TEST_MEMORY_POISON(arg6_plaintext, arg7_plaintext_length); in mbedtls_test_wrap_psa_aead_encrypt()
117 MBEDTLS_TEST_MEMORY_POISON(arg8_ciphertext, arg9_ciphertext_size); in mbedtls_test_wrap_psa_aead_encrypt()
150 MBEDTLS_TEST_MEMORY_POISON(arg1_ciphertext, arg2_ciphertext_size); in mbedtls_test_wrap_psa_aead_finish()
151 MBEDTLS_TEST_MEMORY_POISON(arg4_tag, arg5_tag_size); in mbedtls_test_wrap_psa_aead_finish()
169 MBEDTLS_TEST_MEMORY_POISON(arg1_nonce, arg2_nonce_size); in mbedtls_test_wrap_psa_aead_generate_nonce()
195 MBEDTLS_TEST_MEMORY_POISON(arg1_nonce, arg2_nonce_length); in mbedtls_test_wrap_psa_aead_set_nonce()
214 MBEDTLS_TEST_MEMORY_POISON(arg1_input, arg2_input_length); in mbedtls_test_wrap_psa_aead_update()
215 MBEDTLS_TEST_MEMORY_POISON(arg3_output, arg4_output_size); in mbedtls_test_wrap_psa_aead_update()
232 MBEDTLS_TEST_MEMORY_POISON(arg1_input, arg2_input_length); in mbedtls_test_wrap_psa_aead_update_ad()
251 MBEDTLS_TEST_MEMORY_POISON(arg1_plaintext, arg2_plaintext_size); in mbedtls_test_wrap_psa_aead_verify()
252 MBEDTLS_TEST_MEMORY_POISON(arg4_tag, arg5_tag_length); in mbedtls_test_wrap_psa_aead_verify()
275 MBEDTLS_TEST_MEMORY_POISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_asymmetric_decrypt()
276 MBEDTLS_TEST_MEMORY_POISON(arg4_salt, arg5_salt_length); in mbedtls_test_wrap_psa_asymmetric_decrypt()
277 MBEDTLS_TEST_MEMORY_POISON(arg6_output, arg7_output_size); in mbedtls_test_wrap_psa_asymmetric_decrypt()
301 MBEDTLS_TEST_MEMORY_POISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_asymmetric_encrypt()
302 MBEDTLS_TEST_MEMORY_POISON(arg4_salt, arg5_salt_length); in mbedtls_test_wrap_psa_asymmetric_encrypt()
303 MBEDTLS_TEST_MEMORY_POISON(arg6_output, arg7_output_size); in mbedtls_test_wrap_psa_asymmetric_encrypt()
333 MBEDTLS_TEST_MEMORY_POISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_cipher_decrypt()
334 MBEDTLS_TEST_MEMORY_POISON(arg4_output, arg5_output_size); in mbedtls_test_wrap_psa_cipher_decrypt()
365 MBEDTLS_TEST_MEMORY_POISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_cipher_encrypt()
366 MBEDTLS_TEST_MEMORY_POISON(arg4_output, arg5_output_size); in mbedtls_test_wrap_psa_cipher_encrypt()
394 MBEDTLS_TEST_MEMORY_POISON(arg1_output, arg2_output_size); in mbedtls_test_wrap_psa_cipher_finish()
411 MBEDTLS_TEST_MEMORY_POISON(arg1_iv, arg2_iv_size); in mbedtls_test_wrap_psa_cipher_generate_iv()
427 MBEDTLS_TEST_MEMORY_POISON(arg1_iv, arg2_iv_length); in mbedtls_test_wrap_psa_cipher_set_iv()
446 MBEDTLS_TEST_MEMORY_POISON(arg1_input, arg2_input_length); in mbedtls_test_wrap_psa_cipher_update()
447 MBEDTLS_TEST_MEMORY_POISON(arg3_output, arg4_output_size); in mbedtls_test_wrap_psa_cipher_update()
559 MBEDTLS_TEST_MEMORY_POISON(arg1_data, arg2_data_size); in mbedtls_test_wrap_psa_export_key()
576 MBEDTLS_TEST_MEMORY_POISON(arg1_data, arg2_data_size); in mbedtls_test_wrap_psa_export_public_key()
611 MBEDTLS_TEST_MEMORY_POISON(arg0_output, arg1_output_size); in mbedtls_test_wrap_psa_generate_random()
655 MBEDTLS_TEST_MEMORY_POISON(arg1_input, arg2_input_length); in mbedtls_test_wrap_psa_hash_compare()
656 MBEDTLS_TEST_MEMORY_POISON(arg3_hash, arg4_hash_length); in mbedtls_test_wrap_psa_hash_compare()
676 MBEDTLS_TEST_MEMORY_POISON(arg1_input, arg2_input_length); in mbedtls_test_wrap_psa_hash_compute()
677 MBEDTLS_TEST_MEMORY_POISON(arg3_hash, arg4_hash_size); in mbedtls_test_wrap_psa_hash_compute()
695 MBEDTLS_TEST_MEMORY_POISON(arg1_hash, arg2_hash_size); in mbedtls_test_wrap_psa_hash_finish()
720 MBEDTLS_TEST_MEMORY_POISON(arg1_input, arg2_input_length); in mbedtls_test_wrap_psa_hash_update()
736 MBEDTLS_TEST_MEMORY_POISON(arg1_hash, arg2_hash_length); in mbedtls_test_wrap_psa_hash_verify()
753 MBEDTLS_TEST_MEMORY_POISON(arg1_data, arg2_data_length); in mbedtls_test_wrap_psa_import_key()
787 MBEDTLS_TEST_MEMORY_POISON(arg2_data, arg3_data_length); in mbedtls_test_wrap_psa_key_derivation_input_bytes()
825 MBEDTLS_TEST_MEMORY_POISON(arg3_peer_key, arg4_peer_key_length); in mbedtls_test_wrap_psa_key_derivation_key_agreement()
841 MBEDTLS_TEST_MEMORY_POISON(arg1_output, arg2_output_length); in mbedtls_test_wrap_psa_key_derivation_output_bytes()
909 MBEDTLS_TEST_MEMORY_POISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_mac_compute()
910 MBEDTLS_TEST_MEMORY_POISON(arg4_mac, arg5_mac_size); in mbedtls_test_wrap_psa_mac_compute()
928 MBEDTLS_TEST_MEMORY_POISON(arg1_mac, arg2_mac_size); in mbedtls_test_wrap_psa_mac_sign_finish()
954 MBEDTLS_TEST_MEMORY_POISON(arg1_input, arg2_input_length); in mbedtls_test_wrap_psa_mac_update()
973 MBEDTLS_TEST_MEMORY_POISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_mac_verify()
974 MBEDTLS_TEST_MEMORY_POISON(arg4_mac, arg5_mac_length); in mbedtls_test_wrap_psa_mac_verify()
991 MBEDTLS_TEST_MEMORY_POISON(arg1_mac, arg2_mac_length); in mbedtls_test_wrap_psa_mac_verify_finish()
1035 MBEDTLS_TEST_MEMORY_POISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_pake_input()
1053 MBEDTLS_TEST_MEMORY_POISON(arg2_output, arg3_output_size); in mbedtls_test_wrap_psa_pake_output()
1078 MBEDTLS_TEST_MEMORY_POISON(arg1_peer_id, arg2_peer_id_len); in mbedtls_test_wrap_psa_pake_set_peer()
1103 MBEDTLS_TEST_MEMORY_POISON(arg1_user_id, arg2_user_id_len); in mbedtls_test_wrap_psa_pake_set_user()
1140 MBEDTLS_TEST_MEMORY_POISON(arg2_peer_key, arg3_peer_key_length); in mbedtls_test_wrap_psa_raw_key_agreement()
1141 MBEDTLS_TEST_MEMORY_POISON(arg4_output, arg5_output_size); in mbedtls_test_wrap_psa_raw_key_agreement()
1162 MBEDTLS_TEST_MEMORY_POISON(arg2_hash, arg3_hash_length); in mbedtls_test_wrap_psa_sign_hash()
1163 MBEDTLS_TEST_MEMORY_POISON(arg4_signature, arg5_signature_size); in mbedtls_test_wrap_psa_sign_hash()
1189 MBEDTLS_TEST_MEMORY_POISON(arg1_signature, arg2_signature_size); in mbedtls_test_wrap_psa_sign_hash_complete()
1207 MBEDTLS_TEST_MEMORY_POISON(arg3_hash, arg4_hash_length); in mbedtls_test_wrap_psa_sign_hash_start()
1227 MBEDTLS_TEST_MEMORY_POISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_sign_message()
1228 MBEDTLS_TEST_MEMORY_POISON(arg4_signature, arg5_signature_size); in mbedtls_test_wrap_psa_sign_message()
1248 MBEDTLS_TEST_MEMORY_POISON(arg2_hash, arg3_hash_length); in mbedtls_test_wrap_psa_verify_hash()
1249 MBEDTLS_TEST_MEMORY_POISON(arg4_signature, arg5_signature_length); in mbedtls_test_wrap_psa_verify_hash()
1286 MBEDTLS_TEST_MEMORY_POISON(arg3_hash, arg4_hash_length); in mbedtls_test_wrap_psa_verify_hash_start()
1287 MBEDTLS_TEST_MEMORY_POISON(arg5_signature, arg6_signature_length); in mbedtls_test_wrap_psa_verify_hash_start()
1307 MBEDTLS_TEST_MEMORY_POISON(arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_verify_message()
1308 MBEDTLS_TEST_MEMORY_POISON(arg4_signature, arg5_signature_length); in mbedtls_test_wrap_psa_verify_message()