Home
last modified time | relevance | path

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

/mbedtls-3.7.0/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()
/mbedtls-3.7.0/library/
Dpsa_crypto_invasive.h85 extern void (*psa_input_pre_copy_hook)(const uint8_t *input, size_t input_len);
Dpsa_crypto.c9006 void (*psa_input_pre_copy_hook)(const uint8_t *input, size_t input_len) = NULL; variable
9033 if (psa_input_pre_copy_hook != NULL) {
9034 psa_input_pre_copy_hook(input, input_len);