Home
last modified time | relevance | path

Searched refs:small_gcd (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/rsa/
Drsa.c721 BIGNUM small_gcd; in RSA_check_fips() local
722 BN_init(&small_gcd); in RSA_check_fips()
732 !BN_gcd(&small_gcd, key->n, g_small_factors(), ctx) || in RSA_check_fips()
733 !BN_is_one(&small_gcd) || in RSA_check_fips()
741 BN_free(&small_gcd); in RSA_check_fips()