Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/
H A Dgss_rpc_upcall.c316 data->mech_oid.len = rctxh.mech.len; in gssp_accept_sec_context_upcall()
318 memcpy(data->mech_oid.data, rctxh.mech.data, in gssp_accept_sec_context_upcall()
319 data->mech_oid.len); in gssp_accept_sec_context_upcall()
H A Dgss_rpc_upcall.h21 struct rpcsec_gss_oid mech_oid; member
H A Dsvcauth_gss.c1311 gm = gss_mech_get_by_OID(&ud->mech_oid); in gss_proxy_save_rsc()