Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/include/tinycrypt/
A Dsha256.h69 #define TC_SHA256_STATE_BLOCKS (TC_SHA256_DIGEST_SIZE/4) macro
72 unsigned int iv[TC_SHA256_STATE_BLOCKS];
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/
A Dsha256.c124 for (i = 0; i < TC_SHA256_STATE_BLOCKS; ++i) { in tc_sha256_final()

Completed in 3 milliseconds