delay_auth - 2023.2 English

Bootgen User Guide (UG1283)

Document ID
UG1283
Release Date
2023-10-18
Version
2023.2 English

Syntax

{delay_auth, file = filename}

Description

This attribute indicates that the authentication is done at a later stage. This helps Bootgen to reserve space for hashes during partition encryption.

Example

	stage2b:
	{
	 image
	 {
	  name = lpd
	  id = 0x4210002
	  partition
	  {
	   id = 0x0C,
	   type = cdo,
	   encryption=aes, delay_auth
	   keysrc = bbram_red_key,
	   aeskeyfile = lpd_data.nky,
	   file = lpd_data.cdo
	  }
	 }
	}