Home
last modified time | relevance | path

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

/linux/net/sunrpc/auth_gss/
H A Dauth_gss_internal.h16 simple_get_bytes(const void *p, const void *end, void *res, size_t len) in simple_get_bytes() function
31 p = simple_get_bytes(p, end, &len, sizeof(len)); in simple_get_netobj_noprof()
H A Dgss_krb5_mech.c403 p = simple_get_bytes(p, end, &ctx->flags, sizeof(ctx->flags)); in gss_import_v2_context()
408 p = simple_get_bytes(p, end, &time32, sizeof(time32)); in gss_import_v2_context()
413 p = simple_get_bytes(p, end, &seq_send64, sizeof(seq_send64)); in gss_import_v2_context()
425 p = simple_get_bytes(p, end, &ctx->enctype, sizeof(ctx->enctype)); in gss_import_v2_context()
437 p = simple_get_bytes(p, end, ctx->Ksess, keylen); in gss_import_v2_context()
H A Dauth_gss.c192 p = simple_get_bytes(p, end, &timeout, sizeof(timeout)); in gss_fill_context()
201 p = simple_get_bytes(p, end, &window_size, sizeof(window_size)); in gss_fill_context()
211 p = simple_get_bytes(p, end, &ret, sizeof(ret)); in gss_fill_context()
222 p = simple_get_bytes(p, end, &seclen, sizeof(seclen)); in gss_fill_context()
749 p = simple_get_bytes(buf, end, &id, sizeof(id)); in gss_pipe_downcall()