HomeSort by: relevance | last modified time | path
    Searched defs:auth_context (Results 1 - 12 of 12) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
verify_init.c 87 krb5_auth_context auth_context = NULL; local
161 &auth_context,
167 krb5_auth_con_free (context, auth_context);
168 auth_context = NULL;
174 &auth_context,
184 if (auth_context)
185 krb5_auth_con_free (context, auth_context);
changepw.c 71 krb5_auth_context *auth_context,
98 auth_context,
112 *auth_context,
163 krb5_auth_context *auth_context,
185 auth_context,
214 *auth_context,
269 krb5_auth_context auth_context,
404 auth_context,
413 auth_context,
521 krb5_auth_context auth_context = NULL local
    [all...]
init_creds_pw.c 1853 krb5_auth_context auth_context = NULL; local
1862 ret = krb5_auth_con_init (context, &auth_context);
1886 ret = krb5_auth_con_add_AuthorizationData(context, auth_context, KRB5_PADATA_FX_FAST_ARMOR, &empty);
1891 &auth_context,
1901 auth_context->local_subkey,
1902 auth_context->keyblock,
1909 krb5_auth_con_free(context, auth_context);
  /src/crypto/external/bsd/heimdal/dist/kdc/
hprop.h 45 krb5_auth_context auth_context; member in struct:prop_data
hprop.c 122 ret = krb5_write_priv_message(context, pd->auth_context,
261 pd.auth_context = NULL;
286 krb5_auth_context auth_context; local
326 auth_context = NULL;
328 &auth_context,
350 pd.auth_context = auth_context;
361 ret = krb5_write_priv_message(context, auth_context, &fd, &data);
368 ret = krb5_read_priv_message(context, auth_context, &fd, &data);
377 krb5_auth_con_free(context, auth_context);
    [all...]
  /src/usr.bin/login/
k5login.c 131 krb5_auth_context auth_context = NULL; local
155 kerror = krb5_mk_req(c, &auth_context, 0, "host", phost,
158 if (auth_context) {
159 krb5_auth_con_free(c, auth_context);
160 auth_context = NULL;
185 kerror = krb5_rd_req(c, &auth_context, &packet,
220 if (auth_context)
221 krb5_auth_con_free(c, auth_context);
  /src/lib/libtelnet/
kerberos5.c 96 static krb5_auth_context auth_context; variable
211 ret = krb5_auth_con_init(telnet_context, &auth_context);
221 auth_context, &net);
230 krb5_auth_con_setkeytype(telnet_context, auth_context,
238 ret = krb5_mk_req(telnet_context, &auth_context, ap_opts, "host",
282 auth_context = NULL;
284 ret = krb5_auth_con_init(telnet_context, &auth_context);
294 auth_context, &zero);
315 ret = krb5_rd_req(telnet_context, &auth_context, &auth,
337 auth_context, foo, sizeof(foo))
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
gsskrb5_locl.h 59 struct krb5_auth_context_data *auth_context; member in struct:gsskrb5_ctx
  /src/lib/libpam/modules/pam_krb5/
pam_krb5.c 1016 krb5_auth_context auth_context = NULL; local
1025 auth_context = NULL;
1026 retval = krb5_mk_req(context, &auth_context, 0, service, phost,
1028 if (auth_context) {
1029 krb5_auth_con_free(context, auth_context);
1030 auth_context = NULL; /* setup for rd_req */
1042 retval = krb5_rd_req(context, &auth_context, &packet, princ, NULL,
1057 if (auth_context) {
1058 krb5_auth_con_free(context, auth_context);
1059 auth_context = NULL; /* setup for rd_req *
    [all...]
  /src/crypto/external/bsd/heimdal/dist/kpasswd/
kpasswdd.c 197 reply_priv (krb5_auth_context auth_context,
210 auth_context,
221 auth_context,
241 change (krb5_auth_context auth_context,
266 reply_priv (auth_context, s, sa, sa_size, KRB5_KPASSWD_MALFORMED,
278 reply_priv (auth_context, s, sa, sa_size, KRB5_KPASSWD_MALFORMED,
287 reply_priv (auth_context, s, sa, sa_size, KRB5_KPASSWD_MALFORMED,
294 reply_priv (auth_context, s, sa, sa_size,
313 reply_priv (auth_context, s, sa, sa_size,
324 reply_priv(auth_context, s, sa, sa_size
590 krb5_auth_context auth_context = NULL; local
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/kadm5/
ipropd_slave.c 175 ihave(krb5_context context, krb5_auth_context auth_context,
195 ret = krb5_write_priv_message(context, auth_context, &fd, &data);
445 krb5_auth_context auth_context)
462 ret = krb5_write_priv_message(context, auth_context, &fd, &data);
494 krb5_auth_context auth_context)
531 ret = krb5_read_priv_message(context, auth_context, &fd, &data);
703 krb5_auth_context auth_context; local
816 auth_context = NULL;
871 if (auth_context) {
872 krb5_auth_con_free(context, auth_context);
    [all...]
  /src/crypto/external/bsd/openssh/dist/
sshconnect2.c 2302 krb5_auth_context *auth_context; local
2314 auth_context = &xauth_context;
2349 problem = krb5_mk_req(*context, auth_context, AP_OPTS_MUTUAL_REQUIRED,
2366 if (*auth_context)
2367 krb5_auth_con_free(*context, *auth_context);

Completed in 46 milliseconds