Home
last modified time | relevance | path

Searched refs:XOR (Results 1 – 25 of 41) sorted by relevance

12

/external/dropbear/libtomcrypt/notes/
Dtech0006.txt80 …y finding the X9.63 shared secret and hashing it. The hash is then simply XOR'ed against the mess…
86 skey OCTET STRING -- The encrypted text (which the hash was XOR'ed against)
/external/proguard/src/proguard/evaluation/value/
DCompositeLongValue.java41 public static final byte XOR = '^'; field in CompositeLongValue
DCompositeIntegerValue.java41 public static final byte XOR = '^'; field in CompositeIntegerValue
DSpecificLongValue.java229 new CompositeLongValue(other, CompositeLongValue.XOR, this); in xor()
DSpecificIntegerValue.java314 new CompositeIntegerValue(other, CompositeIntegerValue.XOR, this); in xor()
/external/v8/src/mips/
Dconstants-mips.cc254 case XOR: in InstructionType()
Dconstants-mips.h238 XOR = ((4 << 3) + 6), enumerator
Ddisasm-mips.cc513 case XOR: in DecodeTypeRegister()
Dassembler-mips.cc728 GenInstrRegister(SPECIAL, rs, rt, rd, 0, XOR); in xor_()
Dsimulator-mips.cc993 case XOR: in DecodeTypeRegister()
/external/webkit/WebKitTools/android/flex-2.5.4a/
Dconfigure875 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
1001 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
/external/openssl/crypto/rc2/
Drrc2.doc59 Beale Cipher No.1 XOR'd with a one-time pad. The Beale Ciphers predate modern
/external/dropbear/libtommath/
Dbn.tex973 AND, XOR and OR directly. These operations are very quick.
1088 \subsection{AND, OR and XOR Operations}
1090 While AND, OR and XOR operations are not typical ``bignum functions'' they can be useful in several…
1100 Which compute $c = a \odot b$ where $\odot$ is one of OR, AND or XOR.
Dchanges.txt35 v0.35 -- Stupid XOR function missing line again... oops.
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
DSDL_QuartzEvents.m447 /* XOR the previous state against the new state to see if there's a change */
/external/dropbear/libtomcrypt/
Dcrypt.tex840 by encrypting the last ciphertext block in ECB mode, and XOR'ing the output against the last partia…
2891 When you read from RC4, the output is XOR'ed against your buffer you provide. In this manner, you …
2910 Like RC4, the output of SOBER--128 is XOR'ed against the buffer you provide it. In this manner, yo…
3850 ECC--DH Encryption is performed by producing a random key, hashing it, and XOR'ing the digest again…
3869 hash algorithm indexed by \textit{hash} to construct a shared secret which may be XOR'ed against th…
4107 a shared key is computed, and the hash of the shared key XOR'ed against the plaintext forms the cip…
5248 cbc\_encrypt() that it can safely XOR multiple octets in one step by using a larger data type. Thi…
5261 whole word XOR operations. These operations will be unaligned.
5307 … the SSE2 instructions to perform the $GF(2^x)$ multiply using 16 128--bit XOR operations. It sha…
Dchanges349 …-- Added LTC_FAST [and you can disable by defining LTC_NO_FAST] so that CBC and CTR mode XOR whole…
476 -- Changed RC4 back [due to request]. It will now XOR the output so you can use it like
526 you'll have to do the XOR yourself.
/external/libpng/
Dconfigure7191 if (XOR (islower (i), ISLOWER (i))
11021 if (XOR (islower (i), ISLOWER (i))
/external/genext2fs/
Dconfigure4129 if (XOR (islower (i), ISLOWER (i))
/external/clearsilver/
Dconfigure3222 if (XOR (islower (i), ISLOWER (i))
/external/libpcap/
Dconfigure3970 if (XOR (islower (i), ISLOWER (i))
/external/grub/
Dconfigure5166 if (XOR (islower (i), ISLOWER (i))
/external/dropbear/
Dconfigure3636 if (XOR (islower (i), ISLOWER (i))
4970 if (XOR (islower (i), ISLOWER (i))
/external/protobuf/
Dconfigure4716 if (XOR (islower (i), ISLOWER (i))
15608 if (XOR (islower (i), ISLOWER (i))
/external/expat/
Dconfigure4349 if (XOR (islower (i), ISLOWER (i))
19544 if (XOR (islower (i), ISLOWER (i))

12