Home
last modified time | relevance | path

Searched refs:EVP_PKEY_can_sign (Results 1 – 6 of 6) sorted by relevance

/openssl/doc/man3/
H A DEVP_PKEY_is_a.pod5 EVP_PKEY_is_a, EVP_PKEY_can_sign, EVP_PKEY_type_names_do_all,
14 int EVP_PKEY_can_sign(const EVP_PKEY *pkey);
26 EVP_PKEY_can_sign() checks if the functionality for the key type of
55 EVP_PKEY_can_sign() returns 1 if the I<pkey> key type functionality
88 =head2 EVP_PKEY_can_sign()
94 if (!EVP_PKEY_can_sign(pkey)) {
/openssl/ssl/
H A Dssl_rsa.c271 if (i == SSL_PKEY_ECC && !EVP_PKEY_can_sign(pkey)) { in ssl_set_cert()
/openssl/crypto/evp/
H A Dp_lib.c1081 int EVP_PKEY_can_sign(const EVP_PKEY *pkey) in EVP_PKEY_can_sign() function
/openssl/include/openssl/
H A Devp.h1334 int EVP_PKEY_can_sign(const EVP_PKEY *pkey);
/openssl/doc/man7/
H A Dossl-guide-migration.pod1584 Applications should use L<EVP_PKEY_can_sign(3)> instead.
/openssl/util/
H A Dlibcrypto.num5003 EVP_PKEY_can_sign 5131 3_0_0 EXIST::FUNCTION:

Completed in 87 milliseconds