Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_invasive.h87 extern void (*psa_output_pre_copy_hook)(const uint8_t *output, size_t output_len);
H A Dpsa_crypto.c9288 void (*psa_output_pre_copy_hook)(const uint8_t *output, size_t output_len) = NULL; variable
9352 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()