Searched refs:simple_get_bytes (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/net/sunrpc/auth_gss/ |
D | gss_krb5_mech.c | 191 simple_get_bytes(const void *p, const void *end, void *res, int len) in simple_get_bytes() function 206 p = simple_get_bytes(p, end, &len, sizeof(len)); in simple_get_netobj() 226 p = simple_get_bytes(p, end, &alg, sizeof(alg)); in get_key() 280 p = simple_get_bytes(p, end, &ctx->initiate, sizeof(ctx->initiate)); in gss_import_v1_context() 302 p = simple_get_bytes(p, end, &tmp, sizeof(tmp)); in gss_import_v1_context() 309 p = simple_get_bytes(p, end, &tmp, sizeof(tmp)); in gss_import_v1_context() 316 p = simple_get_bytes(p, end, &ctx->endtime, sizeof(ctx->endtime)); in gss_import_v1_context() 319 p = simple_get_bytes(p, end, &ctx->seq_send, sizeof(ctx->seq_send)); in gss_import_v1_context() 615 p = simple_get_bytes(p, end, &ctx->flags, sizeof(ctx->flags)); in gss_import_v2_context() 620 p = simple_get_bytes(p, end, &ctx->endtime, sizeof(ctx->endtime)); in gss_import_v2_context() [all …]
|
D | auth_gss.c | 151 simple_get_bytes(const void *p, const void *end, void *res, size_t len) in simple_get_bytes() function 166 p = simple_get_bytes(p, end, &len, sizeof(len)); in simple_get_netobj() 223 p = simple_get_bytes(p, end, &timeout, sizeof(timeout)); in gss_fill_context() 232 p = simple_get_bytes(p, end, &window_size, sizeof(window_size)); in gss_fill_context() 242 p = simple_get_bytes(p, end, &ret, sizeof(ret)); in gss_fill_context() 253 p = simple_get_bytes(p, end, &seclen, sizeof(seclen)); in gss_fill_context() 734 p = simple_get_bytes(buf, end, &id, sizeof(id)); in gss_pipe_downcall()
|