Home
last modified time | relevance | path

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

/mcuboot-latest/ext/tinycrypt-sha512/lib/include/tinycrypt/
Dsha512.h67 #define TC_SHA512_BLOCK_SIZE (128) macro
74 uint8_t leftover[TC_SHA512_BLOCK_SIZE];
/mcuboot-latest/ext/tinycrypt-sha512/lib/source/
Dsha512.c76 if (s->leftover_offset >= TC_SHA512_BLOCK_SIZE) { in tc_sha512_update()
79 s->bits_hashed += (TC_SHA512_BLOCK_SIZE << 3); in tc_sha512_update()