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

/external/openssl/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)
176 printf("\nmont ="); BN_print(out,r_mont);
182 BN_free(r_mont);

Completed in 293 milliseconds