Searched refs:simple_get_bytes (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/net/sunrpc/auth_gss/ |
D | gss_krb5_mech.c | 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() [all …]
|
D | auth_gss.c | 128 simple_get_bytes(const void *p, const void *end, void *res, size_t len) in simple_get_bytes() function 143 p = simple_get_bytes(p, end, &len, sizeof(len)); in simple_get_netobj() 200 p = simple_get_bytes(p, end, &timeout, sizeof(timeout)); in gss_fill_context() 209 p = simple_get_bytes(p, end, &window_size, sizeof(window_size)); in gss_fill_context() 219 p = simple_get_bytes(p, end, &ret, sizeof(ret)); in gss_fill_context() 230 p = simple_get_bytes(p, end, &seclen, sizeof(seclen)); in gss_fill_context() 739 p = simple_get_bytes(buf, end, &id, sizeof(id)); in gss_pipe_downcall()
|