Home
last modified time | relevance | path

Searched refs:idopts (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_identity.c119 pkinit_init_identity_opts(pkinit_identity_opts **idopts) in pkinit_init_identity_opts() argument
123 *idopts = NULL; in pkinit_init_identity_opts()
146 *idopts = opts; in pkinit_init_identity_opts()
243 pkinit_fini_identity_opts(pkinit_identity_opts *idopts) in pkinit_fini_identity_opts() argument
245 if (idopts == NULL) in pkinit_fini_identity_opts()
248 if (idopts->identity != NULL) in pkinit_fini_identity_opts()
249 free(idopts->identity); in pkinit_fini_identity_opts()
250 free_list(idopts->anchors); in pkinit_fini_identity_opts()
251 free_list(idopts->intermediates); in pkinit_fini_identity_opts()
252 free_list(idopts->crls); in pkinit_fini_identity_opts()
[all …]
H A Dpkinit.h215 pkinit_identity_opts *idopts; member
227 pkinit_identity_opts *idopts; member
240 pkinit_identity_opts *idopts; member
268 krb5_error_code pkinit_init_identity_opts(pkinit_identity_opts **idopts);
269 void pkinit_fini_identity_opts(pkinit_identity_opts *idopts);
283 pkinit_identity_opts *idopts, /* IN */
H A Dpkinit_clnt.c994 if (reqctx->idopts->anchors == NULL)
997 &reqctx->idopts->anchors);
1001 &reqctx->idopts->intermediates);
1004 &reqctx->idopts->crls);
1007 &reqctx->idopts->identity_alt);
1081 reqctx->cryptoctx, reqctx->idopts,
1257 reqctx->idopts = NULL;
1277 retval = pkinit_dup_identity_opts(plgctx->idopts, &reqctx->idopts);
1292 if (reqctx->idopts != NULL)
1293 pkinit_fini_identity_opts(reqctx->idopts);
[all …]
H A Dpkinit_srv.c1105 &plgctx->idopts->identity); in pkinit_init_kdc_profile()
1106 if (retval != 0 || NULL == plgctx->idopts->identity) { in pkinit_init_kdc_profile()
1116 &plgctx->idopts->anchors); in pkinit_init_kdc_profile()
1117 if (retval != 0 || NULL == plgctx->idopts->anchors) { in pkinit_init_kdc_profile()
1128 &plgctx->idopts->intermediates); in pkinit_init_kdc_profile()
1132 &plgctx->idopts->crls); in pkinit_init_kdc_profile()
1136 &plgctx->idopts->ocsp); in pkinit_init_kdc_profile()
1140 &plgctx->idopts->dn_mapping_file); in pkinit_init_kdc_profile()
1249 retval = pkinit_init_identity_opts(&plgctx->idopts); in pkinit_server_plugin_init_realm()
1268 plgctx->idopts, plgctx->idctx, 0, NULL); in pkinit_server_plugin_init_realm()
[all …]
H A Dpkinit_crypto_openssl.c4848 pkinit_identity_opts *idopts, argument
4859 if (idopts->cert_filename == NULL) {
4867 if (idopts->key_filename == NULL) {
4875 fp = fopen(idopts->cert_filename, "rb");
4880 idopts->cert_filename, error_message(errno));
4882 idopts->cert_filename, errno);
4891 idopts->cert_filename);
4893 idopts->cert_filename);
4923 prompt_prefix, idopts->cert_filename);
4926 prompt_prefix, idopts->cert_filename);
[all …]
H A Dpkinit_crypto.h431 pkinit_identity_opts *idopts, /* IN */
528 pkinit_identity_opts *idopts, /* IN */