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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/rsa/
H A Drsa_gen.c113 if (!BN_gcd(r1,r2,rsa->e,ctx)) goto err;
124 if (!BN_gcd(r1,r2,rsa->e,ctx)) goto err;
151 if (!BN_gcd(r3,r0,rsa->e,ctx)) goto err;
H A Drsa_chk.c117 r = BN_gcd(m, i, j, ctx);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/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);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/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.h410 int BN_gcd(BIGNUM *r,const BIGNUM *a,const BIGNUM *b,BN_CTX *ctx);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/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.h492 int BN_gcd(BIGNUM *r,const BIGNUM *a,const BIGNUM *b,BN_CTX *ctx);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/fips/rsa/
H A Dfips_rsa_gen.c159 if (!BN_gcd(r1,r2,rsa->e,ctx)) goto err;
170 if (!BN_gcd(r1,r2,rsa->e,ctx)) goto err;
197 if (!BN_gcd(r3,r0,rsa->e,ctx)) goto err;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dbn.h410 int BN_gcd(BIGNUM *r,const BIGNUM *a,const BIGNUM *b,BN_CTX *ctx);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/bcmcrypto/
H A Dbn.h440 int BN_gcd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dbn.h492 int BN_gcd(BIGNUM *r,const BIGNUM *a,const BIGNUM *b,BN_CTX *ctx);

Completed in 129 milliseconds