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

/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbn.h798 # define bn_check_size(bn, bits) bn_wcheck_size(bn, ((bits+BN_BITS2-1))/BN_BITS2)
799 # define bn_wcheck_size(bn, words) \ macro
811 # define bn_wcheck_size(bn, words) macro
H A Dbn_gf2m.c1322 bn_wcheck_size(a, nwords);
1323 bn_wcheck_size(b, nwords);

Completed in 76 milliseconds