Home
last modified time | relevance | path

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

/mbedtls-latest/tests/src/
Dpsa_memory_poisoning_wrappers.c17 psa_input_pre_copy_hook = mbedtls_test_memory_unpoison; in mbedtls_poison_test_hooks_setup()
25 psa_input_pre_copy_hook = NULL; in mbedtls_poison_test_hooks_teardown()
/mbedtls-latest/library/
Dpsa_crypto_invasive.h85 extern void (*psa_input_pre_copy_hook)(const uint8_t *input, size_t input_len);
Dpsa_crypto.c9086 void (*psa_input_pre_copy_hook)(const uint8_t *input, size_t input_len) = NULL; variable
9113 if (psa_input_pre_copy_hook != NULL) {
9114 psa_input_pre_copy_hook(input, input_len);