HomeSort by relevance Sort by last modified time
    Searched refs:VB2_SHA512_BLOCK_SIZE (Results 1 - 2 of 2) sorted by null

  /external/vboot_reference/firmware/2lib/include/
2sha.h 55 #define VB2_SHA512_BLOCK_SIZE 128
61 uint8_t block[2 * VB2_SHA512_BLOCK_SIZE];
  /external/vboot_reference/firmware/2lib/
2sha512.c 284 tmp_size = VB2_SHA512_BLOCK_SIZE - ctx->size;
289 if (ctx->size + size < VB2_SHA512_BLOCK_SIZE) {
295 block_nb = new_size / VB2_SHA512_BLOCK_SIZE;
302 rem_size = new_size % VB2_SHA512_BLOCK_SIZE;
321 block_nb = 1 + ((VB2_SHA512_BLOCK_SIZE - 17)
322 < (ctx->size % VB2_SHA512_BLOCK_SIZE));

Completed in 73 milliseconds