Searched refs:small_gcd (Results 1 – 1 of 1) sorted by relevance
721 BIGNUM small_gcd; in RSA_check_fips() local722 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()