Searched refs:src_opts (Results 1 – 2 of 2) sorted by relevance
152 pkinit_dup_identity_opts(pkinit_identity_opts *src_opts, in pkinit_dup_identity_opts() argument165 if (src_opts->identity != NULL) { in pkinit_dup_identity_opts()166 newopts->identity = strdup(src_opts->identity); in pkinit_dup_identity_opts()171 retval = copy_list(&newopts->anchors, src_opts->anchors); in pkinit_dup_identity_opts()175 retval = copy_list(&newopts->intermediates,src_opts->intermediates); in pkinit_dup_identity_opts()179 retval = copy_list(&newopts->crls, src_opts->crls); in pkinit_dup_identity_opts()183 if (src_opts->ocsp != NULL) { in pkinit_dup_identity_opts()184 newopts->ocsp = strdup(src_opts->ocsp); in pkinit_dup_identity_opts()189 if (src_opts->cert_filename != NULL) { in pkinit_dup_identity_opts()190 newopts->cert_filename = strdup(src_opts->cert_filename); in pkinit_dup_identity_opts()[all …]
270 krb5_error_code pkinit_dup_identity_opts(pkinit_identity_opts *src_opts,