Home | History | Annotate | Download | only in ssl

Lines Matching refs:EVP_PKEY

555  * the operation with |EVP_PKEY|. */
582 uint16_t signature_algorithm, EVP_PKEY *pkey,
821 EVP_PKEY **out_pubkey,
838 * certificate in |in|. It returns an allocated |EVP_PKEY| or else returns NULL
840 EVP_PKEY *ssl_cert_parse_pubkey(const CBS *in);
857 int ssl_check_leaf_certificate(SSL_HANDSHAKE *hs, EVP_PKEY *pkey,
1065 EVP_PKEY *peer_pubkey;
1310 EVP_PKEY *privatekey;
1924 EVP_PKEY *tlsext_channel_id_private;
1985 int ssl_compare_public_and_private_key(const EVP_PKEY *pubkey,
1986 const EVP_PKEY *privkey);
1987 int ssl_cert_check_private_key(const CERT *cert, const EVP_PKEY *privkey);