Home
last modified time | relevance | path

Searched refs:auth_indicators (Results 1 – 14 of 14) sorted by relevance

/freebsd/crypto/krb5/src/plugins/kdcpolicy/test/
H A Dmain.c38 output_from_indicator(const char *const *auth_indicators, int divisor, in output_from_indicator() argument
43 if (auth_indicators[0] == NULL) { in output_from_indicator()
48 if (strcmp(auth_indicators[0], "ONE_HOUR") == 0) { in output_from_indicator()
52 } else if (strcmp(auth_indicators[0], "SEVEN_HOURS") == 0) { in output_from_indicator()
65 const krb5_db_entry *server, const char *const *auth_indicators, in test_check_as() argument
74 return output_from_indicator(auth_indicators, 1, lifetime_out, in test_check_as()
81 const krb5_ticket *ticket, const char *const *auth_indicators, in test_check_tgs() argument
90 return output_from_indicator(auth_indicators, 2, lifetime_out, in test_check_tgs()
/freebsd/crypto/krb5/src/kdc/
H A Dkdc_authdata.c301 add_auth_indicators(krb5_context context, krb5_data *const *auth_indicators, in add_auth_indicators() argument
310 if (auth_indicators == NULL || *auth_indicators == NULL) in add_auth_indicators()
314 ret = encode_utf8_strings(auth_indicators, &der_indicators); in add_auth_indicators()
469 krb5_enc_tkt_part *enc_tkt_reply, krb5_data ***auth_indicators) in handle_pac() argument
492 return add_auth_indicators(context, *auth_indicators, server_key, in handle_pac()
509 auth_indicators); in handle_pac()
517 ret = add_auth_indicators(context, *auth_indicators, server_key, in handle_pac()
584 krb5_enc_tkt_part *enc_tkt_req, krb5_data ***auth_indicators, in handle_authdata() argument
627 auth_indicators); in handle_authdata()
H A Dpolicy.h38 krb5_data *const *auth_indicators, krb5_timestamp kdc_time,
44 krb5_data *const *auth_indicators, krb5_timestamp kdc_time,
H A Dpolicy.c106 krb5_data *const *auth_indicators, krb5_timestamp kdc_time, in check_kdcpolicy_as() argument
116 ret = authind_strings(auth_indicators, &ais); in check_kdcpolicy_as()
146 krb5_data *const *auth_indicators, krb5_timestamp kdc_time, in check_kdcpolicy_tgs() argument
156 ret = authind_strings(auth_indicators, &ais); in check_kdcpolicy_tgs()
H A Ddo_as_req.c185 krb5_data **auth_indicators; member
219 state->server, state->auth_indicators, in finish_process_as_req()
276 &state->auth_indicators, &state->enc_tkt_reply); in finish_process_as_req()
284 errcode = check_indicators(context, state->server, state->auth_indicators); in finish_process_as_req()
418 k5_free_data_ptr_list(state->auth_indicators); in finish_process_as_req()
549 state->rock.auth_indicators = &state->auth_indicators; in process_as_req()
H A Ddo_tgs_req.c125 krb5_data **auth_indicators; member
765 &t->local_tgt_key, &t->auth_indicators); in gather_tgs_req_info()
898 ret = check_indicators(context, t->server, t->auth_indicators); in check_tgs_req()
920 t->auth_indicators, kdc_time, times, status); in check_tgs_req()
1042 subject_pac, t->subject_tkt, &t->auth_indicators, in tgs_issue_ticket()
1159 k5_free_data_ptr_list(t->auth_indicators); in free_req_info()
H A Dkdc_util.h242 krb5_data ***auth_indicators,
432 krb5_data ***auth_indicators; member
H A Dkdc_preauth.c461 return authind_add(context, indicator, rock->auth_indicators); in add_auth_indicator()
/freebsd/crypto/krb5/src/include/krb5/
H A Dkdcpolicy_plugin.h100 const char *const *auth_indicators,
116 const char *const *auth_indicators,
/freebsd/crypto/krb5/src/plugins/kdb/test/
H A Dkdb_test.c615 change_auth_indicators(krb5_context context, krb5_data ***auth_indicators) in change_auth_indicators() argument
623 inds = *auth_indicators; in change_auth_indicators()
633 *auth_indicators = inds; in change_auth_indicators()
644 krb5_data ***auth_indicators) in test_issue_pac() argument
651 change_auth_indicators(context, auth_indicators); in test_issue_pac()
/freebsd/crypto/krb5/src/plugins/preauth/pkinit/
H A Dpkinit_srv.c591 if (is_signed && plgctx->auth_indicators != NULL) { in pkinit_server_verify_padata()
593 for (sp = plgctx->auth_indicators; *sp != NULL; sp++) { in pkinit_server_verify_padata()
1038 &plgctx->auth_indicators); in pkinit_init_kdc_profile()
1427 for (sp = plgctx->auth_indicators; sp != NULL && *sp != NULL; sp++) in pkinit_server_plugin_fini_realm()
1429 free(plgctx->auth_indicators); in pkinit_server_plugin_fini_realm()
H A Dpkinit.h236 char **auth_indicators; member
/freebsd/crypto/krb5/src/include/
H A Dkdb.h734 krb5_data ***auth_indicators);
1482 krb5_data ***auth_indicators);
/freebsd/crypto/krb5/src/lib/kdb/
H A Dkdb5.c2811 krb5_data ***auth_indicators) in krb5_db_issue_pac() argument
2822 krbtgt, authtime, old_pac, new_pac, auth_indicators); in krb5_db_issue_pac()