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

/osnet-11/usr/src/lib/libelfsign/common/
H A Delfcertlib.c146 * cert_pathname - path to cert (May be NULL)
151 * If the cert_pathname is passed use it and don't search.
155 elfcertlib_getcert(ELFsign_t ess, char *cert_pathname, argument
168 cert_pathname ? cert_pathname : "-none-",
171 if (cert_pathname == NULL && signer_DN == NULL) {
177 if (cert_pathname != NULL) {
179 *plp++ = cert_pathname;
238 cert_pathname);
266 if (cert_pathname !
273 cert_pathname); local
[all...]

Completed in 19 milliseconds