Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bn/
H A Dbn_local.h214 # define bn_check_size(bn, bits) bn_wcheck_size(bn, ((bits+BN_BITS2-1))/BN_BITS2) macro
230 # define bn_check_size(bn, bits) macro