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);
9288 void (*psa_output_pre_copy_hook)(const uint8_t *output, size_t output_len) = NULL; variable9352 if (psa_output_pre_copy_hook != NULL) { in psa_crypto_copy_output()9353 psa_output_pre_copy_hook(output, output_len); in psa_crypto_copy_output()