/external/boringssl/src/crypto/aes/asm/ |
D | aesni-x86_64.pl | 1725 my @tweak=map("%xmm$_",(10..15)); 1726 my ($twmask,$twres,$twtmp)=("%xmm8","%xmm9",@tweak[4]); 1772 movdqa $inout0,@tweak[5] 1783 movdqa @tweak[5],@tweak[$i] 1785 paddq @tweak[5],@tweak[5] 1787 pxor $rndkey0,@tweak[$i] 1788 pxor $twtmp,@tweak[5] 1792 movdqa @tweak[5],@tweak[4] 1794 paddq @tweak[5],@tweak[5] 1796 pxor $rndkey0,@tweak[4] [all …]
|
D | aesni-x86.pl | 1108 { my ($tweak,$twtmp,$twres,$twmask)=($rndkey1,$rndkey0,$inout0,$inout1); 1138 &movdqa ($tweak,$inout0); 1141 &pcmpgtd($twtmp,$tweak); # broadcast upper bits 1159 &movdqa (&QWP(16*$i,"esp"),$tweak); 1160 &paddq ($tweak,$tweak); # &psllq($tweak,1); 1162 &pcmpgtd ($twtmp,$tweak); # broadcast upper bits 1163 &pxor ($tweak,$twres); 1166 &movdqa (&QWP(16*$i++,"esp"),$tweak); 1167 &paddq ($tweak,$tweak); # &psllq($tweak,1); 1171 &pxor ($inout5,$tweak); [all …]
|
D | bsaes-x86_64.pl | 2167 paddq @XMM[7], @XMM[7] # psllq 1,$tweak 2216 paddq @XMM[7], @XMM[7] # psllq 1,$tweak 2234 paddq @XMM[7], @XMM[7] # psllq 1,$tweak 2555 paddq @XMM[7], @XMM[7] # psllq 1,$tweak 2604 paddq @XMM[7], @XMM[7] # psllq 1,$tweak 2622 paddq @XMM[7], @XMM[7] # psllq 1,$tweak 2804 paddq @XMM[7], @XMM[7] # psllq 1,$tweak
|
/external/boringssl/src/decrepit/xts/ |
D | xts.c | 71 } tweak, scratch; in CRYPTO_xts128_encrypt() local 76 memcpy(tweak.c, iv, 16); in CRYPTO_xts128_encrypt() 78 (*ctx->block2)(tweak.c, tweak.c, ctx->key2); in CRYPTO_xts128_encrypt() 85 scratch.u[0] ^= tweak.u[0]; in CRYPTO_xts128_encrypt() 86 scratch.u[1] ^= tweak.u[1]; in CRYPTO_xts128_encrypt() 88 scratch.u[0] = ((uint64_t *)inp)[0] ^ tweak.u[0]; in CRYPTO_xts128_encrypt() 89 scratch.u[1] = ((uint64_t *)inp)[1] ^ tweak.u[1]; in CRYPTO_xts128_encrypt() 93 scratch.u[0] ^= tweak.u[0]; in CRYPTO_xts128_encrypt() 94 scratch.u[1] ^= tweak.u[1]; in CRYPTO_xts128_encrypt() 97 ((uint64_t *)out)[0] = scratch.u[0] ^= tweak.u[0]; in CRYPTO_xts128_encrypt() [all …]
|
/external/boringssl/linux-arm/crypto/aes/ |
D | bsaes-armv7.S | 1586 ldr r0, [ip] @ pointer to input tweak 1588 @ generate initial tweak 1593 mov r0,sp @ pointer to initial tweak 1602 sub r12, #48 @ place for tweak[9] 1626 sub sp, #0x90 @ place for tweak[9] 1629 vld1.8 {q8}, [r0] @ initial tweak 1699 vst1.64 {q8}, [r0,:128] @ next round tweak 1732 vld1.64 {q8}, [r0,:128] @ next round tweak 1811 vst1.64 {q15}, [r0,:128] @ next round tweak 1842 vld1.64 {q8}, [r0,:128] @ next round tweak [all …]
|
/external/crcalc/src/com/hp/creals/ |
D | UnaryCRFunction.java | 487 BigInteger tweak = big2; in approximate() local 532 BigInteger new_guess = guess.add(tweak); in approximate() 534 guess = guess.subtract(tweak); in approximate() 541 tweak = tweak.negate(); in approximate()
|
/external/llvm/docs/ |
D | Packaging.rst | 14 etc.) will tweak them. This document lists settings we suggest you tweak.
|
D | HowToSetUpLLVMStyleRTTI.rst | 378 contract, you can tweak and optimize it as much as you want.
|
/external/v8/build/mac/ |
D | tweak_info_plist.gni | 10 # string, the plist to tweak.
|
/external/dnsmasq/contrib/openvpn/ |
D | README | 33 > dnsmasq initscript to tweak /etc/dhclient-enter-hooks to change where
|
/external/google-breakpad/src/testing/ |
D | README | 205 If you see errors, try to tweak the contents of make/Makefile to make 231 some environments. However, you can easily tweak Google Mock by 278 Please see file ${GTEST_DIR}/README for how to tweak them. 298 may need to tweak your compiler and/or linker flags. Please see the
|
/external/gmock/ |
D | README | 213 If you see errors, try to tweak the contents of make/Makefile to make 239 some environments. However, you can easily tweak Google Mock by 286 Please see file ${GTEST_DIR}/README for how to tweak them. 306 may need to tweak your compiler and/or linker flags. Please see the
|
/external/antlr/antlr-3.4/runtime/Python/ |
D | TODO | 79 - tweak CodeGenerator.genSetExpr()
|
/external/libvorbis/ |
D | CHANGES | 3 * tweak + minor arithmetic fix in floor1 fit
|
/external/libmtp/ |
D | TODO | 15 to tweak the udev config not to load USB mass storage support for
|
/external/skia/site/dev/runtime/ |
D | index.md | 156 default, but it is still useful to be able to tweak certain algorithm parameters
|
/external/google-breakpad/src/testing/gtest/cmake/ |
D | internal_utils.cmake | 46 # Google Mock. You can tweak these definitions to suit your need. A
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/cmake/ |
D | internal_utils.cmake | 46 # Google Mock. You can tweak these definitions to suit your need. A
|
/external/google-breakpad/src/testing/gtest/ |
D | README | 152 If you see errors, try to tweak the contents of make/Makefile to make 235 some environments. However, you can easily tweak Google Test by
|
/external/protobuf/gtest/ |
D | README | 152 If you see errors, try to tweak the contents of make/Makefile to make 225 some environments. However, you can easily tweak Google Test by
|
D | CMakeLists.txt | 62 # tweak these definitions to suit your need. A variable's value is
|
/external/gtest/ |
D | README | 153 If you see errors, try to tweak the contents of make/Makefile to make 236 some environments. However, you can easily tweak Google Test by
|
/external/libvpx/libvpx/third_party/googletest/src/ |
D | README | 153 If you see errors, try to tweak the contents of make/Makefile to make 236 some environments. However, you can easily tweak Google Test by
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/ |
D | README | 153 If you see errors, try to tweak the contents of make/Makefile to make 236 some environments. However, you can easily tweak Google Test by
|
/external/iptables/utils/ |
D | pf.os | 171 # Some users tweak their TCP/IP settings - enable or disable RFC1323 178 # possible /proc/sys/net/ipv4 tweak on Linux or so.
|