Searched defs:SHA1_K (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Dsha1.c42 static uint32_t SHA1_K[] = { 0x5a827999, 0x6ed9eba1, 0x8f1bbcdc, 0xca62c1d6 }; variable
43 #define K(t) SHA1_K[(t) / 20]

Completed in 1662 milliseconds