Home
last modified time | relevance | path

Searched refs:MBEDTLS_TEST_MEMORY_POISON (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/tests/src/
Dpsa_test_wrappers.c74 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()
[all …]
/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dmemory.h81 #define MBEDTLS_TEST_MEMORY_POISON(ptr, size) \ macro
104 #define MBEDTLS_TEST_MEMORY_POISON(ptr, size) ((void) (ptr), (void) (size)) macro
/openthread-latest/third_party/mbedtls/repo/programs/test/
Dmetatest.c241 MBEDTLS_TEST_MEMORY_POISON(aligned.buf + start, count); in test_memory_poison()