Syntax
[bh_key_iv] <iv file path>
Description
Initialization vector used when decrypting the black key.
Arguments
Path to file.
Example
Sample BIF - test.bif
all:
{
[keysrc_encryption] bh_blk_key
[bh_keyfile] bh_black_key.txt
[bh_key_iv] bh_black_iv.txt
[bootloader, encryption=aes, aeskeyfile=encr.nky, destination_cpu=a53-0]fsbl.elf
}