Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dssh-gss.c117 ssh_gssapi_dup_oid(&mechs->elements[i]); in ssh_gssapi_mech_oids_to_kexnames()
626 newctx->desired_mech = ssh_gssapi_dup_oid(mech); in ssh_gssapi_build_ctx()
646 ssh_gssapi_dup_oid(gss_OID oid) in ssh_gssapi_dup_oid() function
667 return (ssh_gssapi_dup_oid(&oid)); in ssh_gssapi_make_oid()
/titanic_50/usr/src/cmd/ssh/include/
H A Dssh-gss.h159 gss_OID ssh_gssapi_dup_oid(gss_OID oid);