/external/dropbear/libtomcrypt/notes/ |
D | tech0006.txt | 80 …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/ |
D | CompositeLongValue.java | 41 public static final byte XOR = '^'; field in CompositeLongValue
|
D | CompositeIntegerValue.java | 41 public static final byte XOR = '^'; field in CompositeIntegerValue
|
D | SpecificLongValue.java | 229 new CompositeLongValue(other, CompositeLongValue.XOR, this); in xor()
|
D | SpecificIntegerValue.java | 314 new CompositeIntegerValue(other, CompositeIntegerValue.XOR, this); in xor()
|
/external/v8/src/mips/ |
D | constants-mips.cc | 254 case XOR: in InstructionType()
|
D | constants-mips.h | 238 XOR = ((4 << 3) + 6), enumerator
|
D | disasm-mips.cc | 513 case XOR: in DecodeTypeRegister()
|
D | assembler-mips.cc | 728 GenInstrRegister(SPECIAL, rs, rt, rd, 0, XOR); in xor_()
|
D | simulator-mips.cc | 993 case XOR: in DecodeTypeRegister()
|
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
D | configure | 875 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/ |
D | rrc2.doc | 59 Beale Cipher No.1 XOR'd with a one-time pad. The Beale Ciphers predate modern
|
/external/dropbear/libtommath/ |
D | bn.tex | 973 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.
|
D | changes.txt | 35 v0.35 -- Stupid XOR function missing line again... oops.
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
D | SDL_QuartzEvents.m | 447 /* XOR the previous state against the new state to see if there's a change */
|
/external/dropbear/libtomcrypt/ |
D | crypt.tex | 840 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…
|
D | changes | 349 …-- 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/ |
D | configure | 7191 if (XOR (islower (i), ISLOWER (i)) 11021 if (XOR (islower (i), ISLOWER (i))
|
/external/genext2fs/ |
D | configure | 4129 if (XOR (islower (i), ISLOWER (i))
|
/external/clearsilver/ |
D | configure | 3222 if (XOR (islower (i), ISLOWER (i))
|
/external/libpcap/ |
D | configure | 3970 if (XOR (islower (i), ISLOWER (i))
|
/external/grub/ |
D | configure | 5166 if (XOR (islower (i), ISLOWER (i))
|
/external/dropbear/ |
D | configure | 3636 if (XOR (islower (i), ISLOWER (i)) 4970 if (XOR (islower (i), ISLOWER (i))
|
/external/protobuf/ |
D | configure | 4716 if (XOR (islower (i), ISLOWER (i)) 15608 if (XOR (islower (i), ISLOWER (i))
|
/external/expat/ |
D | configure | 4349 if (XOR (islower (i), ISLOWER (i)) 19544 if (XOR (islower (i), ISLOWER (i))
|