Home
last modified time | relevance | path

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

/linux/net/sunrpc/auth_gss/
H A Dgss_mech_switch.c362 return mech->gm_ops->gss_import_sec_context(input_token, bufsize, in gss_import_sec_context()
373 return context_handle->mech_type->gm_ops in gss_get_mic()
386 return context_handle->mech_type->gm_ops in gss_verify_mic()
412 return ctx_id->mech_type->gm_ops in gss_wrap()
422 return ctx_id->mech_type->gm_ops in gss_unwrap()
440 (*context_handle)->mech_type->gm_ops in gss_delete_sec_context()
H A Dgss_krb5_mech.c640 .gm_ops = &gss_kerberos_ops,
/linux/include/linux/sunrpc/
H A Dgss_api.h100 const struct gss_api_ops *gm_ops; member