Searched refs:psa_input_pre_copy_hook (Results 1 – 3 of 3) sorted by relevance
16 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()
85 extern void (*psa_input_pre_copy_hook)(const uint8_t *input, size_t input_len);
9006 void (*psa_input_pre_copy_hook)(const uint8_t *input, size_t input_len) = NULL; variable9033 if (psa_input_pre_copy_hook != NULL) {9034 psa_input_pre_copy_hook(input, input_len);