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

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/rsa/
H A Drsa_gen.c121 if (!BN_gcd(r1,r2,rsa->e,ctx)) goto err;
146 if (!BN_gcd(r1,r2,rsa->e,ctx)) goto err;
H A Drsa_chk.c117 r = BN_gcd(m, i, j, ctx);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bn/
H A Dexpspeed.c292 if (!BN_gcd(r,a,b,ctx)) goto err;
293 if (!BN_gcd(r,b,c,ctx)) goto err;
294 if (!BN_gcd(r,c,a,ctx)) goto err;
H A Dbn_gcd.c117 int BN_gcd(BIGNUM *r, const BIGNUM *in_a, const BIGNUM *in_b, BN_CTX *ctx) function
H A Dbn.h486 int BN_gcd(BIGNUM *r,const BIGNUM *a,const BIGNUM *b,BN_CTX *ctx);

Completed in 55 milliseconds