HomeSort by relevance Sort by last modified time
    Searched refs:tweak (Results 1 - 15 of 15) sorted by null

  /external/boringssl/src/decrepit/xts/
xts.c 71 } tweak, scratch; local
76 OPENSSL_memcpy(tweak.c, iv, 16);
78 (*ctx->block2)(tweak.c, tweak.c, ctx->key2);
85 scratch.u[0] ^= tweak.u[0];
86 scratch.u[1] ^= tweak.u[1];
88 scratch.u[0] = ((uint64_t *)inp)[0] ^ tweak.u[0];
89 scratch.u[1] = ((uint64_t *)inp)[1] ^ tweak.u[1];
93 scratch.u[0] ^= tweak.u[0];
94 scratch.u[1] ^= tweak.u[1]
    [all...]
  /art/test/990-field-trace/src/art/
Test990.java 164 public void tweak(int def) {
183 public void tweak(int def) {
185 super.tweak(def);
211 t1.tweak(1);
212 t1.tweak(1);
213 t2.tweak(12);
214 t2.tweak(1337);
215 t2.tweak(12);
216 t2.tweak(1338);
217 t1.tweak(t3.foobar)
    [all...]
  /external/boringssl/src/crypto/fipsmodule/aes/asm/
aesp8-ppc.pl     [all...]
aesni-x86_64.pl     [all...]
aesni-x86.pl     [all...]
  /external/boringssl/ios-arm/crypto/fipsmodule/
bsaes-armv7.S     [all...]
  /external/boringssl/linux-arm/crypto/fipsmodule/
bsaes-armv7.S     [all...]
  /external/crcalc/src/com/hp/creals/
UnaryCRFunction.java 487 BigInteger tweak = big2; local
529 // guess might be exactly right; tweak it
532 BigInteger new_guess = guess.add(tweak);
534 guess = guess.subtract(tweak);
541 tweak = tweak.negate();
  /external/googletest/googlemock/
README.md 204 If you see errors, try to tweak the contents of
228 some environments. However, you can easily tweak Google Mock by
277 Please see [Google Test's README][gtest_readme] for how to tweak them.
296 may need to tweak your compiler and/or linker flags. Please see the
  /prebuilts/go/darwin-x86/src/cmd/cgo/
doc.go 35 #cgo directives within these comments to tweak the behavior of the C, C++
    [all...]
  /prebuilts/go/linux-x86/src/cmd/cgo/
doc.go 35 #cgo directives within these comments to tweak the behavior of the C, C++
    [all...]
  /external/iproute2/doc/
ip-cref.tex 793 There is a tweak in \verb|/proc/sys/net/ipv4/conf/<dev>/promote_secondaries|
797 This tweak is available in linux 2.6.15 and later.
    [all...]
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.50/
bcprov-jdk15on-1.50.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.56/
bcprov-jdk15on-1.56.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 431 milliseconds