Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A Dbn_local.h214 # define bn_check_size(bn, bits) bn_wcheck_size(bn, ((bits+BN_BITS2-1))/BN_BITS2)
215 # define bn_wcheck_size(bn, words) \ macro
231 # define bn_wcheck_size(bn, words) macro
H A Dbn_lib.c948 bn_wcheck_size(a, nwords); in BN_consttime_swap()
949 bn_wcheck_size(b, nwords); in BN_consttime_swap()

Completed in 9 milliseconds