Home
last modified time | relevance | path

Searched refs:uuidbytes (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/krb5/src/lib/krb5/ccache/
H A Dcc_kcm.c59 unsigned char *uuidbytes; /* all of the uuids concatenated together */ member
528 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()