Searched refs:psa_input_pre_copy_hook (Results 1 – 2 of 2) sorted by relevance
85 extern void (*psa_input_pre_copy_hook)(const uint8_t *input, size_t input_len);
9286 void (*psa_input_pre_copy_hook)(const uint8_t *input, size_t input_len) = NULL; variable9313 if (psa_input_pre_copy_hook != NULL) { in psa_crypto_copy_input()9314 psa_input_pre_copy_hook(input, input_len); in psa_crypto_copy_input()