Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/src/
Dpsa_memory_poisoning_wrappers.c16 psa_input_pre_copy_hook = mbedtls_test_memory_unpoison; in mbedtls_poison_test_hooks_setup()
24 psa_input_pre_copy_hook = NULL; in mbedtls_poison_test_hooks_teardown()
/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto_invasive.h85 extern void (*psa_input_pre_copy_hook)(const uint8_t *input, size_t input_len);
Dpsa_crypto.c8993 void (*psa_input_pre_copy_hook)(const uint8_t *input, size_t input_len) = NULL; variable
9020 if (psa_input_pre_copy_hook != NULL) { in psa_crypto_copy_input()
9021 psa_input_pre_copy_hook(input, input_len); in psa_crypto_copy_input()