Searched refs:tweak (Results 1 - 16 of 16) sorted by relevance

/external/openssl/crypto/modes/
H A Dxts128.c66 union { u64 u[2]; u32 d[4]; u8 c[16]; } tweak, scratch; local
71 memcpy(tweak.c, iv, 16);
73 (*ctx->block2)(tweak.c,tweak.c,ctx->key2);
80 scratch.u[0] ^= tweak.u[0];
81 scratch.u[1] ^= tweak.u[1];
83 scratch.u[0] = ((u64*)inp)[0]^tweak.u[0];
84 scratch.u[1] = ((u64*)inp)[1]^tweak.u[1];
88 scratch.u[0] ^= tweak.u[0];
89 scratch.u[1] ^= tweak
[all...]
/external/openssl/crypto/aes/asm/
H A Daesni-x86_64.pl1324 my @tweak=map("%xmm$_",(10..15));
1325 my ($twmask,$twres,$twtmp)=("%xmm8","%xmm9",@tweak[4]);
1350 movups ($ivp),@tweak[5] # load clear-text tweak
1354 # generate the tweak
1355 &aesni_generate1("enc",$key2,$rounds,@tweak[5]);
1364 pcmpgtd @tweak[5],$twtmp # broadcast upper bits
1370 movdqa @tweak[5],@tweak[$i]
1371 paddq @tweak[
[all...]
H A Daesni-x86.pl1025 { my ($tweak,$twtmp,$twres,$twmask)=($rndkey1,$rndkey0,$inout0,$inout1);
1029 &mov ($inp,&wparam(5)); # clear-text tweak
1055 &movdqa ($tweak,$inout0);
1058 &pcmpgtd($twtmp,$tweak); # broadcast upper bits
1074 &movdqa (&QWP(16*$i,"esp"),$tweak);
1075 &paddq ($tweak,$tweak); # &psllq($tweak,1);
1077 &pcmpgtd ($twtmp,$tweak); # broadcast upper bits
1078 &pxor ($tweak,
[all...]
H A Dbsaes-armv7.S1557 ldr r0, [ip] @ pointer to input tweak
1559 @ generate initial tweak
1564 mov r0,sp @ pointer to initial tweak
1573 sub r12, #48 @ place for tweak[9]
1597 0: sub sp, #0x90 @ place for tweak[9]
1600 vld1.8 {q8}, [r0] @ initial tweak
1670 vst1.64 {q8}, [r0,:128] @ next round tweak
1703 vld1.64 {q8}, [r0,:128] @ next round tweak
1782 vst1.64 {q15}, [r0,:128] @ next round tweak
1813 vld1.64 {q8}, [r0,:128] @ next round tweak
[all...]
H A Daes-s390x.pl1589 my $tweak=16*$SIZE_T+16; # or $stdframe-16, bottom of the frame...
1601 la %r1,$tweak-16($sp)
1605 ng %r1,$tweak-16($sp)
1610 lmg $i2,$i3,$tweak($sp) # put aside the tweak value
1616 la %r1,$tweak-16($sp)
1621 # with the tweak in 128-bit case.
1624 stmg $i2,$i3,$tweak($sp) # "re-seat" the tweak value
1629 lrvg $s0,$tweak
[all...]
H A Dbsaes-armv7.pl1614 ldr r0, [ip] @ pointer to input tweak
1616 @ generate initial tweak
1621 mov r0,sp @ pointer to initial tweak
1630 sub r12, #`32+16` @ place for tweak[9]
1654 0: sub sp, #0x90 @ place for tweak[9]
1657 vld1.8 {@XMM[8]}, [r0] @ initial tweak
1694 vst1.64 {@XMM[8]}, [r0,:128] @ next round tweak
1727 vld1.64 {@XMM[8]}, [r0,:128] @ next round tweak
1763 vst1.64 {@XMM[15]}, [r0,:128] @ next round tweak
1794 vld1.64 {@XMM[8]}, [r0,:128] @ next round tweak
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/aes/asm/
H A Daesni-x86_64.pl1593 my @tweak=map("%xmm$_",(10..15));
1594 my ($twmask,$twres,$twtmp)=("%xmm8","%xmm9",@tweak[4]);
1623 movups ($ivp),$inout0 # load clear-text tweak
1627 # generate the tweak
1640 movdqa $inout0,@tweak[5]
1644 # alternative tweak calculation algorithm is based on suggestions
1651 movdqa @tweak[5],@tweak[$i]
1653 paddq @tweak[5],@tweak[
[all...]
H A Daesni-x86.pl1070 { my ($tweak,$twtmp,$twres,$twmask)=($rndkey1,$rndkey0,$inout0,$inout1);
1074 &mov ($inp,&wparam(5)); # clear-text tweak
1100 &movdqa ($tweak,$inout0);
1103 &pcmpgtd($twtmp,$tweak); # broadcast upper bits
1121 &movdqa (&QWP(16*$i,"esp"),$tweak);
1122 &paddq ($tweak,$tweak); # &psllq($tweak,1);
1124 &pcmpgtd ($twtmp,$tweak); # broadcast upper bits
1125 &pxor ($tweak,
[all...]
H A Dbsaes-armv7.pl1622 ldr r0, [ip] @ pointer to input tweak
1624 @ generate initial tweak
1629 mov r0,sp @ pointer to initial tweak
1638 sub r12, #`32+16` @ place for tweak[9]
1662 0: sub sp, #0x90 @ place for tweak[9]
1665 vld1.8 {@XMM[8]}, [r0] @ initial tweak
1702 vst1.64 {@XMM[8]}, [r0,:128] @ next round tweak
1735 vld1.64 {@XMM[8]}, [r0,:128] @ next round tweak
1771 vst1.64 {@XMM[15]}, [r0,:128] @ next round tweak
1802 vld1.64 {@XMM[8]}, [r0,:128] @ next round tweak
[all...]
/external/lldb/source/Plugins/Process/POSIX/
H A DAndroid.mk32 # tweak local include paths not present in $(LLDB_BUILD_MK)
/external/chromium_org/third_party/boringssl/linux-arm/crypto/aes/
H A Dbsaes-armv7.S1561 ldr r0, [ip] @ pointer to input tweak
1563 @ generate initial tweak
1568 mov r0,sp @ pointer to initial tweak
1577 sub r12, #48 @ place for tweak[9]
1601 0: sub sp, #0x90 @ place for tweak[9]
1604 vld1.8 {q8}, [r0] @ initial tweak
1674 vst1.64 {q8}, [r0,:128] @ next round tweak
1707 vld1.64 {q8}, [r0,:128] @ next round tweak
1786 vst1.64 {q15}, [r0,:128] @ next round tweak
1817 vld1.64 {q8}, [r0,:128] @ next round tweak
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/perlasm/
H A Dsparcv9_modes.pl922 ldxa [%l7]0x88, %g3 ! %g3:%g2 is tweak
987 fxor %f12, %f0, %f0 ! ^= tweak[0]
995 fxor %f12, %f0, %f0 ! ^= tweak[0]
998 srax %g3, 63, %l7 ! next tweak value
1068 srax %g3, 63, %l7 ! next tweak value
1088 fxor %f12, %f0, %f0 ! ^= tweak[0]
1090 fxor %f8, %f4, %f4 ! ^= tweak[0]
1101 srax %g3, 63, %l7 ! next tweak value
1110 fxor %f12, %f0, %f0 ! ^= tweak[0]
1200 srax %g3, 63, %l7 ! next tweak valu
[all...]
/external/elfutils/0.153/
H A Delfutils.spec496 - elfcmp: little usability tweak, name and index of differing section is
/external/iproute2/doc/
H A Dip-cref.tex758 There is a tweak in \verb|/proc/sys/net/ipv4/conf/<dev>/promote_secondaries|
762 This tweak is available in linux 2.6.15 and later.
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 3502 milliseconds