Searched refs:uuidbytes (Results 1 – 1 of 1) sorted by relevance
59 unsigned char *uuidbytes; /* all of the uuids concatenated together */ member528 uuids->uuidbytes = malloc(req->reply.len); in kcmreq_get_uuid_list()529 if (uuids->uuidbytes == NULL) { in kcmreq_get_uuid_list()533 memcpy(uuids->uuidbytes, req->reply.ptr, req->reply.len); in kcmreq_get_uuid_list()536 uuids->uuidbytes = NULL; in kcmreq_get_uuid_list()547 free(uuids->uuidbytes); in free_uuid_list()1020 k5_buf_add_len(&req.reqbuf, uuids->uuidbytes + (uuids->pos * KCM_UUID_LEN), in next_cred_by_uuid()1236 id = &uuids->uuidbytes[KCM_UUID_LEN * uuids->pos++]; in kcm_ptcursor_next()