Searched refs:file_buffer (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/boot/efi/ |
D | shim.c | 74 … void *file_buffer, UINTN file_size, BOOLEAN boot_policy) { in security2_policy_authentication() argument 81 status = es2fa(this, device_path, file_buffer, file_size, boot_policy); in security2_policy_authentication() 87 if (shim_validate(file_buffer, file_size)) in security2_policy_authentication() 108 _cleanup_freepool_ CHAR8 *file_buffer = NULL; in security_policy_authentication() local 133 status = file_read(root, dev_path_str, 0, 0, &file_buffer, &file_size); in security_policy_authentication() 137 if (shim_validate(file_buffer, file_size)) in security_policy_authentication()
|