Home
last modified time | relevance | path

Searched refs:radix_to_creds (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/ssh/sshd/
H A Dauth-krb4.c293 if (!radix_to_creds(string, &creds)) { in auth_krb4_tgt()
347 if (!radix_to_creds(token_string, &creds)) { in auth_afs_token()
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dradix.c95 radix_to_creds(const char *buf, CREDENTIALS *creds) in radix_to_creds() function