Searched refs:rpc_gss_get_mechanisms (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/lib/librpcsec_gss/
H A DMakefile27 MAN+= rpc_gss_get_mechanisms.3
H A Drpcsec_gss_conf.c364 rpc_gss_get_mechanisms(void) function
/freebsd-11-stable/sys/rpc/rpcsec_gss/
H A Drpcsec_gss_conf.c91 rpc_gss_get_mechanisms(void) function
/freebsd-11-stable/include/rpc/
H A Drpcsec_gss.h154 const char **rpc_gss_get_mechanisms(void);
/freebsd-11-stable/sys/rpc/
H A Drpcsec_gss.h198 rpc_gss_get_mechanisms_ftype *rpc_gss_get_mechanisms; member in struct:rpc_gss_entries
314 if (rpc_gss_entries.rpc_gss_get_mechanisms != NULL)
315 ret = (*rpc_gss_entries.rpc_gss_get_mechanisms)();
443 const char **rpc_gss_get_mechanisms(void);
/freebsd-11-stable/sys/kgssapi/
H A Dgss_impl.c314 rpc_gss_entries.rpc_gss_get_mechanisms = rpc_gss_get_mechanisms;
H A Dgsstest.c891 mechs = rpc_gss_get_mechanisms();
/freebsd-11-stable/tools/regression/rpcsec_gss/
H A Drpctest.c115 mechs = rpc_gss_get_mechanisms();
301 mechs = rpc_gss_get_mechanisms();

Completed in 79 milliseconds