Searched refs:bn_wcheck_size (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bn/ |
D | bn_local.h | 214 # 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
|
D | bn_lib.c | 835 bn_wcheck_size(a, nwords); in BN_consttime_swap() 836 bn_wcheck_size(b, nwords); in BN_consttime_swap()
|
/third_party/openssl/crypto/bn/ |
D | bn_local.h | 214 # 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
|
D | bn_lib.c | 835 bn_wcheck_size(a, nwords); in BN_consttime_swap() 836 bn_wcheck_size(b, nwords); in BN_consttime_swap()
|