Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/
H A Dsha1.c59 static uint32_t _K[] = { 0x5a827999, 0x6ed9eba1, 0x8f1bbcdc, 0xca62c1d6 }; variable
60 #define K(t) _K[(t) / 20]