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

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dzfs_sha256.c74 uint32_t a, b, c, d, e, f, g, h, t, T1, T2, W[64]; local
88 T2 = SIGMA0(a) + Maj(a, b, c);
90 d = c; c = b; b = a; a = T1 + T2;
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Drijndael.c331 ^ *((u32*)T2[u.temp[1][1]])
335 ^ *((u32*)T2[u.temp[2][1]])
339 ^ *((u32*)T2[u.temp[3][1]])
343 ^ *((u32*)T2[u.temp[0][1]])
355 ^ *((u32*)T2[u.temp[1][1]])
359 ^ *((u32*)T2[u.temp[2][1]])
363 ^ *((u32*)T2[u.temp[3][1]])
367 ^ *((u32*)T2[u.temp[0][1]])
H A Drijndael-tables.h196 static const unsigned char T2[256][4] = variable
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfs_sha256.c87 grub_uint32_t a, b, c, d, e, f, g, h, t, T1, T2, W[64]; local
101 T2 = SIGMA0(a) + Maj(a, b, c);
103 d = c; c = b; b = a; a = T1 + T2;
/osnet-11/usr/src/lib/libsum/common/
H A Dsum-sha2.c570 sha2_word32 T1, T2, *W256; local
596 T2 = Sigma0_256(a) + Maj(a, b, c);
604 a = T1 + T2;
619 T2 = Sigma0_256(a) + Maj(a, b, c);
627 a = T1 + T2;
643 a = b = c = d = e = f = g = h = T1 = T2 = 0;
935 sha2_word64 T1, T2, *W512 = (sha2_word64*)sha->buffer; local
959 T2 = Sigma0_512(a) + Maj(a, b, c);
967 a = T1 + T2;
982 T2
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Drijndael.c331 ^ *((u32*)T2[u.temp[1][1]])
335 ^ *((u32*)T2[u.temp[2][1]])
339 ^ *((u32*)T2[u.temp[3][1]])
343 ^ *((u32*)T2[u.temp[0][1]])
355 ^ *((u32*)T2[u.temp[1][1]])
359 ^ *((u32*)T2[u.temp[2][1]])
363 ^ *((u32*)T2[u.temp[3][1]])
367 ^ *((u32*)T2[u.temp[0][1]])
H A Drijndael-tables.h193 static const unsigned char T2[256][4] = variable
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DExporter.pm235 %EXPORT_TAGS = (T1 => [qw(A1 A2 B1 B2)], T2 => [qw(A1 A2 B3 B4)]);
242 use Module qw(:DEFAULT :T2 !B3 A3);
H A DBenchmark.pm166 =item timediff ( T1, T2 )
275 =item timesum ( T1, T2 )

Completed in 46 milliseconds