Searched refs:xcert_in (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/p12split/
H A Dp12split.c227 X509 *xcert_in = NULL; local
231 if (read_files(&ta_in, &xcert_in, &pkey_in) < 0)
235 if (xcert_in != NULL) {
243 bufp = sunw_subject_attrs(xcert_in, NULL, 0);
250 bufp = sunw_issuer_attrs(xcert_in, NULL, 0);
257 xcert_in);
295 check_certs(ta_in, &xcert_in);
296 if (xcert_in != NULL && pkey_in != NULL) {
297 if (sunw_check_keys(xcert_in, pkey_in) == 0) {
303 return (write_files(ta_in, xcert_in, pkey_i
[all...]

Completed in 54 milliseconds