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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_print.c201 if (bn_expand(ret,i*4) == NULL) goto err;
268 if (bn_expand(ret,i*4) == NULL) goto err;
H A Dbn_mont.c402 if (bn_expand(Ri,(int)sizeof(BN_ULONG)*2) == NULL)
H A Dbn_lib.c579 if (bn_expand(a,(int)sizeof(BN_ULONG)*8) == NULL) return(0);
H A Dbn.h322 /* The next are internal book keeping for bn_expand. */
699 #define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\ macro
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/demos/engines/zencod/
H A Dhw_zencod.c762 if ( !bn_expand(r0, RSA_size(rsa) * 8) ) {
809 if ( !bn_expand(r, BN_num_bits(m)) ) {
869 if ( !bn_expand(bn_r, 160) || !bn_expand(bn_s, 160) ) {
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/engines/
H A De_aep.c1112 bn_expand(bn, (int)(BigNumSize << 3));

Completed in 107 milliseconds