Searched refs:psa_input_post_copy_hook (Results 1 – 3 of 3) sorted by relevance
18 psa_input_post_copy_hook = mbedtls_test_memory_poison; in mbedtls_poison_test_hooks_setup()26 psa_input_post_copy_hook = NULL; in mbedtls_poison_test_hooks_teardown()
86 extern void (*psa_input_post_copy_hook)(const uint8_t *input, size_t input_len);
9087 void (*psa_input_post_copy_hook)(const uint8_t *input, size_t input_len) = NULL; variable9123 if (psa_input_post_copy_hook != NULL) {9124 psa_input_post_copy_hook(input, input_len);