Lines Matching refs:EVP_PKEY
293 uint32_t ssl_cipher_auth_mask_for_key(const EVP_PKEY *key);
636 * |EVP_PKEY|. */
655 uint16_t signature_algorithm, EVP_PKEY *pkey,
881 EVP_PKEY **out_pubkey,
898 * certificate in |in|. It returns an allocated |EVP_PKEY| or else returns NULL
900 EVP_PKEY *ssl_cert_parse_pubkey(const CBS *in);
917 int ssl_check_leaf_certificate(SSL_HANDSHAKE *hs, EVP_PKEY *pkey,
1146 EVP_PKEY *local_pubkey;
1149 EVP_PKEY *peer_pubkey;
1393 int tls1_get_legacy_signature_algorithm(uint16_t *out, const EVP_PKEY *pkey);
1420 EVP_PKEY *privatekey;
2038 EVP_PKEY *tlsext_channel_id_private;
2104 int ssl_compare_public_and_private_key(const EVP_PKEY *pubkey,
2105 const EVP_PKEY *privkey);
2106 int ssl_cert_check_private_key(const CERT *cert, const EVP_PKEY *privkey);