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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/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.c598 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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/bn/
H A Dbn_print.c208 if (bn_expand(ret, i * 4) == NULL)
282 if (bn_expand(ret, i * 4) == NULL)
H A Dbn_mont.c423 if (bn_expand(Ri, (int)sizeof(BN_ULONG) * 2) == NULL)
H A Dbn_lib.c590 if (bn_expand(a, (int)sizeof(BN_ULONG) * 8) == NULL)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/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.c598 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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/bn/
H A Dbn_print.c208 if (bn_expand(ret, i * 4) == NULL)
282 if (bn_expand(ret, i * 4) == NULL)
H A Dbn_mont.c423 if (bn_expand(Ri, (int)sizeof(BN_ULONG) * 2) == NULL)
H A Dbn_lib.c590 if (bn_expand(a, (int)sizeof(BN_ULONG) * 8) == NULL)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/bn/
H A Dbn_print.c208 if (bn_expand(ret, i * 4) == NULL)
282 if (bn_expand(ret, i * 4) == NULL)
H A Dbn_mont.c423 if (bn_expand(Ri, (int)sizeof(BN_ULONG) * 2) == NULL)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/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) ) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/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) ) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/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) ) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/shared/bcmcrypto/
H A Dbn.h270 /* The next are internal book keeping for bn_expand. */
495 #define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/shared/bcmcrypto/
H A Dbn.h270 /* The next are internal book keeping for bn_expand. */
495 #define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/shared/bcmcrypto/
H A Dbn.h270 /* The next are internal book keeping for bn_expand. */
495 #define bn_expand(a,bits) ((((((bits+BN_BITS2-1))/BN_BITS2)) <= (a)->dmax)?\ macro

Completed in 197 milliseconds

12