Home
last modified time | relevance | path

Searched refs:Xl (Results 1 – 5 of 5) sorted by relevance

/dragonfly/lib/libcrypt/
H A Dblowfish.c79 Xl = *xl; in Blowfish_encipher()
83 BLFRND(s, p, Xr, Xl, 1); BLFRND(s, p, Xl, Xr, 2); in Blowfish_encipher()
84 BLFRND(s, p, Xr, Xl, 3); BLFRND(s, p, Xl, Xr, 4); in Blowfish_encipher()
85 BLFRND(s, p, Xr, Xl, 5); BLFRND(s, p, Xl, Xr, 6); in Blowfish_encipher()
86 BLFRND(s, p, Xr, Xl, 7); BLFRND(s, p, Xl, Xr, 8); in Blowfish_encipher()
93 *xr = Xl; in Blowfish_encipher()
104 Xl = *xl; in Blowfish_decipher()
112 BLFRND(s, p, Xr, Xl, 8); BLFRND(s, p, Xl, Xr, 7); in Blowfish_decipher()
113 BLFRND(s, p, Xr, Xl, 6); BLFRND(s, p, Xl, Xr, 5); in Blowfish_decipher()
114 BLFRND(s, p, Xr, Xl, 4); BLFRND(s, p, Xl, Xr, 3); in Blowfish_decipher()
[all …]
/dragonfly/lib/libssh/openbsd-compat/
H A Dblowfish.c78 Xl = *xl; 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()
92 *xr = Xl; in Blowfish_encipher()
103 Xl = *xl; in Blowfish_decipher()
111 BLFRND(s, p, Xr, Xl, 8); BLFRND(s, p, Xl, Xr, 7); in Blowfish_decipher()
112 BLFRND(s, p, Xr, Xl, 6); BLFRND(s, p, Xl, Xr, 5); in Blowfish_decipher()
113 BLFRND(s, p, Xr, Xl, 4); BLFRND(s, p, Xl, Xr, 3); in Blowfish_decipher()
[all …]
/dragonfly/contrib/ncurses/include/
H A DCaps760 enter_left_hl_mode elhlm str Xl - - ----- Enter left highlight mode
/dragonfly/share/termcap/
H A Dtermcap.src3469 :uc=^H\EA:sr=3\EH:ku=^Z:kd=^K:kl=^H:kr=^X:ma=^Z^P^Xl^Kj:tc=act4:
/dragonfly/contrib/ncurses/misc/
H A Dterminfo.src18182 # (microterm5: removed obsolete ":ma==^Z^P^Xl^Kj:" -- esr)