Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/internal/
H A Dconstant_time.h182 static ossl_inline BN_ULONG constant_time_select_bn(BN_ULONG mask, in constant_time_select_bn() function
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_gcd.c622 pow2_numbits = constant_time_select_bn(pow2_condition_mask, in BN_gcd()