Searched defs:U0 (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/tables/
H A Daes_tables.c135 * the tables U0, U1, U2, U3 implement the aes operations invSubBytes,
139 uint32_t U0[256], U1[256], U2[256], U3[256], U4[256]; variable
162 U0[i] = tmp.value;
209 printf("uint32_t U0 = {");
213 printf("0x%0x, ", U0[i]);
251 printf("uint32_t U0 = {");
255 printf("0x%lx, ", U0[i]);
/external/srtp/crypto/cipher/
H A Daes.c52 * the tables U0, U1, U2, and U4 to compute its inverse
332 static uint32_t U0[256] = { variable
870 static uint32_t U0[256] = { variable
1433 * mixColumn is implemented by using the tables U0, U1, U2, U3,
1443 U0[T4[(tmp >> 24) ] & 0xff] ^
1450 U0[T4[(tmp >> 24) ] & 0xff] ^
1457 U0[T4[(tmp >> 24) ] & 0xff] ^
1464 U0[T4[(tmp >> 24) ] & 0xff] ^
1472 c0 = U0[aes_sbox[expanded_key[i].v8[0]]]
1477 c1 = U0[aes_sbo
[all...]
/external/srtp/tables/
H A Daes_tables.c135 * the tables U0, U1, U2, U3 implement the aes operations invSubBytes,
139 uint32_t U0[256], U1[256], U2[256], U3[256], U4[256]; variable
162 U0[i] = tmp.value;
211 printf("uint32_t U0 = {");
215 printf("0x%0x, ", U0[i]);
253 printf("uint32_t U0 = {");
257 printf("0x%lx, ", U0[i]);
/external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
H A Daes.c52 * the tables U0, U1, U2, and U4 to compute its inverse
332 static uint32_t U0[256] = { variable
870 static uint32_t U0[256] = { variable
1520 * mixColumn is implemented by using the tables U0, U1, U2, U3,
1530 U0[T4[(tmp >> 24) ] & 0xff] ^
1537 U0[T4[(tmp >> 24) ] & 0xff] ^
1544 U0[T4[(tmp >> 24) ] & 0xff] ^
1551 U0[T4[(tmp >> 24) ] & 0xff] ^
1559 c0 = U0[aes_sbox[expanded_key->round[i].v8[0]]]
1564 c1 = U0[aes_sbo
[all...]
/external/chromium_org/third_party/libwebp/enc/
H A Dpicture_tools.c141 const int U0 = VP8RGBToU(4 * red, 4 * green, 4 * blue, 4 * YUV_HALF); local
167 u[x] = BLEND_10BIT(U0, u[x], alpha);
172 u[x] = BLEND_10BIT(U0, u[x], alpha);
/external/fdlibm/
H A De_j1.c49 * U(z) = U0[0] + U0[1]*z + ... + U0[4]*z^4
136 static const double U0[5] = { variable
138 static double U0[5] = {
207 u = U0[0]+z*(U0[1]+z*(U0[2]+z*(U0[3]+z*U0[
[all...]
/external/webp/src/enc/
H A Dpicture_tools.c141 const int U0 = VP8RGBToU(4 * red, 4 * green, 4 * blue, 4 * YUV_HALF); local
167 u[x] = BLEND_10BIT(U0, u[x], alpha);
172 u[x] = BLEND_10BIT(U0, u[x], alpha);

Completed in 441 milliseconds