Searched defs:pkey (Results 1 - 4 of 4) sorted by relevance
| /httpd/modules/ssl/ |
| H A D | ssl_ct_sct.c | 26 EVP_PKEY *pkey) 39 rc = EVP_VerifyFinal(&ctx, sctf->sig, sctf->siglen, pkey); 25 verify_signature(sct_fields_t *sctf, EVP_PKEY *pkey) argument
|
| H A D | ssl_engine_init.c | 1045 EVP_PKEY *pkey; local 1055 !(pkey = d2i_AutoPrivateKey(NULL, &ptr, asn1->nData)) || 1056 (SSL_CTX_use_PrivateKey(mctx->ssl_ctx, pkey) < 1)) {
|
| H A D | ssl_engine_kernel.c | 1342 EVP_PKEY *pkey; local 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) argument 1596 modssl_set_cert_info(info, x509, pkey); [all...] |
| /httpd/modules/dav/fs/ |
| H A D | dbm.c | 226 static dav_error * dav_dbm_firstkey(dav_db *db, apr_datum_t *pkey) argument 228 apr_status_t status = apr_dbm_firstkey(db->file, pkey); 233 static dav_error * dav_dbm_nextkey(dav_db *db, apr_datum_t *pkey) argument 235 apr_status_t status = apr_dbm_nextkey(db->file, pkey);
|
Completed in 18 milliseconds