Searched refs:ap_opts (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/libtelnet/
H A Dkerberos5.c199 int ap_opts; local
220 ap_opts = AP_OPTS_MUTUAL_REQUIRED;
222 ap_opts = 0;
224 ap_opts |= AP_OPTS_USE_SUBKEY;
284 ret = krb5_mk_req_exact(context, &auth_context, ap_opts,
/macosx-10.10.1/libtelnet-13/
H A Dkerberos5.c231 int ap_opts; local
301 ap_opts = AP_OPTS_MUTUAL_REQUIRED;
303 ap_opts = 0;
306 ap_opts |= AP_OPTS_USE_SUBKEY;
330 r = krb5_mk_req_extended(telnet_context, &auth_context, ap_opts,
/macosx-10.10.1/Heimdal-398.1.2/appl/rsh/
H A Drsh.c250 krb5_flags ap_opts; local
283 ap_opts = 0;
286 ap_opts |= AP_OPTS_MUTUAL_REQUIRED;
290 ap_opts |= AP_OPTS_USE_SUBKEY;
307 ap_opts,

Completed in 84 milliseconds