Home
last modified time | relevance | path

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

/Linux-v4.19/net/sunrpc/auth_gss/
Dgss_rpc_upcall.h34 struct rpcsec_gss_oid mech_oid; member
Dgss_rpc_upcall.c329 data->mech_oid.len = rctxh.mech.len; in gssp_accept_sec_context_upcall()
331 memcpy(data->mech_oid.data, rctxh.mech.data, in gssp_accept_sec_context_upcall()
332 data->mech_oid.len); in gssp_accept_sec_context_upcall()
Dsvcauth_gss.c1200 gm = gss_mech_get_by_OID(&ud->mech_oid); in gss_proxy_save_rsc()