HomeSort by relevance Sort by last modified time
    Searched full:block_chk_dest (Results 1 - 1 of 1) sorted by null

  /external/vboot_reference/host/lib/
host_keyblock.c 26 uint8_t* block_chk_dest; local
34 block_chk_dest = data_key_dest + data_key->key_size;
35 block_sig_dest = block_chk_dest + SHA512_DIGEST_SIZE;
48 SignatureInit(&h->key_block_checksum, block_chk_dest,
86 uint8_t* block_chk_dest; local
97 block_chk_dest = data_key_dest + data_key->key_size;
98 block_sig_dest = block_chk_dest + SHA512_DIGEST_SIZE;
111 SignatureInit(&h->key_block_checksum, block_chk_dest,

Completed in 386 milliseconds