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

/freebsd-11-stable/crypto/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.h587 int BN_gcd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
/freebsd-11-stable/crypto/openssl/crypto/rsa/
H A Drsa_chk.c129 if (!BN_gcd(m, i, j, ctx)) {
/freebsd-11-stable/usr.bin/factor/
H A Dfactor.c288 if (!BN_gcd(x, x, val, ctx))
289 errx(1, "error in BN_gcd()");
/freebsd-11-stable/lib/libmp/
H A Dmpasbn.c152 BN_ERRCHECK("gcd", BN_gcd(&b, mp1->bn, mp2->bn, c));
/freebsd-11-stable/contrib/ntp/util/
H A Dntp-keygen.c1649 BN_gcd(u, g, v, ctx);
1675 BN_gcd(u, x[j], q, ctx);
1760 BN_gcd(u, b, q, ctx);
/freebsd-11-stable/secure/lib/libcrypto/
H A DMakefile.man362 MLINKS+= BN_add.3 BN_gcd.3
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_crypto.c2966 BN_gcd(u, k, q, bctx);

Completed in 310 milliseconds