Searched refs:simple_get_bytes (Results 1 – 2 of 2) sorted by relevance
/net/sunrpc/auth_gss/ |
D | gss_krb5_mech.c | 190 simple_get_bytes(const void *p, const void *end, void *res, int len) in simple_get_bytes() function 205 p = simple_get_bytes(p, end, &len, sizeof(len)); in simple_get_netobj() 225 p = simple_get_bytes(p, end, &alg, sizeof(alg)); in get_key() 279 p = simple_get_bytes(p, end, &ctx->initiate, sizeof(ctx->initiate)); in gss_import_v1_context() 301 p = simple_get_bytes(p, end, &tmp, sizeof(tmp)); in gss_import_v1_context() 308 p = simple_get_bytes(p, end, &tmp, sizeof(tmp)); in gss_import_v1_context() 315 p = simple_get_bytes(p, end, &ctx->endtime, sizeof(ctx->endtime)); in gss_import_v1_context() 318 p = simple_get_bytes(p, end, &ctx->seq_send, sizeof(ctx->seq_send)); in gss_import_v1_context() 612 p = simple_get_bytes(p, end, &ctx->flags, sizeof(ctx->flags)); in gss_import_v2_context() 617 p = simple_get_bytes(p, end, &ctx->endtime, sizeof(ctx->endtime)); in gss_import_v2_context() [all …]
|
D | auth_gss.c | 132 simple_get_bytes(const void *p, const void *end, void *res, size_t len) in simple_get_bytes() function 147 p = simple_get_bytes(p, end, &len, sizeof(len)); in simple_get_netobj() 203 p = simple_get_bytes(p, end, &timeout, sizeof(timeout)); in gss_fill_context() 212 p = simple_get_bytes(p, end, &window_size, sizeof(window_size)); in gss_fill_context() 222 p = simple_get_bytes(p, end, &ret, sizeof(ret)); in gss_fill_context() 233 p = simple_get_bytes(p, end, &seclen, sizeof(seclen)); in gss_fill_context() 658 p = simple_get_bytes(buf, end, &id, sizeof(id)); in gss_pipe_downcall()
|