Home
last modified time | relevance | path

Searched refs:tw1 (Results 1 – 2 of 2) sorted by relevance

/src/crypto/openssl/crypto/aes/asm/
H A Daesni-xts-avx512.pl422 vmovdqa ($TW), $tw1
480 my $tw1 = $_[1]; # tweak 1
485 $code .= "vpternlogq \$0x96, $tmp, $tw1, $st1\n";
496 $code .= "vpxorq $tw1, $st1, $st1\n";
504 my $tw1 = $_[2];
512 vpternlogq \$0x96, $t0, $tw1, $st1
518 vpsrldq \$0xf, $tw1, %zmm13
520 vpslldq \$0x1, $tw1, %zmm15
619 $code .= "vpxorq $tw1, $st1, $st1\n";
625 vmovdqa32 %zmm15, $tw1
[all …]
/src/sys/netsmb/
H A Dsmb_smb.c119 u_int16_t dindex, tw, tw1, swlen, bc; in smb_smb_negotiate() local
232 md_get_uint16(mdp, &tw1); /* date */ in smb_smb_negotiate()