Searched refs:psa_output_pre_copy_hook (Results 1 – 2 of 2) sorted by relevance
87 extern void (*psa_output_pre_copy_hook)(const uint8_t *output, size_t output_len);
9308 void (*psa_output_pre_copy_hook)(const uint8_t *output, size_t output_len) = NULL; in psa_crypto_copy_input() 9372 if (psa_output_pre_copy_hook != NULL) { in psa_crypto_local_input_alloc() 9373 psa_output_pre_copy_hook(output, output_len); in psa_crypto_local_input_alloc() 9288 void (*psa_output_pre_copy_hook)(const uint8_t *output, size_t output_len) = NULL; global() variable