Searched refs:src_opts (Results 1 – 2 of 2) sorted by relevance
134 pkinit_dup_identity_opts(pkinit_identity_opts *src_opts, in pkinit_dup_identity_opts() argument147 if (src_opts->identity != NULL) { in pkinit_dup_identity_opts()148 newopts->identity = strdup(src_opts->identity); in pkinit_dup_identity_opts()153 retval = copy_list(&newopts->anchors, src_opts->anchors); in pkinit_dup_identity_opts()157 retval = copy_list(&newopts->intermediates,src_opts->intermediates); in pkinit_dup_identity_opts()161 retval = copy_list(&newopts->crls, src_opts->crls); in pkinit_dup_identity_opts()165 if (src_opts->cert_filename != NULL) { in pkinit_dup_identity_opts()166 newopts->cert_filename = strdup(src_opts->cert_filename); in pkinit_dup_identity_opts()171 if (src_opts->key_filename != NULL) { in pkinit_dup_identity_opts()172 newopts->key_filename = strdup(src_opts->key_filename); in pkinit_dup_identity_opts()[all …]
263 krb5_error_code pkinit_dup_identity_opts(pkinit_identity_opts *src_opts,