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

/external/openssl/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
/external/openssl/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 1269 milliseconds