/freebsd/crypto/openssl/crypto/modes/asm/ |
H A D | ghashv8-armx.pl | 71 my ($Xl,$Xm,$Xh,$IN)=map("q$_",(0..3)); 134 vpmull.p64 $Xl,$H,$H 139 vext.8 $t1,$Xl,$Xh,#8 @ Karatsuba post-processing 140 veor $t2,$Xl,$Xh 143 vpmull.p64 $t2,$Xl,$xC2 @ 1st phase 146 vmov $Xm#hi,$Xl#lo @ Xm is rotated Xl 147 veor $Xl,$Xm,$t2 149 vext.8 $t2,$Xl,$Xl,#8 @ 2nd phase 150 vpmull.p64 $Xl,$Xl,$xC2 152 veor $H2,$Xl,$t2 [all …]
|
H A D | ghashp8-ppc.pl | 71 my ($Xl,$Xm,$Xh,$IN)=map("v$_",(0..3)); 121 vpmsumd $Xl,$IN,$Hl # H.lo·H.lo 125 vpmsumd $t2,$Xl,$xC2 # 1st reduction phase 129 vxor $Xl,$Xl,$t0 132 vsldoi $Xl,$Xl,$Xl,8 133 vxor $Xl,$Xl,$t2 135 vsldoi $t1,$Xl,$Xl,8 # 2nd reduction phase 136 vpmsumd $Xl,$Xl,$xC2 138 vxor $IN1,$Xl,$t1 154 vpmsumd $Xl,$IN,$H2l # H.lo·H^2.lo [all …]
|
H A D | ghash-armv4.pl | 381 my ($Xl,$Xm,$Xh,$IN)=map("q$_",(0..3)); 476 vld1.64 $Xl#hi,[$Xi]! @ load Xi 477 vld1.64 $Xl#lo,[$Xi]! 482 vrev64.8 $Xl,$Xl 493 veor $IN,$Xl @ inp^=Xi 496 &clmul64x64 ($Xl,$Hlo,"$IN#lo"); # H.lo·Xi.lo 503 veor $Xm,$Xm,$Xl @ Karatsuba post-processing 505 veor $Xl#hi,$Xl#hi,$Xm#lo 509 vshl.i64 $t1,$Xl,#57 @ 1st phase 510 vshl.i64 $t2,$Xl,#62 [all …]
|
H A D | ghash-x86_64.pl | 704 my ($Xl,$Xm,$Xh,$Hkey3,$Hkey4)=map("%xmm$_",(11..15)); 724 movdqu 0x20($inp),$Xl 726 pshufb $T3,$Xl 734 movdqa $Xl,$Xh 735 pshufd \$0b01001110,$Xl,$Xm 736 pxor $Xl,$Xm 737 pclmulqdq \$0x00,$Hkey2,$Xl 740 xorps $Xl,$Xln 745 movdqu 0x10($inp),$Xl 747 pshufb $T3,$Xl [all …]
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | blowfish.c | 73 u_int32_t Xl; in Blowfish_encipher() local 78 Xl = *xl; in Blowfish_encipher() 81 Xl ^= p[0]; in Blowfish_encipher() 82 BLFRND(s, p, Xr, Xl, 1); BLFRND(s, p, Xl, Xr, 2); in Blowfish_encipher() 83 BLFRND(s, p, Xr, Xl, 3); BLFRND(s, p, Xl, Xr, 4); in Blowfish_encipher() 84 BLFRND(s, p, Xr, Xl, 5); BLFRND(s, p, Xl, Xr, 6); in Blowfish_encipher() 85 BLFRND(s, p, Xr, Xl, 7); BLFRND(s, p, Xl, Xr, 8); in Blowfish_encipher() 86 BLFRND(s, p, Xr, Xl, 9); BLFRND(s, p, Xl, Xr, 10); in Blowfish_encipher() 87 BLFRND(s, p, Xr, Xl, 11); BLFRND(s, p, Xl, Xr, 12); in Blowfish_encipher() 88 BLFRND(s, p, Xr, Xl, 13); BLFRND(s, p, Xl, Xr, 14); in Blowfish_encipher() [all …]
|
/freebsd/secure/lib/libcrypt/ |
H A D | blowfish.c | 66 u_int32_t Xl; in Blowfish_encipher() local 71 Xl = *xl; in Blowfish_encipher() 74 Xl ^= p[0]; in Blowfish_encipher() 75 BLFRND(s, p, Xr, Xl, 1); BLFRND(s, p, Xl, Xr, 2); in Blowfish_encipher() 76 BLFRND(s, p, Xr, Xl, 3); BLFRND(s, p, Xl, Xr, 4); in Blowfish_encipher() 77 BLFRND(s, p, Xr, Xl, 5); BLFRND(s, p, Xl, Xr, 6); in Blowfish_encipher() 78 BLFRND(s, p, Xr, Xl, 7); BLFRND(s, p, Xl, Xr, 8); in Blowfish_encipher() 79 BLFRND(s, p, Xr, Xl, 9); BLFRND(s, p, Xl, Xr, 10); in Blowfish_encipher() 80 BLFRND(s, p, Xr, Xl, 11); BLFRND(s, p, Xl, Xr, 12); in Blowfish_encipher() 81 BLFRND(s, p, Xr, Xl, 13); BLFRND(s, p, Xl, Xr, 14); in Blowfish_encipher() [all …]
|
/freebsd/sys/crypto/openssl/arm/ |
H A D | ghashv8-armx.S | 51 vmov d3,d0 @ Xm is rotated Xl 90 vmov d3,d0 @ Xm is rotated Xl 186 vmov d3,d0 @ Xm is rotated Xl 223 vmov d3,d0 @ Xm is rotated Xl
|
H A D | ghash-armv4.S | 531 veor d4,d4,d3 @ Xh|Xl - 256-bit result
|
/freebsd/crypto/openssh/regress/unittests/hostkeys/testdata/ |
H A D | known_hosts | 36 |1|plqkBA4hq7UATyd5+/Xl+zL7ghw=|stacofaUed46666mfqxp9gJFjt4= ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQ…
|
/freebsd/contrib/ncurses/include/ |
H A D | Caps | 818 enter_left_hl_mode elhlm str Xl - - ----- Enter left highlight mode
|
H A D | Caps.osf1r5 | 831 enter_left_hl_mode elhlm str Xl - - ----- Enter left highlight mode
|
H A D | Caps.keys | 909 enter_left_hl_mode elhlm str Xl - - ----- Enter left highlight mode
|
H A D | Caps.aix4 | 920 #enter_left_hl_mode elhlm str Xl - - ----- Enter left highlight mode
|
/freebsd/share/termcap/ |
H A D | termcap | 3412 :uc=^H\EA:sr=3\EH:ku=^Z:kd=^K:kl=^H:kr=^X:ma=^Z^P^Xl^Kj:tc=act4:
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 18978 # (microterm5: removed obsolete ":ma==^Z^P^Xl^Kj:" -- esr)
|