Home
last modified time | relevance | path

Searched refs:psa_input_pre_copy_hook (Results 1 – 2 of 2) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_invasive.h85 extern void (*psa_input_pre_copy_hook)(const uint8_t *input, size_t input_len);
H A Dpsa_crypto.c9286 void (*psa_input_pre_copy_hook)(const uint8_t *input, size_t input_len) = NULL; variable
9313 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()