Searched refs:Logtable (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A Dboxes-ref.h38 extern const unsigned char Logtable[256];
H A Dboxes-ref.c21 const unsigned char Logtable[256] = { variable
H A Drijndael-alg-ref.c102 if (a && b) return Alogtable[mod255(Logtable[a] + Logtable[b])];
H A DvRijndael-alg-ref.c238 x = rimskyKorsakov( a, (vector unsigned char *)Logtable ); // Logtable[a]
239 y = rimskyKorsakov( b, (vector unsigned char *)Logtable ); // Logtable[b]
244 xh = vec_add( xh, yh ); // xh = Logtable[a] + Logtable[b]
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/utilLib/
H A Dboxes-ref.h1 static const word8 Logtable[256] = { variable
H A Drijndael-alg-ref.c39 if (a && b) return Alogtable[(Logtable[a] + Logtable[b])%255];
/macosx-10.10/CPANInternal-159.1/Crypt-Rijndael-1.10/
H A D_rijndael.c222 UINT8 Logtable[256] = { variable
283 if (a && b) return Alogtable[(Logtable[a] + Logtable[b])%255];

Completed in 100 milliseconds