Searched refs:r_mont_const (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
91 r_mont_const=BN_new();
147 ret=BN_mod_exp_mont_consttime(r_mont_const,a,b,m,ctx,NULL);
157 && BN_cmp(r_simple,r_mont_const) == 0)
177 printf("\nmont_ct ="); BN_print(out,r_mont_const);
183 BN_free(r_mont_const);
/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
91 r_mont_const=BN_new();
147 ret=BN_mod_exp_mont_consttime(r_mont_const,a,b,m,ctx,NULL);
157 && BN_cmp(r_simple,r_mont_const) == 0)
177 printf("\nmont_ct ="); BN_print(out,r_mont_const);
183 BN_free(r_mont_const);
/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
196 r_mont_const = BN_new();
248 ret = BN_mod_exp_mont_consttime(r_mont_const, a, b, m, ctx, NULL);
257 && BN_cmp(r_simple, r_mont_const) == 0) {
263 if (BN_cmp(r_simple, r_mont_const) != 0)
281 BN_print(out, r_mont_const);
287 BN_free(r_mont_const);
/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
196 r_mont_const = BN_new();
248 ret = BN_mod_exp_mont_consttime(r_mont_const, a, b, m, ctx, NULL);
257 && BN_cmp(r_simple, r_mont_const) == 0) {
263 if (BN_cmp(r_simple, r_mont_const) != 0)
281 BN_print(out, r_mont_const);
287 BN_free(r_mont_const);

Completed in 80 milliseconds