Searched refs:SHA512_CBLOCK (Results 1 – 6 of 6) sorted by relevance
227 #define SHA512_CBLOCK 128 macro254 const uint8_t block[SHA512_CBLOCK]);
54 static const uint8_t kBuf[SHA512_CBLOCK * 4] = {0}; in TEST()
182 void SHA512_Transform(SHA512_CTX *c, const uint8_t block[SHA512_CBLOCK]) { in SHA512_Transform() argument