| /src/crypto/external/apache2/openssl/dist/crypto/aria/ |
| aria.c | 842 static void xor128(ARIA_c128 o, const ARIA_c128 x, const ARIA_u128 *y) function 1011 xor128(o, o, &keys[rounds]); 1069 xor128(w1.c, w3.c, &kr); 1071 xor128(w2.c, w3.c, &w0); 1073 xor128(w3.c, kr.c, &w1);
|
| aria.c | 842 static void xor128(ARIA_c128 o, const ARIA_c128 x, const ARIA_u128 *y) function 1011 xor128(o, o, &keys[rounds]); 1069 xor128(w1.c, w3.c, &kr); 1071 xor128(w2.c, w3.c, &w0); 1073 xor128(w3.c, kr.c, &w1);
|
| /src/crypto/external/bsd/openssl/dist/crypto/aria/ |
| aria.c | 915 static void xor128(ARIA_c128 o, const ARIA_c128 x, const ARIA_u128 *y) function 1102 xor128(o, o, &keys[rounds]); 1160 FO(&w3, &w0, ck1); xor128(w1.c, w3.c, &kr); 1161 FE(&w3, &w1, ck2); xor128(w2.c, w3.c, &w0); 1162 FO(&kr, &w2, ck3); xor128(w3.c, kr.c, &w1);
|
| aria.c | 915 static void xor128(ARIA_c128 o, const ARIA_c128 x, const ARIA_u128 *y) function 1102 xor128(o, o, &keys[rounds]); 1160 FO(&w3, &w0, ck1); xor128(w1.c, w3.c, &kr); 1161 FE(&w3, &w1, ck2); xor128(w2.c, w3.c, &w0); 1162 FO(&kr, &w2, ck3); xor128(w3.c, kr.c, &w1);
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/aria/ |
| aria.c | 915 static void xor128(ARIA_c128 o, const ARIA_c128 x, const ARIA_u128 *y) function 1102 xor128(o, o, &keys[rounds]); 1160 FO(&w3, &w0, ck1); xor128(w1.c, w3.c, &kr); 1161 FE(&w3, &w1, ck2); xor128(w2.c, w3.c, &w0); 1162 FO(&kr, &w2, ck3); xor128(w3.c, kr.c, &w1);
|
| aria.c | 915 static void xor128(ARIA_c128 o, const ARIA_c128 x, const ARIA_u128 *y) function 1102 xor128(o, o, &keys[rounds]); 1160 FO(&w3, &w0, ck1); xor128(w1.c, w3.c, &kr); 1161 FE(&w3, &w1, ck2); xor128(w2.c, w3.c, &w0); 1162 FO(&kr, &w2, ck3); xor128(w3.c, kr.c, &w1);
|
| /src/sys/crypto/aes/arch/x86/ |
| aes_via.c | 346 xor128(void *x, const void *a, const void *b) function 391 xor128(tmp, tmp, cv); 438 xor128(tmp, tmp, cv); 442 xor128(tmp, tmp, iv0); 543 xor128(out, in, t); 545 xor128(out, out, t); 555 xor128(out + 4*i, in + 4*i, t); 560 xor128(out + 4*i, in + 4*i, buf + 4*i); 565 xor128(buf, in, t); 576 xor128(buf, buf, t) [all...] |
| aes_via.c | 346 xor128(void *x, const void *a, const void *b) function 391 xor128(tmp, tmp, cv); 438 xor128(tmp, tmp, cv); 442 xor128(tmp, tmp, iv0); 543 xor128(out, in, t); 545 xor128(out, out, t); 555 xor128(out + 4*i, in + 4*i, t); 560 xor128(out + 4*i, in + 4*i, buf + 4*i); 565 xor128(buf, in, t); 576 xor128(buf, buf, t) [all...] |