Searched refs:ap_req_options (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dmk_req.c39 const krb5_flags ap_req_options,
72 ap_req_options,
83 const krb5_flags ap_req_options,
109 ret = krb5_mk_req_exact (context, auth_context, ap_req_options,
37 krb5_mk_req_exact(krb5_context context, krb5_auth_context *auth_context, const krb5_flags ap_req_options, const krb5_principal server, krb5_data *in_data, krb5_ccache ccache, krb5_data *outbuf) argument
81 krb5_mk_req(krb5_context context, krb5_auth_context *auth_context, const krb5_flags ap_req_options, const char *service, const char *hostname, krb5_data *in_data, krb5_ccache ccache, krb5_data *outbuf) argument
H A Dmk_req_ext.c39 const krb5_flags ap_req_options,
64 if(ac->local_subkey == NULL && (ap_req_options & AP_OPTS_USE_SUBKEY)) {
140 in_creds, ap_req_options, authenticator, outbuf);
150 const krb5_flags ap_req_options,
157 ap_req_options,
37 _krb5_mk_req_internal(krb5_context context, krb5_auth_context *auth_context, const krb5_flags ap_req_options, krb5_data *in_data, krb5_ccache ccache, krb5_creds *in_creds, krb5_data *outbuf, krb5_key_usage checksum_usage, krb5_key_usage encrypt_usage) argument
148 krb5_mk_req_extended(krb5_context context, krb5_auth_context *auth_context, const krb5_flags ap_req_options, krb5_data *in_data, krb5_creds *in_creds, krb5_data *outbuf) argument
H A Drd_req.c320 krb5_flags *ap_req_options,
329 ap_req_options,
341 krb5_flags *ap_req_options,
484 if (ap_req_options) {
485 *ap_req_options = 0;
487 *ap_req_options |= AP_OPTS_USE_SUBKEY;
489 *ap_req_options |= AP_OPTS_USE_SESSION_KEY;
491 *ap_req_options |= AP_OPTS_MUTUAL_REQUIRED;
526 krb5_flags ap_req_options; member in struct:krb5_rd_req_out_ctx_data
614 krb5_flags *ap_req_options)
314 krb5_verify_ap_req(krb5_context context, krb5_auth_context *auth_context, krb5_ap_req *ap_req, krb5_const_principal server, krb5_keyblock *keyblock, krb5_flags flags, krb5_flags *ap_req_options, krb5_ticket **ticket) argument
335 krb5_verify_ap_req2(krb5_context context, krb5_auth_context *auth_context, krb5_ap_req *ap_req, krb5_const_principal server, krb5_keyblock *keyblock, krb5_flags flags, krb5_flags *ap_req_options, krb5_ticket **ticket, krb5_key_usage usage) argument
612 krb5_rd_req_out_get_ap_req_options(krb5_context context, krb5_rd_req_out_ctx out, krb5_flags *ap_req_options) argument
695 krb5_rd_req(krb5_context context, krb5_auth_context *auth_context, const krb5_data *inbuf, krb5_const_principal server, krb5_keytab keytab, krb5_flags *ap_req_options, krb5_ticket **ticket) argument
740 krb5_rd_req_with_keyblock(krb5_context context, krb5_auth_context *auth_context, const krb5_data *inbuf, krb5_const_principal server, krb5_keyblock *keyblock, krb5_flags *ap_req_options, krb5_ticket **ticket) argument
[all...]
H A Dsendauth.c70 krb5_flags ap_req_options,
161 ap_req_options,
217 if (ap_req_options & AP_OPTS_MUTUAL_REQUIRED) {
64 krb5_sendauth(krb5_context context, krb5_auth_context *auth_context, krb5_pointer p_fd, const char *appl_version, krb5_principal client, krb5_principal server, krb5_flags ap_req_options, krb5_data *in_data, krb5_creds *in_creds, krb5_ccache ccache, krb5_error **ret_error, krb5_ap_rep_enc_part **rep_result, krb5_creds **out_creds) argument
/macosx-10.9.5/MITKerberosShim-62.1/
H A Dmk_req.c42 mshim_mit_ap_req_flags(mit_krb5_flags ap_req_options) argument
46 if (ap_req_options & MIT_AP_OPTS_USE_SUBKEY)
48 if (ap_req_options & MIT_AP_OPTS_USE_SESSION_KEY)
50 if (ap_req_options & MIT_AP_OPTS_MUTUAL_REQUIRED)
61 mit_krb5_flags ap_req_options,
70 krb5_flags flags = mshim_mit_ap_req_flags(ap_req_options);
96 mit_krb5_flags ap_req_options,
103 krb5_flags flags = mshim_mit_ap_req_flags(ap_req_options);
135 mit_krb5_flags ap_req_options,
146 krb5_flags flags = mshim_mit_ap_req_flags(ap_req_options);
59 krb5_mk_req(mit_krb5_context context, mit_krb5_auth_context *ac, mit_krb5_flags ap_req_options, char *service, char *hostname, mit_krb5_data *inbuf, mit_krb5_ccache ccache, mit_krb5_data *outbuf) argument
94 krb5_mk_req_extended(mit_krb5_context context, mit_krb5_auth_context *ac, mit_krb5_flags ap_req_options, mit_krb5_data *inbuf, mit_krb5_creds *cred, mit_krb5_data *outbuf) argument
129 krb5_sendauth(mit_krb5_context context, mit_krb5_auth_context *auth_context, mit_krb5_pointer fd, char *appl_version, mit_krb5_principal client, mit_krb5_principal server, mit_krb5_flags ap_req_options, mit_krb5_data *in_data, mit_krb5_creds *in_creds, mit_krb5_ccache ccache, mit_krb5_error **error, mit_krb5_ap_rep_enc_part **rep_result, mit_krb5_creds **out_creds) argument
[all...]
H A Drd_req.c42 mshim_mit_ap_rep_flags(mit_krb5_flags ap_req_options) argument
46 if (ap_req_options & MIT_KRB5_RECVAUTH_SKIP_VERSION)
116 mit_krb5_flags *ap_req_options,
111 krb5_rd_req(mit_krb5_context context, mit_krb5_auth_context *ac, const mit_krb5_data *inbuf, mit_krb5_const_principal server, mit_krb5_keytab keytab, mit_krb5_flags *ap_req_options, mit_krb5_ticket **ticket) argument
/macosx-10.9.5/Heimdal-323.92.1/kdc/
H A Dkx509.c281 krb5_flags ap_req_options; local
312 &ap_req_options,
H A Dfast.c353 krb5_flags ap_req_options; local
457 &ap_req_options,
H A Ddigest.c215 krb5_flags ap_req_options; local
252 &ap_req_options,
H A Dkrb5tgs.c1154 krb5_flags ap_req_options; local
1265 &ap_req_options,
/macosx-10.9.5/CPANInternal-140/Authen-Krb5/
H A DKrb5.xs368 krb5_mk_req(auth_context, ap_req_options, service, hostname, in, cc)
370 krb5_flags ap_req_options
381 err = krb5_mk_req(context,&auth_context,ap_req_options,service,hostname,
399 krb5_flags ap_req_options;
H A DKrb5.pm207 =item mk_req(auth_context,ap_req_options,service,hostname,in,cc)
211 object you want to use for this connection, 'ap_req_options' is an OR'ed
/macosx-10.9.5/CPANInternal-140/Krb5-1.9/
H A DKrb5.xs471 krb5_mk_req(auth_context, ap_req_options, service, hostname, in, cc)
473 krb5_flags ap_req_options
484 err = krb5_mk_req(context,&auth_context,ap_req_options,service,hostname,
H A DKrb5.pm234 =item mk_req(auth_context,ap_req_options,service,hostname,in,cc)
238 object you want to use for this connection, 'ap_req_options' is an OR'ed

Completed in 125 milliseconds