Home
last modified time | relevance | path

Searched refs:tweak (Results 1 – 25 of 49) sorted by relevance

12

/external/boringssl/src/crypto/aes/asm/
Daesni-x86_64.pl1725 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 …]
Daesni-x86.pl1108 { 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 …]
Dbsaes-x86_64.pl2167 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/
Dxts.c71 } 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/
Dbsaes-armv7.S1586 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/
DUnaryCRFunction.java487 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/
DPackaging.rst14 etc.) will tweak them. This document lists settings we suggest you tweak.
DHowToSetUpLLVMStyleRTTI.rst378 contract, you can tweak and optimize it as much as you want.
/external/v8/build/mac/
Dtweak_info_plist.gni10 # string, the plist to tweak.
/external/dnsmasq/contrib/openvpn/
DREADME33 > dnsmasq initscript to tweak /etc/dhclient-enter-hooks to change where
/external/google-breakpad/src/testing/
DREADME205 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/
DREADME213 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/
DTODO79 - tweak CodeGenerator.genSetExpr()
/external/libvorbis/
DCHANGES3 * tweak + minor arithmetic fix in floor1 fit
/external/libmtp/
DTODO15 to tweak the udev config not to load USB mass storage support for
/external/skia/site/dev/runtime/
Dindex.md156 default, but it is still useful to be able to tweak certain algorithm parameters
/external/google-breakpad/src/testing/gtest/cmake/
Dinternal_utils.cmake46 # Google Mock. You can tweak these definitions to suit your need. A
/external/vulkan-validation-layers/tests/gtest-1.7.0/cmake/
Dinternal_utils.cmake46 # Google Mock. You can tweak these definitions to suit your need. A
/external/google-breakpad/src/testing/gtest/
DREADME152 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/
DREADME152 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
DCMakeLists.txt62 # tweak these definitions to suit your need. A variable's value is
/external/gtest/
DREADME153 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/
DREADME153 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/
DREADME153 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/
Dpf.os171 # Some users tweak their TCP/IP settings - enable or disable RFC1323
178 # possible /proc/sys/net/ipv4 tweak on Linux or so.

12