Searched refs:r_mont (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dexptest.c80 BIGNUM *r_mont,*r_mont_const,*r_recp,*r_simple,*a,*b,*m; local
90 r_mont=BN_new();
97 if ( (r_mont == NULL) || (r_recp == NULL) ||
123 ret=BN_mod_exp_mont(r_mont,a,b,m,ctx,NULL);
155 if (BN_cmp(r_simple, r_mont) == 0
164 if (BN_cmp(r_simple,r_mont) != 0)
166 if (BN_cmp(r_simple,r_mont) != 0)
176 printf("\nmont ="); BN_print(out,r_mont);
182 BN_free(r_mont);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dexptest.c80 BIGNUM *r_mont,*r_mont_const,*r_recp,*r_simple,*a,*b,*m; local
90 r_mont=BN_new();
97 if ( (r_mont == NULL) || (r_recp == NULL) ||
123 ret=BN_mod_exp_mont(r_mont,a,b,m,ctx,NULL);
155 if (BN_cmp(r_simple, r_mont) == 0
164 if (BN_cmp(r_simple,r_mont) != 0)
166 if (BN_cmp(r_simple,r_mont) != 0)
176 printf("\nmont ="); BN_print(out,r_mont);
182 BN_free(r_mont);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dexptest.c184 BIGNUM *r_mont, *r_mont_const, *r_recp, *r_simple, *a, *b, *m; local
195 r_mont = BN_new();
202 if ((r_mont == NULL) || (r_recp == NULL) || (a == NULL) || (b == NULL))
227 ret = BN_mod_exp_mont(r_mont, a, b, m, ctx, NULL);
255 if (BN_cmp(r_simple, r_mont) == 0
261 if (BN_cmp(r_simple, r_mont) != 0)
279 BN_print(out, r_mont);
286 BN_free(r_mont);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dexptest.c184 BIGNUM *r_mont, *r_mont_const, *r_recp, *r_simple, *a, *b, *m; local
195 r_mont = BN_new();
202 if ((r_mont == NULL) || (r_recp == NULL) || (a == NULL) || (b == NULL))
227 ret = BN_mod_exp_mont(r_mont, a, b, m, ctx, NULL);
255 if (BN_cmp(r_simple, r_mont) == 0
261 if (BN_cmp(r_simple, r_mont) != 0)
279 BN_print(out, r_mont);
286 BN_free(r_mont);

Completed in 109 milliseconds