Searched refs:psa_output_pre_copy_hook (Results 1 – 3 of 3) sorted by relevance
19 psa_output_pre_copy_hook = mbedtls_test_memory_unpoison; in mbedtls_poison_test_hooks_setup()27 psa_output_pre_copy_hook = NULL; in mbedtls_poison_test_hooks_teardown()
87 extern void (*psa_output_pre_copy_hook)(const uint8_t *output, size_t output_len);
9088 void (*psa_output_pre_copy_hook)(const uint8_t *output, size_t output_len) = NULL; variable9152 if (psa_output_pre_copy_hook != NULL) {9153 psa_output_pre_copy_hook(output, output_len);