Searched refs:T1 (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Drijndael.c330 *((u32*)(b )) = (*((u32*)T1[u.temp[0][0]])
334 *((u32*)(b + 4)) = (*((u32*)T1[u.temp[1][0]])
338 *((u32*)(b + 8)) = (*((u32*)T1[u.temp[2][0]])
342 *((u32*)(b +12)) = (*((u32*)T1[u.temp[3][0]])
354 *((u32*)(b )) = (*((u32*)T1[u.temp[0][0]])
358 *((u32*)(b + 4)) = (*((u32*)T1[u.temp[1][0]])
362 *((u32*)(b + 8)) = (*((u32*)T1[u.temp[2][0]])
366 *((u32*)(b +12)) = (*((u32*)T1[u.temp[3][0]])
377 b[ 0] = T1[u.temp[0][0]][1];
378 b[ 1] = T1[
[all...]
H A Drijndael-tables.h64 static const unsigned char T1[256][4] = variable
/osnet-11/usr/src/lib/libsum/common/
H A Dsum-sha2.c481 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
483 (d) += T1; \
484 (h) = T1 + Sigma0_256(a) + Maj((a), (b), (c)); \
491 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
493 (d) += T1; \
494 (h) = T1 + Sigma0_256(a) + Maj((a), (b), (c)); \
504 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
506 (d) += T1; \
507 (h) = T1 + Sigma0_256(a) + Maj((a), (b), (c)); \
512 sha2_word32 T1, *W25 local
570 sha2_word32 T1, T2, *W256; local
880 sha2_word64 T1, *W512 = (sha2_word64*)sha->buffer; local
935 sha2_word64 T1, T2, *W512 = (sha2_word64*)sha->buffer; local
[all...]
/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
87 T1 = h + SIGMA1(e) + Ch(e, f, g) + SHA256_K[t] + W[t];
89 h = g; g = f; f = e; e = d + T1;
90 d = c; c = b; b = a; a = T1 + T2;
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Drijndael.c330 *((u32*)(b )) = (*((u32*)T1[u.temp[0][0]])
334 *((u32*)(b + 4)) = (*((u32*)T1[u.temp[1][0]])
338 *((u32*)(b + 8)) = (*((u32*)T1[u.temp[2][0]])
342 *((u32*)(b +12)) = (*((u32*)T1[u.temp[3][0]])
354 *((u32*)(b )) = (*((u32*)T1[u.temp[0][0]])
358 *((u32*)(b + 4)) = (*((u32*)T1[u.temp[1][0]])
362 *((u32*)(b + 8)) = (*((u32*)T1[u.temp[2][0]])
366 *((u32*)(b +12)) = (*((u32*)T1[u.temp[3][0]])
377 b[ 0] = T1[u.temp[0][0]][1];
378 b[ 1] = T1[
[all...]
H A Drijndael-tables.h61 static const unsigned char T1[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
100 T1 = h + SIGMA1(e) + Ch(e, f, g) + SHA256_K[t] + W[t];
102 h = g; g = f; f = e; e = d + T1;
103 d = c; c = b; b = a; a = T1 + T2;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DBenchmark.pm166 =item timediff ( T1, T2 )
275 =item timesum ( T1, T2 )
H A DExporter.pm235 %EXPORT_TAGS = (T1 => [qw(A1 A2 B1 B2)], T2 => [qw(A1 A2 B3 B4)]);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DLaTeX.pm483 \usepackage[T1]{fontenc}
919 \\usepackage[T1]{fontenc}

Completed in 50 milliseconds