Home
last modified time | relevance | path

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

/openssl/include/internal/
H A Dconstant_time.h155 static ossl_inline BN_ULONG constant_time_msb_bn(BN_ULONG a) in constant_time_msb_bn() function
162 return constant_time_msb_bn(a ^ ((a ^ b) | ((a - b) ^ b))); in constant_time_lt_bn()
167 return constant_time_msb_bn(~a & (a - 1)); in constant_time_is_zero_bn()

Completed in 4 milliseconds