Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_invasive.h86 extern void (*psa_input_post_copy_hook)(const uint8_t *input, size_t input_len);
H A Dpsa_crypto.c9287 void (*psa_input_post_copy_hook)(const uint8_t *input, size_t input_len) = NULL; variable
9323 if (psa_input_post_copy_hook != NULL) { in psa_crypto_copy_input()
9324 psa_input_post_copy_hook(input, input_len); in psa_crypto_copy_input()