Searched defs:pPrivateKey (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/ssl/
H A Dssl_engine_pphrase.c138 EVP_PKEY *pPrivateKey = NULL; local
219 bReadable = ((pPrivateKey = SSL_read_PrivateKey(ppcb_arg.pkey_file,
313 if (pPrivateKey == NULL) {
359 length = i2d_PrivateKey(pPrivateKey, NULL);
361 (void)i2d_PrivateKey(pPrivateKey, &ucp); /* 2nd arg increments */
372 EVP_PKEY_free(pPrivateKey);

Completed in 10 milliseconds