Lines Matching refs:rep
118 uint8_t *rep = NULL;
164 req_ret = sss_ssh_make_request(command, &rd, &rep, &rep_len, &req_errno);
181 SAFEALIGN_COPY_UINT32(&count, rep+c, &c);
183 SAFEALIGN_COPY_UINT32(&reserved, rep+c, &c);
211 SAFEALIGN_COPY_UINT32(&flags, rep+c, &c);
217 SAFEALIGN_COPY_UINT32(&len, rep+c, &c);
231 safealign_memcpy(res->name, rep+c, len, &c);
240 SAFEALIGN_COPY_UINT32(&len, rep+c, &c);
253 safealign_memcpy(res->pubkeys[i].data, rep+c, len, &c);
262 free(rep);