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

/freebsd-10.2-release/crypto/heimdal/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,
/freebsd-10.2-release/contrib/telnet/libtelnet/
H A Dkerberos5.c181 int ap_opts; local
201 ap_opts = AP_OPTS_MUTUAL_REQUIRED;
203 ap_opts = 0;
204 ap_opts |= AP_OPTS_USE_SUBKEY;
265 ret = krb5_mk_req_exact(context, &auth_context, ap_opts,
/freebsd-10.2-release/crypto/heimdal/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 169 milliseconds