Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/src/
Dpsa_memory_poisoning_wrappers.c18 psa_output_pre_copy_hook = mbedtls_test_memory_unpoison; in mbedtls_poison_test_hooks_setup()
26 psa_output_pre_copy_hook = NULL; in mbedtls_poison_test_hooks_teardown()
/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto_invasive.h87 extern void (*psa_output_pre_copy_hook)(const uint8_t *output, size_t output_len);
Dpsa_crypto.c8995 void (*psa_output_pre_copy_hook)(const uint8_t *output, size_t output_len) = NULL; variable
9059 if (psa_output_pre_copy_hook != NULL) { in psa_crypto_copy_output()
9060 psa_output_pre_copy_hook(output, output_len); in psa_crypto_copy_output()