Home
last modified time | relevance | path

Searched refs:block_chk_dest (Results 1 – 1 of 1) sorted by relevance

/external/vboot_reference/host/lib/
Dhost_keyblock.c26 uint8_t* block_chk_dest; in KeyBlockCreate() local
34 block_chk_dest = data_key_dest + data_key->key_size; in KeyBlockCreate()
35 block_sig_dest = block_chk_dest + SHA512_DIGEST_SIZE; in KeyBlockCreate()
48 SignatureInit(&h->key_block_checksum, block_chk_dest, in KeyBlockCreate()
86 uint8_t* block_chk_dest; in KeyBlockCreate_external() local
97 block_chk_dest = data_key_dest + data_key->key_size; in KeyBlockCreate_external()
98 block_sig_dest = block_chk_dest + SHA512_DIGEST_SIZE; in KeyBlockCreate_external()
111 SignatureInit(&h->key_block_checksum, block_chk_dest, in KeyBlockCreate_external()