rpc_gss_mech_to_oid
Convert a mechanism name to a GSS-API oid
- Provided by: libtirpc-dev (Version: 1.3.4+ds-1.1build1)
- Source: libtirpc
- Report a bug
Convert a mechanism name to a GSS-API oid
#include
<rpc/rpcsec_gss.h>
bool_t
rpc_gss_mech_to_oid(const
char *mech, gss_OID
*oid_ret);
This function returns the GSS OID associated with the GSS_API mechanism "mech".
If the GSS_API mechanism name is recognized,
TRUE is returned. The corresponding GSS-API oid is
returned in *oid_ret. Otherwise
FALSE is returned and *oid_ret
is left untouched.
The
rpc_gss_mech_to_oid()
function is part of libtirpc.
This manual page was written by Doug Rabson ⟨dfr@FreeBSD.org⟩.