Searched refs:EVP_PKEY_can_sign (Results 1 – 6 of 6) sorted by relevance
5 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 of55 EVP_PKEY_can_sign() returns 1 if the I<pkey> key type functionality88 =head2 EVP_PKEY_can_sign()94 if (!EVP_PKEY_can_sign(pkey)) {
271 if (i == SSL_PKEY_ECC && !EVP_PKEY_can_sign(pkey)) { in ssl_set_cert()
1081 int EVP_PKEY_can_sign(const EVP_PKEY *pkey) in EVP_PKEY_can_sign() function
1334 int EVP_PKEY_can_sign(const EVP_PKEY *pkey);
1584 Applications should use L<EVP_PKEY_can_sign(3)> instead.
5003 EVP_PKEY_can_sign 5131 3_0_0 EXIST::FUNCTION:
Completed in 75 milliseconds