Searched refs:authentic_manifest (Results 1 – 2 of 2) sorted by relevance
304 void *authentic_manifest; member
605 manifest_path_prefix, &gfs->authentic_manifest_size, gfs->authentic_manifest))) { in graft_secureboot_read_metadata()662 gfs.authentic_manifest = kalloc_data(MAX_GRAFT_METADATA_SIZE, Z_WAITOK | Z_ZERO); in graft_secureboot_cryptex()665 if (!gfs.authentic_manifest || !gfs.payload) { in graft_secureboot_cryptex()704 if (gfs.authentic_manifest) { in graft_secureboot_cryptex()705 kfree_data(gfs.authentic_manifest, MAX_GRAFT_METADATA_SIZE); in graft_secureboot_cryptex()706 gfs.authentic_manifest = NULL; in graft_secureboot_cryptex()