Searched refs:img_uuid (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.140.41/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() 732 const uuid_t *img_uuid = getuuidfromheader_safe(buf, bufsz, &uuidsz); in authenticate_libkern_uuid() local 733 if (img_uuid == NULL || uuidsz != sizeof(uuid_t)) { in authenticate_libkern_uuid() 748 if (bcmp(live_uuid, img_uuid, uuidsz) != 0) { in authenticate_libkern_uuid() 752 uuid_unparse(*img_uuid, img_uuid_str); in authenticate_libkern_uuid()
|