Home
last modified time | relevance | path

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

/mcuboot-latest/ext/tinycrypt-sha512/lib/include/tinycrypt/
Dsha512.h68 #define TC_SHA512_DIGEST_SIZE (64) macro
69 #define TC_SHA512_STATE_BLOCKS (TC_SHA512_DIGEST_SIZE/8)
/mcuboot-latest/ext/fiat/src/
Dcurve25519.c1133 uint8_t h[TC_SHA512_DIGEST_SIZE]; in ED25519_verify()