Lines Matching refs:simple_get_bytes
168 simple_get_bytes(const void *p, const void *end, void *res, int len) in simple_get_bytes() function
183 p = simple_get_bytes(p, end, &len, sizeof(len)); in simple_get_netobj()
203 p = simple_get_bytes(p, end, &alg, sizeof(alg)); in get_key()
257 p = simple_get_bytes(p, end, &ctx->initiate, sizeof(ctx->initiate)); in gss_import_v1_context()
279 p = simple_get_bytes(p, end, &tmp, sizeof(tmp)); in gss_import_v1_context()
286 p = simple_get_bytes(p, end, &tmp, sizeof(tmp)); in gss_import_v1_context()
293 p = simple_get_bytes(p, end, &ctx->endtime, sizeof(ctx->endtime)); in gss_import_v1_context()
296 p = simple_get_bytes(p, end, &seq_send, sizeof(seq_send)); in gss_import_v1_context()
591 p = simple_get_bytes(p, end, &ctx->flags, sizeof(ctx->flags)); in gss_import_v2_context()
596 p = simple_get_bytes(p, end, &ctx->endtime, sizeof(ctx->endtime)); in gss_import_v2_context()
599 p = simple_get_bytes(p, end, &seq_send64, sizeof(seq_send64)); in gss_import_v2_context()
611 p = simple_get_bytes(p, end, &ctx->enctype, sizeof(ctx->enctype)); in gss_import_v2_context()
626 p = simple_get_bytes(p, end, ctx->Ksess, keylen); in gss_import_v2_context()