Home
last modified time | relevance | path

Searched refs:gss_get_mic (Results 1 – 4 of 4) sorted by relevance

/net/sunrpc/auth_gss/
Dgss_mech_switch.c403 gss_get_mic(struct gss_ctx *context_handle, in gss_get_mic() function
408 ->gss_get_mic(context_handle, in gss_get_mic()
Dgss_krb5_mech.c725 .gss_get_mic = gss_get_mic_kerberos,
Dauth_gss.c1197 maj_stat = gss_get_mic(ctx->gc_gss_ctx, &verf_buf, &mic); in gss_marshal()
1374 maj_stat = gss_get_mic(ctx->gc_gss_ctx, &integ_buf, &mic); in gss_wrap_req_integ()
Dsvcauth_gss.c738 maj_stat = gss_get_mic(ctx_id, &verf_data, &mic); in gss_write_verf()
1647 if (gss_get_mic(gsd->rsci->mechctx, &integ_buf, &mic)) in svcauth_gss_wrap_resp_integ()