Home
last modified time | relevance | path

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

/linux-2.6.39/include/crypto/
Dsha.h28 #define SHA1_H3 0x10325476UL macro
/linux-2.6.39/arch/s390/crypto/
Dsha1_s390.c41 sctx->state[3] = SHA1_H3; in sha1_init()
/linux-2.6.39/crypto/
Dsha1_generic.c33 .state = { SHA1_H0, SHA1_H1, SHA1_H2, SHA1_H3, SHA1_H4 }, in sha1_init()
/linux-2.6.39/drivers/crypto/
Dn2_core.c1298 SHA1_H0, SHA1_H1, SHA1_H2, SHA1_H3, SHA1_H4,