Searched defs:h0 (Results 1 - 8 of 8) sorted by relevance
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/ |
H A D | rmd.h | 27 u32 h0,h1,h2,h3,h4; member in struct:__anon536
|
H A D | sha1.c | 60 u32 h0,h1,h2,h3,h4; member in struct:__anon541 73 hd->h0 = 0x67452301; 136 a = hd->h0; 225 hd->h0 += a;
|
H A D | sha256.c | 50 u32 h0,h1,h2,h3,h4,h5,h6,h7; member in struct:__anon542 62 hd->h0 = 0x6a09e667; 81 hd->h0 = 0xc1059ed8; 145 a = hd->h0; 178 hd->h0 += a;
|
H A D | sha512.c | 58 u64 h0, h1, h2, h3, h4, h5, h6, h7; member in struct:__anon543 69 hd->h0 = U64_C(0x6a09e667f3bcc908); 87 hd->h0 = U64_C(0xcbbb9d5dc1059ed8); 155 a = hd->h0; 216 hd->h0 += a;
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/ |
H A D | rmd.h | 30 u32 h0,h1,h2,h3,h4; member in struct:__anon580
|
H A D | sha1.c | 59 u32 h0,h1,h2,h3,h4; member in struct:__anon585 72 hd->h0 = 0x67452301; 135 a = hd->h0; 224 hd->h0 += a;
|
H A D | sha256.c | 50 u32 h0,h1,h2,h3,h4,h5,h6,h7; member in struct:__anon586 62 hd->h0 = 0x6a09e667; 81 hd->h0 = 0xc1059ed8; 145 a = hd->h0; 178 hd->h0 += a;
|
H A D | sha512.c | 60 u64 h0, h1, h2, h3, h4, h5, h6, h7; member in struct:__anon587 71 hd->h0 = U64_C(0x6a09e667f3bcc908); 89 hd->h0 = U64_C(0xcbbb9d5dc1059ed8); 157 a = hd->h0; 218 hd->h0 += a;
|
Completed in 45 milliseconds