Lines Matching defs:pkey
1342 EVP_PKEY *pkey;
1353 pkey = SSL_get_privatekey(ssl);
1354 type = pkey ? EVP_PKEY_type(pkey->type) : EVP_PKEY_NONE;
1369 keylen = EVP_PKEY_bits(pkey);
1553 #define modssl_set_cert_info(info, cert, pkey) \
1556 *pkey = info->x_pkey->dec_pkey; \
1557 CRYPTO_add(&(*pkey)->references, +1, CRYPTO_LOCK_X509_PKEY)
1559 int ssl_callback_proxy_cert(SSL *ssl, X509 **x509, EVP_PKEY **pkey)
1596 modssl_set_cert_info(info, x509, pkey);
1614 modssl_set_cert_info(info, x509, pkey);
1633 modssl_set_cert_info(info, x509, pkey);