Searched defs:body_len (Results 1 - 1 of 1) sorted by relevance

/sssd/src/responder/ssh/
H A Dsshsrv_cmd.c690 size_t body_len; local
703 sss_packet_get_body(pctx->creq->in, &body, &body_len);
705 SAFEALIGN_COPY_UINT32_CHECK(&flags, body+c, body_len, &c);
711 SAFEALIGN_COPY_UINT32_CHECK(&name_len, body+c, body_len, &c);
712 if (name_len == 0 || name_len > body_len - c) {
726 SAFEALIGN_COPY_UINT32_CHECK(&alias_len, body+c, body_len, &c);
727 if (alias_len == 0 || alias_len > body_len - c) {
742 SAFEALIGN_COPY_UINT32_CHECK(&domain_len, body+c, body_len, &c);
744 if (domain_len > body_len - c) {
911 size_t body_len; local
972 size_t body_len; local
[all...]

Completed in 222 milliseconds