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

/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_identity.c152 pkinit_dup_identity_opts(pkinit_identity_opts *src_opts, argument
165 if (src_opts->identity != NULL) {
166 newopts->identity = strdup(src_opts->identity);
171 retval = copy_list(&newopts->anchors, src_opts->anchors);
175 retval = copy_list(&newopts->intermediates,src_opts->intermediates);
179 retval = copy_list(&newopts->crls, src_opts->crls);
183 if (src_opts->ocsp != NULL) {
184 newopts->ocsp = strdup(src_opts->ocsp);
189 if (src_opts->cert_filename != NULL) {
190 newopts->cert_filename = strdup(src_opts
[all...]

Completed in 59 milliseconds