Home
last modified time | relevance | path

Searched refs:ssh_gssapi_test_oid_supported (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssh/
H A Dssh-gss.h108 OM_uint32 ssh_gssapi_test_oid_supported(OM_uint32 *, gss_OID, int *);
H A Dgss-serv.c83 ssh_gssapi_test_oid_supported(OM_uint32 *ms, gss_OID member, int *present) in ssh_gssapi_test_oid_supported() function
H A Dauth2-gss.c101 ssh_gssapi_test_oid_supported(&ms, &goid, &present); in userauth_gssapi()