Home
last modified time | relevance | path

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

123

/external/boringssl/src/decrepit/xts/
Dxts.c71 } 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/fipsmodule/aes/asm/
Daesni-x86_64.pl1741 my @tweak=map("%xmm$_",(10..15));
1742 my ($twmask,$twres,$twtmp)=("%xmm8","%xmm9",@tweak[4]);
1788 movdqa $inout0,@tweak[5]
1799 movdqa @tweak[5],@tweak[$i]
1801 paddq @tweak[5],@tweak[5]
1803 pxor $rndkey0,@tweak[$i]
1804 pxor $twtmp,@tweak[5]
1808 movdqa @tweak[5],@tweak[4]
1810 paddq @tweak[5],@tweak[5]
1812 pxor $rndkey0,@tweak[4]
[all …]
Daesp8-ppc.pl1924 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 …]
Daesni-x86.pl1114 { 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 …]
Dbsaes-x86_64.pl2169 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/ios-arm/crypto/fipsmodule/
Dbsaes-armv7.S1605 ldr r0, [ip] @ pointer to input tweak
1607 @ generate initial tweak
1612 mov r0,sp @ pointer to initial tweak
1621 sub r12, #48 @ place for tweak[9]
1645 sub sp, #0x90 @ place for tweak[9]
1648 vld1.8 {q8}, [r0] @ initial tweak
1718 vst1.64 {q8}, [r0,:128] @ next round tweak
1751 vld1.64 {q8}, [r0,:128] @ next round tweak
1830 vst1.64 {q15}, [r0,:128] @ next round tweak
1861 vld1.64 {q8}, [r0,:128] @ next round tweak
[all …]
/external/boringssl/linux-arm/crypto/fipsmodule/
Dbsaes-armv7.S1594 ldr r0, [ip] @ pointer to input tweak
1596 @ generate initial tweak
1601 mov r0,sp @ pointer to initial tweak
1610 sub r12, #48 @ place for tweak[9]
1634 sub sp, #0x90 @ place for tweak[9]
1637 vld1.8 {q8}, [r0] @ initial tweak
1707 vst1.64 {q8}, [r0,:128] @ next round tweak
1740 vld1.64 {q8}, [r0,:128] @ next round tweak
1819 vst1.64 {q15}, [r0,:128] @ next round tweak
1850 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.
/external/v8/testing/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/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/googletest/googlemock/
DREADME.md237 If you see errors, try to tweak the contents of
261 some environments. However, you can easily tweak Google Mock by
310 Please see [Google Test's README][gtest_readme] for how to tweak them.
329 may need to tweak your compiler and/or linker flags. Please see the
/external/python/cpython3/Modules/cjkcodecs/
DREADME4 If you need to tweak or add something on it, please look at tools/
/external/python/cpython2/Modules/cjkcodecs/
DREADME4 If you need to tweak or add something on it, please look at tools/
/external/antlr/antlr-3.4/runtime/Python/
DTODO79 - tweak CodeGenerator.genSetExpr()
/external/libxkbcommon/xkbcommon/doc/
Drules-format.txt19 (used to tweak some general behavior of the keyboard, e.g.
/external/libvpx/libvpx/third_party/googletest/src/
DREADME.md50 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/
DTODO15 to tweak the udev config not to load USB mass storage support for
/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
/external/googletest/googletest/
DREADME.md50 If you see errors, try to tweak the contents of `make/Makefile` to make
248 some environments. However, you can easily tweak Google Test by
/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/v8/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/cmake/
Dinternal_utils.cmake46 # Google Mock. You can tweak these definitions to suit your need. A
/external/v8/testing/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

123