Searched refs:rpc_gss_mech_to_oid (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/lib/libnsl/rpc/ |
H A D | rpcsec_gss_if.c | 50 bool_t (*rpc_gss_mech_to_oid)(); member 114 if ((calls.rpc_gss_mech_to_oid = (bool_t (*)()) dlsym(handle, in rpcgss_calls_init() 253 rpc_gss_mech_to_oid(char *mech, rpc_gss_OID *oid) in rpc_gss_mech_to_oid() function 257 return ((*calls.rpc_gss_mech_to_oid)(mech, oid)); in rpc_gss_mech_to_oid()
|
/titanic_50/usr/src/cmd/fs.d/nfs/lib/ |
H A D | nfs_sec.c | 82 extern bool_t rpc_gss_mech_to_oid(char *, rpc_gss_OID *); 248 if (!rpc_gss_mech_to_oid(gss_mech, &secp->sc_gss_mech_type) || in matchname() 297 if (!rpc_gss_mech_to_oid(gss_mech, &secp->sc_gss_mech_type) || in matchnum()
|
/titanic_50/usr/src/uts/common/rpc/ |
H A D | rpcsec_gss.h | 241 rpc_gss_mech_to_oid(
|
/titanic_50/usr/src/lib/krb5/kadm5/clnt/ |
H A D | client_init.c | 212 if (!rpc_gss_mech_to_oid(mech, (rpc_gss_OID *)&mech_oid)) { 481 if (!rpc_gss_mech_to_oid(mech, (rpc_gss_OID *)&mech_oid)) { in _kadm5_initialize_rpcsec_gss_handle()
|
/titanic_50/usr/src/man/man3nsl/ |
H A D | Makefile | 44 rpc_gss_mech_to_oid.3nsl \ 408 rpc_gss_qop_to_num.3nsl := LINKSRC = rpc_gss_mech_to_oid.3nsl
|
/titanic_50/usr/src/lib/auditd_plugins/remote/ |
H A D | audit_remote.c | 325 if (rpc_gss_mech_to_oid(mech_str, &mech_oid) != TRUE) { in parsehosts()
|
/titanic_50/usr/src/lib/libnsl/common/ |
H A D | mapfile-vers | 131 rpc_gss_mech_to_oid;
|
H A D | llib-lnsl | 761 bool_t rpc_gss_mech_to_oid(char *mech, rpc_gss_OID *oid);
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library.man3nsl.inc | 40 file path=usr/share/man/man3nsl/rpc_gss_mech_to_oid.3nsl 212 target=rpc_gss_mech_to_oid.3nsl
|