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
}
}
}