Home
last modified time | relevance | path

Searched defs:gcd (Results 1 – 5 of 5) sorted by relevance

/openssl-master/crypto/rsa/
A Drsa_sp800_56b_check.c139 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
A Drsa_sp800_56b_gen.c236 BIGNUM *p1, *q1, *lcm, *p1q1, *gcd; in ossl_rsa_sp800_56b_derive_params_from_pq() local
/openssl-master/test/testutil/
A Ddriver.c84 static int gcd(int a, int b) in gcd() function
/openssl-master/providers/implementations/kdfs/
A Dkrb5kdf.c267 unsigned int tmp, gcd, remainder, lcm, carry; in n_fold() local
/openssl-master/test/
A Dbntest.c1713 BIGNUM *a = NULL, *b = NULL, *gcd = NULL, *ret = NULL; in file_gcd() local
2535 BIGNUM *a = NULL, *b = NULL, *gcd = NULL; in test_gcd_prime() local

Completed in 10 milliseconds