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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/modes/
H A Dxts128.c76 } tweak, scratch; local
82 memcpy(tweak.c, iv, 16);
84 (*ctx->block2) (tweak.c, tweak.c, ctx->key2);
92 scratch.u[0] ^= tweak.u[0];
93 scratch.u[1] ^= tweak.u[1];
95 scratch.u[0] = ((u64 *)inp)[0] ^ tweak.u[0];
96 scratch.u[1] = ((u64 *)inp)[1] ^ tweak.u[1];
100 scratch.u[0] ^= tweak.u[0];
101 scratch.u[1] ^= tweak
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/modes/
H A Dxts128.c76 } tweak, scratch; local
82 memcpy(tweak.c, iv, 16);
84 (*ctx->block2) (tweak.c, tweak.c, ctx->key2);
92 scratch.u[0] ^= tweak.u[0];
93 scratch.u[1] ^= tweak.u[1];
95 scratch.u[0] = ((u64 *)inp)[0] ^ tweak.u[0];
96 scratch.u[1] = ((u64 *)inp)[1] ^ tweak.u[1];
100 scratch.u[0] ^= tweak.u[0];
101 scratch.u[1] ^= tweak
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/aes/asm/
H A Daesni-x86_64.pl1732 my @tweak=map("%xmm$_",(10..15));
1733 my ($twmask,$twres,$twtmp)=("%xmm8","%xmm9",@tweak[4]);
1762 movups ($ivp),$inout0 # load clear-text tweak
1766 # generate the tweak
1779 movdqa $inout0,@tweak[5]
1783 # alternative tweak calculation algorithm is based on suggestions
1790 movdqa @tweak[5],@tweak[$i]
1792 paddq @tweak[5],@tweak[
[all...]
H A Daesni-x86.pl1114 { my ($tweak,$twtmp,$twres,$twmask)=($rndkey1,$rndkey0,$inout0,$inout1);
1118 &mov ($inp,&wparam(5)); # clear-text tweak
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,
[all...]
H A Daes-s390x.pl1582 my $tweak=16*$SIZE_T+16; # or $stdframe-16, bottom of the frame...
1601 lmg $i2,$i3,$tweak($sp) # put aside the tweak value
1607 la %r1,$tweak-16($sp)
1612 # with the tweak in 128-bit case.
1615 stmg $i2,$i3,$tweak($sp) # "re-seat" the tweak value
1620 lrvg $s0,$tweak+0($sp) # load the last tweak
1621 lrvg $s1,$tweak
[all...]
H A Dbsaes-armv7.pl1616 ldr r0, [ip] @ pointer to input tweak
1618 @ generate initial tweak
1623 mov r0,sp @ pointer to initial tweak
1632 sub r12, #`32+16` @ place for tweak[9]
1656 0: sub sp, #0x90 @ place for tweak[9]
1659 vld1.8 {@XMM[8]}, [r0] @ initial tweak
1696 vst1.64 {@XMM[8]}, [r0,:128] @ next round tweak
1729 vld1.64 {@XMM[8]}, [r0,:128] @ next round tweak
1765 vst1.64 {@XMM[15]}, [r0,:128] @ next round tweak
1796 vld1.64 {@XMM[8]}, [r0,:128] @ next round tweak
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/aes/asm/
H A Daesni-x86_64.pl1732 my @tweak=map("%xmm$_",(10..15));
1733 my ($twmask,$twres,$twtmp)=("%xmm8","%xmm9",@tweak[4]);
1762 movups ($ivp),$inout0 # load clear-text tweak
1766 # generate the tweak
1779 movdqa $inout0,@tweak[5]
1783 # alternative tweak calculation algorithm is based on suggestions
1790 movdqa @tweak[5],@tweak[$i]
1792 paddq @tweak[5],@tweak[
[all...]
H A Daesni-x86.pl1114 { my ($tweak,$twtmp,$twres,$twmask)=($rndkey1,$rndkey0,$inout0,$inout1);
1118 &mov ($inp,&wparam(5)); # clear-text tweak
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,
[all...]
H A Daes-s390x.pl1582 my $tweak=16*$SIZE_T+16; # or $stdframe-16, bottom of the frame...
1601 lmg $i2,$i3,$tweak($sp) # put aside the tweak value
1607 la %r1,$tweak-16($sp)
1612 # with the tweak in 128-bit case.
1615 stmg $i2,$i3,$tweak($sp) # "re-seat" the tweak value
1620 lrvg $s0,$tweak+0($sp) # load the last tweak
1621 lrvg $s1,$tweak
[all...]
H A Dbsaes-armv7.pl1616 ldr r0, [ip] @ pointer to input tweak
1618 @ generate initial tweak
1623 mov r0,sp @ pointer to initial tweak
1632 sub r12, #`32+16` @ place for tweak[9]
1656 0: sub sp, #0x90 @ place for tweak[9]
1659 vld1.8 {@XMM[8]}, [r0] @ initial tweak
1696 vst1.64 {@XMM[8]}, [r0,:128] @ next round tweak
1729 vld1.64 {@XMM[8]}, [r0,:128] @ next round tweak
1765 vst1.64 {@XMM[15]}, [r0,:128] @ next round tweak
1796 vld1.64 {@XMM[8]}, [r0,:128] @ next round tweak
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dxts.c29 struct crypto_cipher *tweak; member in struct:priv
36 struct crypto_cipher *child = ctx->tweak;
48 /* we need two cipher instances: one to compute the inital 'tweak'
52 /* tweak cipher, uses Key2 i.e. the second half of *key */
118 tw(crypto_cipher_tfm(ctx->tweak), w->iv, w->iv);
153 return crypt(desc, &w, ctx, crypto_cipher_alg(ctx->tweak)->cia_encrypt,
164 return crypt(desc, &w, ctx, crypto_cipher_alg(ctx->tweak)->cia_encrypt,
202 ctx->tweak = cipher;
211 crypto_free_cipher(ctx->tweak);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/perlasm/
H A Dsparcv9_modes.pl928 ldxa [%l7]0x88, %g3 ! %g3:%g2 is tweak
993 fxor %f12, %f0, %f0 ! ^= tweak[0]
1001 fxor %f12, %f0, %f0 ! ^= tweak[0]
1004 srax %g3, 63, %l7 ! next tweak value
1074 srax %g3, 63, %l7 ! next tweak value
1094 fxor %f12, %f0, %f0 ! ^= tweak[0]
1096 fxor %f8, %f4, %f4 ! ^= tweak[0]
1107 srax %g3, 63, %l7 ! next tweak value
1116 fxor %f12, %f0, %f0 ! ^= tweak[0]
1206 srax %g3, 63, %l7 ! next tweak valu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/perlasm/
H A Dsparcv9_modes.pl928 ldxa [%l7]0x88, %g3 ! %g3:%g2 is tweak
993 fxor %f12, %f0, %f0 ! ^= tweak[0]
1001 fxor %f12, %f0, %f0 ! ^= tweak[0]
1004 srax %g3, 63, %l7 ! next tweak value
1074 srax %g3, 63, %l7 ! next tweak value
1094 fxor %f12, %f0, %f0 ! ^= tweak[0]
1096 fxor %f8, %f4, %f4 ! ^= tweak[0]
1107 srax %g3, 63, %l7 ! next tweak value
1116 fxor %f12, %f0, %f0 ! ^= tweak[0]
1206 srax %g3, 63, %l7 ! next tweak valu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dgen-rc27 FFmpeg developers to tweak and regenerate all resources files at once.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/saa7134/
H A Dsaa7134-tvaudio.c257 int acpf, tweak = 0; local
265 tweak = audio_clock_tweak;
272 acpf, tweak);
274 acpf += tweak;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/nvidia/
H A Dnvidia.c178 int tweak = 0; local
181 tweak = par->paneltweak;
190 tweak = -1;
194 tweak = 1;
199 return tweak;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/line6/
H A Dcontrol.c129 POD_PARAM_RW(int, tweak);
271 static DEVICE_ATTR(tweak, S_IWUSR | S_IRUGO, pod_get_tweak, pod_set_tweak);

Completed in 190 milliseconds