Home
last modified time | relevance | path

Searched refs:ssh_gssapi_is_spnego (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/ssh/include/
H A Dssh-gss.h115 int ssh_gssapi_is_spnego(gss_OID oid);
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dgss-clnt.c111 if (ssh_gssapi_is_spnego(mech)) in ssh_gssapi_client_mechs()
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dgss-serv.c126 if (ssh_gssapi_is_spnego(&acquired->elements[i])) in ssh_gssapi_server_mechs()
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dssh-gss.c427 ssh_gssapi_is_spnego(gss_OID oid) in ssh_gssapi_is_spnego() function