Searched refs:gss_unwrap (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/sunrpc/
H A Dgss_api.h67 u32 gss_unwrap(
129 u32 (*gss_unwrap)( member in struct:gss_api_ops
/linux-master/net/sunrpc/auth_gss/
H A Dgss_mech_switch.c418 gss_unwrap(struct gss_ctx *ctx_id, function
424 ->gss_unwrap(ctx_id, offset, len, buf);
H A Dgss_krb5_mech.c574 * gss_krb5_unwrap - gss_unwrap for the Kerberos GSS mechanism
601 .gss_unwrap = gss_krb5_unwrap,
H A Dsvcauth_gss.c955 maj_stat = gss_unwrap(ctx, offset, offset + len, buf);
961 /* gss_unwrap() decrypted the sequence number. */
H A Dauth_gss.c2071 maj_stat = gss_unwrap(ctx->gc_gss_ctx, offset,
2077 /* gss_unwrap decrypted the sequence number */
2081 /* gss_unwrap redacts the opaque blob from the head iovec.

Completed in 162 milliseconds