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

/barrelfish-master/lib/openssl-1.0.0d/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_lib.c589 if (bn_expand(a,(int)sizeof(BN_ULONG)*8) == NULL) return(0);
H A Dbn_mont.c458 if (bn_expand(Ri,(int)sizeof(BN_ULONG)*2) == NULL)
H A Dbn.h304 /* The next are internal book keeping for bn_expand. */
664 #define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\ macro
/barrelfish-master/lib/openssl-1.0.0d/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) ) {
/barrelfish-master/lib/openssl-1.0.0d/engines/
H A De_aep.c1113 bn_expand(bn, (int)(BigNumSize << 3));
/barrelfish-master/include/openssl/
H A Dbn.h304 /* The next are internal book keeping for bn_expand. */
664 #define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\ macro

Completed in 99 milliseconds