Home
last modified time | relevance | path

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

/xnu-8019.80.24/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()
664 unsigned long uuidsz = 0; in authenticate_bootkc_uuid() local
665 const uuid_t *img_uuid = getuuidfromheader_safe(buf, bufsz, &uuidsz); in authenticate_bootkc_uuid()
666 if (img_uuid == NULL || uuidsz != sizeof(uuid_t)) { in authenticate_bootkc_uuid()
667 AUTHPRNT("invalid UUID (sz = %lu)", uuidsz); in authenticate_bootkc_uuid()
679 if (bcmp(&kernelcache_uuid, img_uuid, uuidsz) != 0) { in authenticate_bootkc_uuid()
730 unsigned long uuidsz = 0; in authenticate_libkern_uuid() local
731 const uuid_t *img_uuid = getuuidfromheader_safe(buf, bufsz, &uuidsz); in authenticate_libkern_uuid()
732 if (img_uuid == NULL || uuidsz != sizeof(uuid_t)) { in authenticate_libkern_uuid()
[all …]