Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dbignum_core_invasive.h21 extern void (*mbedtls_unsafe_codepath_hook)(void);
H A Dbignum_core.c752 void (*mbedtls_unsafe_codepath_hook)(void) = NULL; variable
785 if (mbedtls_unsafe_codepath_hook != NULL) { in exp_mod_calc_first_bit_optionally_safe()
786 mbedtls_unsafe_codepath_hook(); in exp_mod_calc_first_bit_optionally_safe()
818 if (mbedtls_unsafe_codepath_hook != NULL) { in exp_mod_table_lookup_optionally_safe()
819 mbedtls_unsafe_codepath_hook(); in exp_mod_table_lookup_optionally_safe()