Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/crypto/
H A Dec.h63 int ossl_ec_key_public_check_quick(const EC_KEY *eckey, BN_CTX *ctx);
/freebsd/crypto/openssl/crypto/ec/
H A Dec_key.c530 int ossl_ec_key_public_check_quick(const EC_KEY *eckey, BN_CTX *ctx) in ossl_ec_key_public_check_quick() function
568 if (!ossl_ec_key_public_check_quick(eckey, ctx)) in ossl_ec_key_public_check()
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c920 ok = ok && ossl_ec_key_public_check_quick(eck, ctx); in sm2_validate()
966 ok = ok && ossl_ec_key_public_check_quick(eck, ctx); in ec_validate()