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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bn/
H A Dbn_print.c187 if (bn_expand(ret,i*4) == NULL) goto err;
253 if (bn_expand(ret,i*4) == NULL) goto err;
H A Dbn_lib.c578 if (bn_expand(a,sizeof(BN_ULONG)*8) == NULL) return(0);
617 if (bn_expand(ret,(int)(n+2)*8) == NULL)
H A Dbn.h236 /* The next are internal book keeping for bn_expand. */
460 #define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/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.h282 /* The next are internal book keeping for bn_expand. */
637 #define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/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) ) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/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) ) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dbn.h236 /* The next are internal book keeping for bn_expand. */
460 #define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/bcmcrypto/
H A Dbn.h263 /* The next are internal book keeping for bn_expand. */
484 #define bn_expand(a, bits) ((((((bits + BN_BITS2 - 1)) / BN_BITS2)) <= \ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/engine/
H A Dhw_aep.c1092 bn_expand(bn, (int)(BigNumSize << 3));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_aep.c1110 bn_expand(bn, (int)(BigNumSize << 3));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dbn.h282 /* The next are internal book keeping for bn_expand. */
637 #define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\ macro

Completed in 134 milliseconds