Searched refs:img_uuid (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/bsd/kern/ |
| H A D | chunklist.c | 665 const uuid_t *img_uuid = getuuidfromheader_safe(buf, bufsz, &uuidsz); in authenticate_bootkc_uuid() local 666 if (img_uuid == NULL || uuidsz != sizeof(uuid_t)) { in authenticate_bootkc_uuid() 679 if (bcmp(&kernelcache_uuid, img_uuid, uuidsz) != 0) { in authenticate_bootkc_uuid() 683 uuid_unparse(*img_uuid, img_uuid_str); in authenticate_bootkc_uuid() 731 const uuid_t *img_uuid = getuuidfromheader_safe(buf, bufsz, &uuidsz); in authenticate_libkern_uuid() local 732 if (img_uuid == NULL || uuidsz != sizeof(uuid_t)) { in authenticate_libkern_uuid() 747 if (bcmp(live_uuid, img_uuid, uuidsz) != 0) { in authenticate_libkern_uuid() 751 uuid_unparse(*img_uuid, img_uuid_str); in authenticate_libkern_uuid()
|