Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_chk.c123 if (!BN_gcd(m, i, j, ctx)) { in rsa_validate_keypair_multiprime()
141 if (!BN_gcd(m, m, k, ctx)) { in rsa_validate_keypair_multiprime()
H A Drsa_sp800_56b_check.c161 && BN_gcd(gcd, p1, e, ctx) in ossl_rsa_check_prime_factor()
272 && BN_gcd(gcd, p1, q1, ctx) in ossl_rsa_get_lcm()
326 if (!BN_gcd(gcd, rsa->n, ossl_bn_get0_small_factors(), ctx)
H A Drsa_x931g.c107 if (!BN_gcd(r3, r1, r2, ctx)) in RSA_X931_derive_ex()
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_rsa_fips186_4.c291 && BN_gcd(tmp, r1x2, r2, ctx) in ossl_bn_rsa_fips186_4_derive_prime()
341 || !BN_gcd(tmp, y1, e, ctx)) in ossl_bn_rsa_fips186_4_derive_prime()
H A Dbn_x931p.c128 if (!BN_gcd(t, pm1, e, ctx)) in BN_X931_derive_prime_ex()
H A Dbn_prime.c396 if (!BN_gcd(g, b, w, ctx)) in ossl_bn_miller_rabin_is_prime()
436 if (!BN_sub_word(x, 1) || !BN_gcd(g, x, w, ctx)) in ossl_bn_miller_rabin_is_prime()
H A Dbn_gcd.c549 int BN_gcd(BIGNUM *r, const BIGNUM *in_a, const BIGNUM *in_b, BN_CTX *ctx) in BN_gcd() function
/third_party/openssl/crypto/bn/
H A Dbn_rsa_fips186_4.c291 && BN_gcd(tmp, r1x2, r2, ctx) in ossl_bn_rsa_fips186_4_derive_prime()
341 || !BN_gcd(tmp, y1, e, ctx)) in ossl_bn_rsa_fips186_4_derive_prime()
H A Dbn_x931p.c128 if (!BN_gcd(t, pm1, e, ctx)) in BN_X931_derive_prime_ex()
H A Dbn_prime.c396 if (!BN_gcd(g, b, w, ctx)) in ossl_bn_miller_rabin_is_prime()
436 if (!BN_sub_word(x, 1) || !BN_gcd(g, x, w, ctx)) in ossl_bn_miller_rabin_is_prime()
H A Dbn_gcd.c549 int BN_gcd(BIGNUM *r, const BIGNUM *in_a, const BIGNUM *in_b, BN_CTX *ctx) in BN_gcd() function
/third_party/openssl/crypto/rsa/
H A Drsa_chk.c123 if (!BN_gcd(m, i, j, ctx)) { in rsa_validate_keypair_multiprime()
141 if (!BN_gcd(m, m, k, ctx)) { in rsa_validate_keypair_multiprime()
H A Drsa_sp800_56b_check.c161 && BN_gcd(gcd, p1, e, ctx) in ossl_rsa_check_prime_factor()
272 && BN_gcd(gcd, p1, q1, ctx) in ossl_rsa_get_lcm()
326 if (!BN_gcd(gcd, rsa->n, ossl_bn_get0_small_factors(), ctx)
H A Drsa_x931g.c107 if (!BN_gcd(r3, r1, r2, ctx)) in RSA_X931_derive_ex()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dbn.rs115 pub fn BN_gcd(r: *mut BIGNUM, a: *const BIGNUM, b: *const BIGNUM, ctx: *mut BN_CTX) -> c_int; in BN_gcd() functions
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dbn.rs736 #[corresponds(BN_gcd)]
744 cvt(ffi::BN_gcd( in gcd()
/third_party/openssl/ohos_lite/include/openssl/
H A Dbn.h314 int BN_gcd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dbn.h343 int BN_gcd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
/third_party/openssl/include/openssl/
H A Dbn.h343 int BN_gcd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
/third_party/openssl/test/
H A Dbntest.c1768 if (!TEST_true(BN_gcd(ret, a, b, ctx)) in file_gcd()
2591 || !TEST_true(BN_gcd(gcd, a, b, ctx)) in test_gcd_prime()

Completed in 16 milliseconds