Searched refs:krb5_sname_to_principal (Results 1 - 23 of 23) sorted by relevance

/freebsd-12-stable/crypto/heimdal/lib/krb5/
H A Dsock_principal.c62 ret = krb5_sname_to_principal (context,
H A Dverify_init.c98 ret = krb5_sname_to_principal (context,
208 * krb5_sname_to_principal() to build a hostname to use to
232 ret = krb5_sname_to_principal (context, NULL, service,
H A Dverify_user.c50 ret = krb5_sname_to_principal (context, NULL, service, KRB5_NT_SRV_HST,
H A Dprincipal.c1033 krb5_sname_to_principal (krb5_context context, function
H A Dkrb5-protos.h3889 krb5_sname_to_principal (
/freebsd-12-stable/crypto/heimdal/appl/test/
H A Dtcp_client.c59 status = krb5_sname_to_principal (context,
65 krb5_err (context, 1, status, "krb5_sname_to_principal");
H A Dtcp_server.c67 status = krb5_sname_to_principal (context,
73 krb5_err (context, 1, status, "krb5_sname_to_principal");
/freebsd-12-stable/crypto/heimdal/lib/gssapi/krb5/
H A Dinquire_cred.c109 *minor_status = krb5_sname_to_principal(context, NULL,
H A Dimport_name.c113 ret = krb5_sname_to_principal(context,
/freebsd-12-stable/crypto/heimdal/appl/kf/
H A Dkf.c154 status = krb5_sname_to_principal (context,
161 krb5_warn (context, status, "krb5_sname_to_principal");
H A Dkfd.c152 status = krb5_sname_to_principal (context,
158 krb5_err(context, 1, status, "krb5_sname_to_principal");
/freebsd-12-stable/crypto/openssh/
H A Dauth-krb5.c147 problem = krb5_sname_to_principal(authctxt->krb5_ctx, NULL, NULL,
/freebsd-12-stable/crypto/heimdal/lib/kadm5/
H A Dipropd_slave.c123 ret = krb5_sname_to_principal (context, slave_str, IPROP_NAME,
125 if (ret) krb5_err(context, 1, ret, "krb5_sname_to_principal");
592 ret = krb5_sname_to_principal (context, master, IPROP_NAME,
595 krb5_err (context, 1, ret, "krb5_sname_to_principal");
H A Dipropd_master.c305 ret = krb5_sname_to_principal (context, hostname, IPROP_NAME,
308 krb5_warn (context, ret, "krb5_sname_to_principal");
/freebsd-12-stable/crypto/heimdal/lib/gssapi/ntlm/
H A Dkdc.c82 ret = krb5_sname_to_principal(context, NULL, "host",
/freebsd-12-stable/crypto/heimdal/kdc/
H A Dhprop.c308 ret = krb5_sname_to_principal(context, argv[i],
312 krb5_warn(context, ret, "krb5_sname_to_principal(%s)", host);
H A Dkx509.c343 ret = krb5_sname_to_principal(context, NULL, "kca_service",
/freebsd-12-stable/crypto/heimdal/appl/push/
H A Dpush.c533 ret = krb5_sname_to_principal (context,
539 warnx ("krb5_sname_to_principal: %s",
/freebsd-12-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Dkerberos5.c261 ret = krb5_sname_to_principal (context,
269 " krb5_sname_to_principal(%s) failed (%s)\r\n",
/freebsd-12-stable/contrib/telnet/libtelnet/
H A Dkerberos5.c235 ret = krb5_sname_to_principal (context,
246 " krb5_sname_to_principal(%s) failed (%s)\r\n",
/freebsd-12-stable/kerberos5/lib/libkrb5/
H A DMakefile394 krb5_principal.3 krb5_sname_to_principal.3 \
/freebsd-12-stable/crypto/heimdal/appl/rsh/
H A Drsh.c253 status = krb5_sname_to_principal(context,
/freebsd-12-stable/lib/libpam/modules/pam_krb5/
H A Dpam_krb5.c868 retval = krb5_sname_to_principal(context, NULL, *service,
876 "krb5_sname_to_principal()", msg);

Completed in 245 milliseconds