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);
8993 void (*psa_input_pre_copy_hook)(const uint8_t *input, size_t input_len) = NULL; variable9020 if (psa_input_pre_copy_hook != NULL) { in psa_crypto_copy_input()9021 psa_input_pre_copy_hook(input, input_len); in psa_crypto_copy_input()