Searched refs:ossl_ec_key_public_check_quick (Results 1 – 3 of 3) sorted by relevance
63 int ossl_ec_key_public_check_quick(const EC_KEY *eckey, BN_CTX *ctx);
441 int ossl_ec_key_public_check_quick(const EC_KEY *eckey, BN_CTX *ctx) in ossl_ec_key_public_check_quick() function478 if (!ossl_ec_key_public_check_quick(eckey, ctx)) in ossl_ec_key_public_check()
918 ok = ok && ossl_ec_key_public_check_quick(eck, ctx); in sm2_validate()964 ok = ok && ossl_ec_key_public_check_quick(eck, ctx); in ec_validate()