Searched refs:simple_get_bytes (Results 1 – 2 of 2) sorted by relevance
/linux/net/sunrpc/auth_gss/ |
H A D | auth_gss_internal.h | 16 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 D | gss_krb5_mech.c | 403 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()
|