Searched defs:pkey_file (Results 1 - 1 of 1) sorted by relevance
/httpd/modules/ssl/ |
H A D | ssl_engine_pphrase.c | 43 const char *pkey_file; member in struct:__anon321 132 const char *pkey_file, 149 if (!pkey_file) { 154 else if ((rv = exists_and_readable(pkey_file, p, &pkey_mtime)) 157 "Init: Can't open server private key file %s", pkey_file); 170 ppcb_arg.pkey_file = pkey_file; 197 ppcb_arg.pkey_file); 219 bReadable = ((pPrivateKey = SSL_read_PrivateKey(ppcb_arg.pkey_file, 270 "%s)", ppcb_arg.pkey_file); 131 ssl_load_encrypted_pkey(server_rec *s, apr_pool_t *p, int idx, const char *pkey_file, apr_array_header_t **pphrases) argument [all...] |
Completed in 733 milliseconds