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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dexpspeed.c305 if (!BN_gcd(r, a, b, ctx))
307 if (!BN_gcd(r, b, c, ctx))
309 if (!BN_gcd(r, c, a, ctx))
H A Dbn_x931p.c169 if (!BN_gcd(t, pm1, e, ctx))
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.h536 int BN_gcd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dexpspeed.c305 if (!BN_gcd(r, a, b, ctx))
307 if (!BN_gcd(r, b, c, ctx))
309 if (!BN_gcd(r, c, a, ctx))
H A Dbn_x931p.c169 if (!BN_gcd(t, pm1, e, ctx))
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.h536 int BN_gcd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rsa/
H A Drsa_gen.c153 if (!BN_gcd(r1, r2, rsa->e, ctx))
180 if (!BN_gcd(r1, r2, rsa->e, ctx))
H A Drsa_chk.c129 r = BN_gcd(m, i, j, ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rsa/
H A Drsa_gen.c153 if (!BN_gcd(r1, r2, rsa->e, ctx))
180 if (!BN_gcd(r1, r2, rsa->e, ctx))
H A Drsa_chk.c129 r = BN_gcd(m, i, j, ctx);
/netgear-R7000-V1.0.7.12_1.2.5/src/include/bcmcrypto/
H A Dbn.h446 int BN_gcd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
/netgear-R7000-V1.0.7.12_1.2.5/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 54 milliseconds