Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Dchunklist.c289 getuuidfromheader_safe(const void *buf, size_t bufsz, size_t *uuidsz) in getuuidfromheader_safe() argument
312 *uuidsz = sizeof(cmd->uuid); in getuuidfromheader_safe()
521 unsigned long uuidsz = 0; in authenticate_bootkc_uuid() local
522 const uuid_t *img_uuid = getuuidfromheader_safe(buf, bufsz, &uuidsz); in authenticate_bootkc_uuid()
523 if (img_uuid == NULL || uuidsz != sizeof(uuid_t)) { in authenticate_bootkc_uuid()
524 AUTHPRNT("invalid UUID (sz = %lu)", uuidsz); in authenticate_bootkc_uuid()
536 if (bcmp(&kernelcache_uuid, img_uuid, uuidsz) != 0) { in authenticate_bootkc_uuid()
588 unsigned long uuidsz = 0; in authenticate_libkern_uuid() local
589 const uuid_t *img_uuid = getuuidfromheader_safe(buf, bufsz, &uuidsz); in authenticate_libkern_uuid()
590 if (img_uuid == NULL || uuidsz != sizeof(uuid_t)) { in authenticate_libkern_uuid()
[all …]