Searched refs:sha256_consts (Results 1 – 2 of 2) sorted by relevance
50 extern const uint32_t sha256_consts[];54 #define SHA256_CONST(x) (sha256_consts[x])
173 static const uint32_t sha256_consts[] = { in SHA256Transform() local