/external/boringssl/src/decrepit/xts/ |
D | xts.c | 71 } tweak, scratch; in CRYPTO_xts128_encrypt() local 76 OPENSSL_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/src/crypto/aes/asm/ |
D | aesp8-ppc.pl | 1924 my ($tweak,$seven,$eighty7,$tmp,$tweak1) = map("v$_",(8..12)); 1949 lvx $tweak,0,$ivp # load [unaligned] iv 1953 vperm $tweak,$tweak,$inptail,$inpperm 1974 vxor $tweak,$tweak,$rndkey0 1981 vcipher $tweak,$tweak,$rndkey1 1985 vcipher $tweak,$tweak,$rndkey0 1991 vcipher $tweak,$tweak,$rndkey1 1994 vcipherlast $tweak,$tweak,$rndkey0 2034 vxor $inout,$inout,$tweak 2058 vxor $rndkey0,$rndkey0,$tweak [all …]
|
D | aesni-x86_64.pl | 1738 my @tweak=map("%xmm$_",(10..15)); 1739 my ($twmask,$twres,$twtmp)=("%xmm8","%xmm9",@tweak[4]); 1785 movdqa $inout0,@tweak[5] 1796 movdqa @tweak[5],@tweak[$i] 1798 paddq @tweak[5],@tweak[5] 1800 pxor $rndkey0,@tweak[$i] 1801 pxor $twtmp,@tweak[5] 1805 movdqa @tweak[5],@tweak[4] 1807 paddq @tweak[5],@tweak[5] 1809 pxor $rndkey0,@tweak[4] [all …]
|
D | aesni-x86.pl | 1114 { my ($tweak,$twtmp,$twres,$twmask)=($rndkey1,$rndkey0,$inout0,$inout1); 1144 &movdqa ($tweak,$inout0); 1147 &pcmpgtd($twtmp,$tweak); # broadcast upper bits 1165 &movdqa (&QWP(16*$i,"esp"),$tweak); 1166 &paddq ($tweak,$tweak); # &psllq($tweak,1); 1168 &pcmpgtd ($twtmp,$tweak); # broadcast upper bits 1169 &pxor ($tweak,$twres); 1172 &movdqa (&QWP(16*$i++,"esp"),$tweak); 1173 &paddq ($tweak,$tweak); # &psllq($tweak,1); 1177 &pxor ($inout5,$tweak); [all …]
|
D | bsaes-x86_64.pl | 2169 paddq @XMM[7], @XMM[7] # psllq 1,$tweak 2218 paddq @XMM[7], @XMM[7] # psllq 1,$tweak 2236 paddq @XMM[7], @XMM[7] # psllq 1,$tweak 2557 paddq @XMM[7], @XMM[7] # psllq 1,$tweak 2606 paddq @XMM[7], @XMM[7] # psllq 1,$tweak 2624 paddq @XMM[7], @XMM[7] # psllq 1,$tweak 2806 paddq @XMM[7], @XMM[7] # psllq 1,$tweak
|
/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.
|
/external/googletest/googlemock/ |
D | README.md | 196 If you see errors, try to tweak the contents of 220 some environments. However, you can easily tweak Google Mock by 269 Please see [Google Test's README][gtest_readme] for how to tweak them. 288 may need to tweak your compiler and/or linker flags. Please see the
|
/external/fmtlib/doc/bootstrap/mixins/ |
D | forms.less | 49 // this to tweak colors on an as-needed basis. This aesthetic change is based on
|
/external/v8/testing/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/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/dnsmasq/contrib/openvpn/ |
D | README | 33 > dnsmasq initscript to tweak /etc/dhclient-enter-hooks to change where
|
/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/libvpx/libvpx/third_party/googletest/src/ |
D | README.md | 50 If you see errors, try to tweak the contents of `make/Makefile` to make 133 some environments. However, you can easily tweak Google Test by
|
/external/googletest/googletest/ |
D | README.md | 50 If you see errors, try to tweak the contents of `make/Makefile` to make 133 some environments. However, you can easily tweak Google Test by
|
/external/libmtp/ |
D | TODO | 15 to tweak the udev config not to load USB mass storage support for
|
/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
|
/external/googletest/googletest/cmake/ |
D | internal_utils.cmake | 46 # Google Mock. You can tweak these definitions to suit your need. A
|
/external/v8/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/cmake/ |
D | internal_utils.cmake | 46 # Google Mock. You can tweak these definitions to suit your need. A
|
/external/v8/testing/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
|