Searched refs:constant_time_lt_bn (Results 1 – 2 of 2) sorted by relevance
160 static ossl_inline BN_ULONG constant_time_lt_bn(BN_ULONG a, BN_ULONG b) in constant_time_lt_bn() function
720 res = constant_time_select_int(constant_time_lt_bn(ap[i], bp[i]), in BN_ucmp()722 res = constant_time_select_int(constant_time_lt_bn(bp[i], ap[i]), in BN_ucmp()
Completed in 8 milliseconds