Home
last modified time | relevance | path

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

/external/vboot_reference/host/lib/
Dhost_keyblock.c48 SignatureInit(&h->key_block_checksum, block_chk_dest, in KeyBlockCreate()
58 SignatureCopy(&h->key_block_checksum, sigtmp); in KeyBlockCreate()
111 SignatureInit(&h->key_block_checksum, block_chk_dest, in KeyBlockCreate_external()
118 SignatureCopy(&h->key_block_checksum, sigtmp); in KeyBlockCreate_external()
/external/vboot_reference/tests/
Dvboot_common3_tests.c23 h->key_block_checksum.data_size, in ReChecksumKeyBlock()
25 Memcpy(GetSignatureData(&h->key_block_checksum), newchk, in ReChecksumKeyBlock()
89 h->key_block_checksum.sig_offset = hsize; in KeyBlockVerifyTest()
95 h->key_block_checksum.sig_size /= 2; in KeyBlockVerifyTest()
124 h->key_block_checksum.data_size = h->key_block_size + 1; in KeyBlockVerifyTest()
130 h->key_block_checksum.data_size = 4; in KeyBlockVerifyTest()
/external/vboot_reference/firmware/include/
Dvboot_struct.h83 VbSignature key_block_checksum; member
/external/vboot_reference/firmware/lib/
Dvboot_common.c225 sig = &block->key_block_checksum; in KeyBlockVerify()