Home
last modified time | relevance | path

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

/tinycrypt-latest/lib/include/tinycrypt/
Dsha256.h69 #define TC_SHA256_STATE_BLOCKS (TC_SHA256_DIGEST_SIZE/4) macro
72 unsigned int iv[TC_SHA256_STATE_BLOCKS];
/tinycrypt-latest/lib/source/
Dsha256.c124 for (i = 0; i < TC_SHA256_STATE_BLOCKS; ++i) { in tc_sha256_final()