Home
last modified time | relevance | path

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

/freebsd-head/crypto/openssl/include/crypto/
HDec.h64 int ossl_ec_key_private_check(const EC_KEY *eckey);
/freebsd-head/crypto/openssl/crypto/ec/
HDec_key.c510 int ossl_ec_key_private_check(const EC_KEY *eckey) in ossl_ec_key_private_check() function
588 if (!ossl_ec_key_private_check(eckey) in ossl_ec_key_simple_check_key()
/freebsd-head/crypto/openssl/providers/implementations/keymgmt/
HDec_kmgmt.c970 ok = ok && ossl_ec_key_private_check(eck); in ec_validate()