Searched refs:mbedtls_safe_codepath_hook (Results 1 – 2 of 2) sorted by relevance
18 extern void (*mbedtls_safe_codepath_hook)(void);
750 void (*mbedtls_safe_codepath_hook)(void) = NULL; variable796 if (mbedtls_safe_codepath_hook != NULL) { in exp_mod_calc_first_bit_optionally_safe()797 mbedtls_safe_codepath_hook(); in exp_mod_calc_first_bit_optionally_safe()827 if (mbedtls_safe_codepath_hook != NULL) { in exp_mod_table_lookup_optionally_safe()828 mbedtls_safe_codepath_hook(); in exp_mod_table_lookup_optionally_safe()