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

/macosx-10.9.5/Security-55471.14.18/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.c103 if (a && b) return Alogtable[mod255(Logtable[a] + Logtable[b])];
H A DvRijndael-alg-ref.c239 x = rimskyKorsakov( a, (vector unsigned char *)Logtable ); // Logtable[a]
240 y = rimskyKorsakov( b, (vector unsigned char *)Logtable ); // Logtable[b]
245 xh = vec_add( xh, yh ); // xh = Logtable[a] + Logtable[b]
/macosx-10.9.5/CPANInternal-140/Crypt-Rijndael/
H A D_rijndael.c222 UINT8 Logtable[256] = { variable
283 if (a && b) return Alogtable[(Logtable[a] + Logtable[b])%255];
/macosx-10.9.5/CPANInternal-140/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 136 milliseconds