Home
last modified time | relevance | path

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

/openbmc/linux/net/sunrpc/auth_gss/
H A Dgss_rpc_upcall.c322 data->mech_oid.len = rctxh.mech.len; in gssp_accept_sec_context_upcall()
324 memcpy(data->mech_oid.data, rctxh.mech.data, in gssp_accept_sec_context_upcall()
325 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.c1270 gm = gss_mech_get_by_OID(&ud->mech_oid); in gss_proxy_save_rsc()