Searched refs:bn_expand (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_print.c217 if (bn_expand(ret, i * 4) == NULL)
295 if (bn_expand(ret, i * 4) == NULL)
H A Dbn_lib.c589 if (bn_expand(a, (int)sizeof(BN_ULONG) * 8) == NULL)
H A Dbn_mont.c668 if (bn_expand(Ri, (int)sizeof(BN_ULONG) * 2) == NULL)
H A Dbn.h305 /* The next are internal book keeping for bn_expand. */
708 # define bn_expand(a,bits) \ macro
/freebsd-9.3-release/crypto/openssl/demos/engines/zencod/
H A Dhw_zencod.c804 if (!bn_expand(r0, RSA_size(rsa) * 8)) {
855 if (!bn_expand(r, BN_num_bits(m))) {
916 if (!bn_expand(bn_r, 160) || !bn_expand(bn_s, 160)) {
/freebsd-9.3-release/crypto/openssl/engines/
H A De_aep.c1145 bn_expand(bn, (int)(BigNumSize << 3));

Completed in 147 milliseconds