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

/netbsd-current/crypto/external/bsd/openssl/dist/include/internal/
H A Dconstant_time.h144 static ossl_inline BN_ULONG constant_time_msb_bn(BN_ULONG a) function
151 return constant_time_msb_bn(a ^ ((a ^ b) | ((a - b) ^ b)));
156 return constant_time_msb_bn(~a & (a - 1));

Completed in 185 milliseconds