Home
last modified time | relevance | path

Searched refs:EC_KEY_can_sign (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/openssl/crypto/ec/
H A Decdsa_ossl.c110 if (!EC_KEY_can_sign(eckey)) { in ecdsa_sign_setup()
238 if (!EC_KEY_can_sign(eckey)) { in ossl_ecdsa_simple_sign_sig()
404 if (!EC_KEY_can_sign(eckey)) { in ossl_ecdsa_simple_verify_sig()
H A Decp_s390x_nistp.c147 if (!EC_KEY_can_sign(eckey)) { in ecdsa_s390x_nistp_sign_sig()
243 if (!EC_KEY_can_sign(eckey)) { in ecdsa_s390x_nistp_verify_sig()
H A Dec_key.c989 int EC_KEY_can_sign(const EC_KEY *eckey) in EC_KEY_can_sign() function
/freebsd/crypto/openssl/util/
H A Dmissingcrypto.txt495 EC_KEY_can_sign(3)
H A Dmissingcrypto111.txt561 EC_KEY_can_sign(3)
H A Dlibcrypto.num3612 EC_KEY_can_sign 3695 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,EC
/freebsd/crypto/openssl/include/openssl/
H A Dec.h1113 OSSL_DEPRECATEDIN_3_0 int EC_KEY_can_sign(const EC_KEY *eckey);
/freebsd/crypto/openssl/crypto/evp/
H A Dp_lib.c1090 return EC_KEY_can_sign(pkey->pkey.ec); in EVP_PKEY_can_sign()
/freebsd/secure/lib/libcrypto/
H A DVersion.map1141 EC_KEY_can_sign;
/freebsd/crypto/openssl/doc/man7/
H A Dmigration_guide.pod1561 EC_KEY_can_sign()