Searched refs:img_uuid (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.61.2/bsd/kern/ |
| H A D | chunklist.c | 522 const uuid_t *img_uuid = getuuidfromheader_safe(buf, bufsz, &uuidsz); in authenticate_bootkc_uuid() local 523 if (img_uuid == NULL || uuidsz != sizeof(uuid_t)) { in authenticate_bootkc_uuid() 536 if (bcmp(&kernelcache_uuid, img_uuid, uuidsz) != 0) { in authenticate_bootkc_uuid() 540 uuid_unparse(*img_uuid, img_uuid_str); in authenticate_bootkc_uuid() 589 const uuid_t *img_uuid = getuuidfromheader_safe(buf, bufsz, &uuidsz); in authenticate_libkern_uuid() local 590 if (img_uuid == NULL || uuidsz != sizeof(uuid_t)) { in authenticate_libkern_uuid() 605 if (bcmp(live_uuid, img_uuid, uuidsz) != 0) { in authenticate_libkern_uuid() 609 uuid_unparse(*img_uuid, img_uuid_str); in authenticate_libkern_uuid()
|