Searched refs:SHA256_UNROLL (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/sha1/
H A Dsha256.c282 #ifndef SHA256_UNROLL
283 #define SHA256_UNROLL 1 macro
284 #endif /* !SHA256_UNROLL */
286 #if SHA256_UNROLL == 1
289 #elif SHA256_UNROLL == 2
293 #elif SHA256_UNROLL == 4
297 #elif SHA256_UNROLL == 8
302 #elif SHA256_UNROLL == 16
309 #elif SHA256_UNROLL == 32
320 #elif SHA256_UNROLL
[all...]

Completed in 62 milliseconds