Searched refs:small_gcd (Results 1 – 1 of 1) sorted by relevance
806 BIGNUM small_gcd; in RSA_check_fips() local807 BN_init(&small_gcd); in RSA_check_fips()817 !BN_gcd(&small_gcd, key->n, g_small_factors(), ctx) || in RSA_check_fips()818 !BN_is_one(&small_gcd) || in RSA_check_fips()826 BN_free(&small_gcd); in RSA_check_fips()