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

/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_identity.c150 pkinit_dup_identity_opts(pkinit_identity_opts *src_opts, argument
163 if (src_opts->identity != NULL) {
164 newopts->identity = strdup(src_opts->identity);
169 retval = copy_list(&newopts->anchors, src_opts->anchors);
173 retval = copy_list(&newopts->intermediates,src_opts->intermediates);
177 retval = copy_list(&newopts->crls, src_opts->crls);
181 if (src_opts->ocsp != NULL) {
182 newopts->ocsp = strdup(src_opts->ocsp);
187 if (src_opts->cert_filename != NULL) {
188 newopts->cert_filename = strdup(src_opts
[all...]

Completed in 15 milliseconds