Searched refs:authentic_manifest (Results 1 – 2 of 2) sorted by relevance
304 void *authentic_manifest; member
575 &gfs->authentic_manifest_size, gfs->authentic_manifest))) { in graft_secureboot_read_metadata()629 gfs.authentic_manifest = kalloc_data(MAX_GRAFT_METADATA_SIZE, Z_WAITOK | Z_ZERO); in graft_secureboot_cryptex()632 if (!gfs.authentic_manifest || !gfs.payload) { in graft_secureboot_cryptex()671 if (gfs.authentic_manifest) { in graft_secureboot_cryptex()672 kfree_data(gfs.authentic_manifest, MAX_GRAFT_METADATA_SIZE); in graft_secureboot_cryptex()673 gfs.authentic_manifest = NULL; in graft_secureboot_cryptex()