Searched refs:KRB4_SERVICE_NAME (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/ssh/sshd/ |
H A D | auth-krb4.c | 142 r = krb_mk_req(&tkt, KRB4_SERVICE_NAME, phost, realm, 33); in auth_krb4_password() 153 r = krb_rd_req(&tkt, KRB4_SERVICE_NAME, phost, in auth_krb4_password() 166 KRB4_SERVICE_NAME, krb_err_txt[r]); in auth_krb4_password() 176 krb_err_txt[r], KRB4_SERVICE_NAME, phost); in auth_krb4_password() 241 if ((r = krb_rd_req(auth, KRB4_SERVICE_NAME, instance, in auth_krb4()
|
/titanic_41/usr/src/cmd/ssh/include/ |
H A D | ssh.h | 102 #define KRB4_SERVICE_NAME "rcmd" macro
|
/titanic_41/usr/src/cmd/ssh/ssh/ |
H A D | sshconnect1.c | 420 r = krb_mk_req(&auth, KRB4_SERVICE_NAME, inst, realm, checksum); in try_krb4_authentication() 426 r = krb_get_cred(KRB4_SERVICE_NAME, inst, realm, &cred); in try_krb4_authentication()
|