Searched refs:mbedtls_unsafe_codepath_hook (Results 1 – 2 of 2) sorted by relevance
19 extern void (*mbedtls_unsafe_codepath_hook)(void);
751 void (*mbedtls_unsafe_codepath_hook)(void) = NULL; variable784 if (mbedtls_unsafe_codepath_hook != NULL) { in exp_mod_calc_first_bit_optionally_safe()785 mbedtls_unsafe_codepath_hook(); in exp_mod_calc_first_bit_optionally_safe()817 if (mbedtls_unsafe_codepath_hook != NULL) { in exp_mod_table_lookup_optionally_safe()818 mbedtls_unsafe_codepath_hook(); in exp_mod_table_lookup_optionally_safe()