Searched defs:gcd (Results 1 – 5 of 5) sorted by relevance
/openssl/crypto/rsa/ |
H A D | rsa_sp800_56b_check.c | 139 BIGNUM *p1 = NULL, *gcd = NULL; in ossl_rsa_check_prime_factor() local 178 BIGNUM *r, *p1, *q1, *lcm, *p1q1, *gcd; in ossl_rsa_check_private_exponent() local 266 BIGNUM *lcm, BIGNUM *gcd, BIGNUM *p1, BIGNUM *q1, in ossl_rsa_get_lcm() 286 BIGNUM *gcd = NULL; local
|
H A D | rsa_sp800_56b_gen.c | 241 BIGNUM *p1, *q1, *lcm, *p1q1, *gcd; in ossl_rsa_sp800_56b_derive_params_from_pq() local
|
/openssl/test/testutil/ |
H A D | driver.c | 84 static int gcd(int a, int b) in gcd() function
|
/openssl/providers/implementations/kdfs/ |
H A D | krb5kdf.c | 289 unsigned int tmp, gcd, remainder, lcm, carry; in n_fold() local
|
/openssl/test/ |
H A D | bntest.c | 1786 BIGNUM *a = NULL, *b = NULL, *gcd = NULL, *ret = NULL; in file_gcd() local 2823 BIGNUM *a = NULL, *b = NULL, *gcd = NULL; in test_gcd_prime() local
|
Completed in 14 milliseconds