Searched defs:incert (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/svr4pkg/pkgadm/ |
H A D | certs.c | 64 * incert - File to read certs and keys from 78 load_cert_and_key(PKG_ERR *err, FILE *incert, argument 96 if ((tmpcert = d2i_X509_fp(incert, NULL)) == NULL) { 106 if (sunw_PEM_contents(incert, pkg_passphrase_cb, 177 * incert - File to read certs and keys from 186 load_all_certs(PKG_ERR *err, FILE *incert, argument 199 if ((tmpcert = d2i_X509_fp(incert, NULL)) == NULL) { 217 if (sunw_PEM_contents(incert, pkg_passphrase_cb,
|
Completed in 57 milliseconds