rpc_gss_qop_to_num
Convert a Quality of Protection name to number
- Provided by: libtirpc-dev (Version: 1.3.2-2ubuntu0.1)
- Source: libtirpc
- Report a bug
Convert a Quality of Protection name to number
#include
<rpc/rpcsec_gss.h>
bool_t
rpc_gss_qop_to_num(const
char *qop, const char
*mech, u_int
*num_ret);
This function returns the numeric QOP value associated with the GSS_API QOP "qop" and mechanism "mech."
If the QOP and mechanism names are recognized,
TRUE is returned. The corresponding QOP number is
returned in *num_ret. Otherwise
FALSE is returned and
is left untouched.
The
rpc_gss_qop_to_num()
function is part of libtirpc.
This manual page was written by Doug Rabson ⟨dfr@FreeBSD.org⟩.