Home
last modified time | relevance | path

Searched refs:ascii64 (Results 1 – 25 of 26) sorted by relevance

12

/dports/security/libxcrypt/libxcrypt-4.4.27/lib/
H A Dcrypt-des.c115 *output++ = ascii64[c1 >> 2]; in des_gen_hash()
119 *output++ = ascii64[c1]; in des_gen_hash()
125 *output++ = ascii64[c1]; in des_gen_hash()
129 *output++ = ascii64[c1]; in des_gen_hash()
135 *output++ = ascii64[c1]; in des_gen_hash()
136 *output++ = ascii64[c2 & 0x3f]; in des_gen_hash()
188 *cp++ = ascii64[salt & 0x3f]; in crypt_descrypt_rn()
189 *cp++ = ascii64[(salt >> 6) & 0x3f]; in crypt_descrypt_rn()
279 *cp++ = ascii64[salt & 0x3f]; in crypt_bigcrypt_rn()
280 *cp++ = ascii64[(salt >> 6) & 0x3f]; in crypt_bigcrypt_rn()
[all …]
H A Dutil-gensalt-sha.c79 output[written + 0] = ascii64[value & 0x3f]; in gensalt_sha_rn()
80 output[written + 1] = ascii64[(value >> 6) & 0x3f]; in gensalt_sha_rn()
81 output[written + 2] = ascii64[(value >> 12) & 0x3f]; in gensalt_sha_rn()
82 output[written + 3] = ascii64[(value >> 18) & 0x3f]; in gensalt_sha_rn()
H A Dcrypt-port.h314 #define ascii64 _crypt_ascii64
471 extern const unsigned char ascii64[65];
474 #define b64t ((const char *) ascii64)
475 #define itoa64 ascii64
H A Dcrypt-scrypt.c77 *dst++ = ascii64[src & 0x3f]; in encode64_uint32()
222 outbuf[3] = ascii64[N2log2 (N)]; in gensalt_scrypt_rn()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/crypt/
H A Dcrypt_des.c964 *p++ = ascii64[(l >> 18) & 0x3f]; in _crypt_extended_r_uut()
965 *p++ = ascii64[(l >> 12) & 0x3f]; in _crypt_extended_r_uut()
966 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r_uut()
967 *p++ = ascii64[l & 0x3f]; in _crypt_extended_r_uut()
970 *p++ = ascii64[(l >> 18) & 0x3f]; in _crypt_extended_r_uut()
971 *p++ = ascii64[(l >> 12) & 0x3f]; in _crypt_extended_r_uut()
972 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r_uut()
973 *p++ = ascii64[l & 0x3f]; in _crypt_extended_r_uut()
976 *p++ = ascii64[(l >> 12) & 0x3f]; in _crypt_extended_r_uut()
977 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r_uut()
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/crypt/
H A Dcrypt_des.c964 *p++ = ascii64[(l >> 18) & 0x3f]; in _crypt_extended_r_uut()
965 *p++ = ascii64[(l >> 12) & 0x3f]; in _crypt_extended_r_uut()
966 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r_uut()
967 *p++ = ascii64[l & 0x3f]; in _crypt_extended_r_uut()
970 *p++ = ascii64[(l >> 18) & 0x3f]; in _crypt_extended_r_uut()
971 *p++ = ascii64[(l >> 12) & 0x3f]; in _crypt_extended_r_uut()
972 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r_uut()
973 *p++ = ascii64[l & 0x3f]; in _crypt_extended_r_uut()
976 *p++ = ascii64[(l >> 12) & 0x3f]; in _crypt_extended_r_uut()
977 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r_uut()
[all …]
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/crypt/
H A Dcrypt_des.c964 *p++ = ascii64[(l >> 18) & 0x3f]; in _crypt_extended_r_uut()
965 *p++ = ascii64[(l >> 12) & 0x3f]; in _crypt_extended_r_uut()
966 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r_uut()
967 *p++ = ascii64[l & 0x3f]; in _crypt_extended_r_uut()
970 *p++ = ascii64[(l >> 18) & 0x3f]; in _crypt_extended_r_uut()
971 *p++ = ascii64[(l >> 12) & 0x3f]; in _crypt_extended_r_uut()
972 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r_uut()
973 *p++ = ascii64[l & 0x3f]; in _crypt_extended_r_uut()
976 *p++ = ascii64[(l >> 12) & 0x3f]; in _crypt_extended_r_uut()
977 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r_uut()
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/crypt/
H A Dcrypt_des.c964 *p++ = ascii64[(l >> 18) & 0x3f]; in _crypt_extended_r_uut()
965 *p++ = ascii64[(l >> 12) & 0x3f]; in _crypt_extended_r_uut()
966 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r_uut()
967 *p++ = ascii64[l & 0x3f]; in _crypt_extended_r_uut()
970 *p++ = ascii64[(l >> 18) & 0x3f]; in _crypt_extended_r_uut()
971 *p++ = ascii64[(l >> 12) & 0x3f]; in _crypt_extended_r_uut()
972 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r_uut()
973 *p++ = ascii64[l & 0x3f]; in _crypt_extended_r_uut()
976 *p++ = ascii64[(l >> 12) & 0x3f]; in _crypt_extended_r_uut()
977 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r_uut()
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/crypt/
H A Dcrypt_des.c964 *p++ = ascii64[(l >> 18) & 0x3f]; in _crypt_extended_r_uut()
965 *p++ = ascii64[(l >> 12) & 0x3f]; in _crypt_extended_r_uut()
966 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r_uut()
967 *p++ = ascii64[l & 0x3f]; in _crypt_extended_r_uut()
970 *p++ = ascii64[(l >> 18) & 0x3f]; in _crypt_extended_r_uut()
971 *p++ = ascii64[(l >> 12) & 0x3f]; in _crypt_extended_r_uut()
972 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r_uut()
973 *p++ = ascii64[l & 0x3f]; in _crypt_extended_r_uut()
976 *p++ = ascii64[(l >> 12) & 0x3f]; in _crypt_extended_r_uut()
977 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r_uut()
[all …]
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/src/crypt/
H A Dcrypt_des.c966 *p++ = ascii64[(l >> 18) & 0x3f]; in _crypt_extended_r_uut()
967 *p++ = ascii64[(l >> 12) & 0x3f]; in _crypt_extended_r_uut()
968 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r_uut()
969 *p++ = ascii64[l & 0x3f]; in _crypt_extended_r_uut()
972 *p++ = ascii64[(l >> 18) & 0x3f]; in _crypt_extended_r_uut()
973 *p++ = ascii64[(l >> 12) & 0x3f]; in _crypt_extended_r_uut()
974 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r_uut()
975 *p++ = ascii64[l & 0x3f]; in _crypt_extended_r_uut()
978 *p++ = ascii64[(l >> 12) & 0x3f]; in _crypt_extended_r_uut()
979 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r_uut()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/crypt/
H A Dcrypt_des.c964 *p++ = ascii64[(l >> 18) & 0x3f]; in _crypt_extended_r_uut()
965 *p++ = ascii64[(l >> 12) & 0x3f]; in _crypt_extended_r_uut()
966 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r_uut()
967 *p++ = ascii64[l & 0x3f]; in _crypt_extended_r_uut()
970 *p++ = ascii64[(l >> 18) & 0x3f]; in _crypt_extended_r_uut()
971 *p++ = ascii64[(l >> 12) & 0x3f]; in _crypt_extended_r_uut()
972 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r_uut()
973 *p++ = ascii64[l & 0x3f]; in _crypt_extended_r_uut()
976 *p++ = ascii64[(l >> 12) & 0x3f]; in _crypt_extended_r_uut()
977 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r_uut()
[all …]
/dports/sysutils/busybox/busybox-1.26.2/libbb/
H A Dpw_encrypt_des.c703 *s++ = ascii64[(v >> 18) & 0x3f]; /* bits 23..18 */ in to64_msb_first()
704 *s++ = ascii64[(v >> 12) & 0x3f]; /* bits 17..12 */ in to64_msb_first()
705 *s++ = ascii64[(v >> 6) & 0x3f]; /* bits 11..6 */ in to64_msb_first()
706 *s = ascii64[v & 0x3f]; /* bits 5..0 */ in to64_msb_first()
762 *q++ = ascii64[(l >> 6) & 0x3f]; /* bits 19..14 of r0 */ in des_crypt()
763 *q++ = ascii64[l & 0x3f]; /* bits 13..8 of r0 */ in des_crypt()
765 *q++ = ascii64[(l >> 18) & 0x3f]; /* bits 7..2 of r0 */ in des_crypt()
767 *q++ = ascii64[(l >> 6) & 0x3f]; /* bits 27..22 of r1 */ in des_crypt()
768 *q++ = ascii64[l & 0x3f]; /* bits 21..16 of r1 */ in des_crypt()
771 *q++ = ascii64[(l >> 6) & 0x3f]; /* bits 9..4 of r1 */ in des_crypt()
[all …]
/dports/lang/php73/php-7.3.33/ext/standard/
H A Dcrypt_freesec.c703 *p++ = ascii64[(l >> 18) & 0x3f]; in _crypt_extended_r()
704 *p++ = ascii64[(l >> 12) & 0x3f]; in _crypt_extended_r()
705 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r()
706 *p++ = ascii64[l & 0x3f]; in _crypt_extended_r()
709 *p++ = ascii64[(l >> 18) & 0x3f]; in _crypt_extended_r()
710 *p++ = ascii64[(l >> 12) & 0x3f]; in _crypt_extended_r()
711 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r()
712 *p++ = ascii64[l & 0x3f]; in _crypt_extended_r()
715 *p++ = ascii64[(l >> 12) & 0x3f]; in _crypt_extended_r()
716 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r()
[all …]
/dports/www/mod_php81/php-8.1.1/ext/standard/
H A Dcrypt_freesec.c701 *p++ = ascii64[(l >> 18) & 0x3f]; in _crypt_extended_r()
702 *p++ = ascii64[(l >> 12) & 0x3f]; in _crypt_extended_r()
703 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r()
704 *p++ = ascii64[l & 0x3f]; in _crypt_extended_r()
707 *p++ = ascii64[(l >> 18) & 0x3f]; in _crypt_extended_r()
708 *p++ = ascii64[(l >> 12) & 0x3f]; in _crypt_extended_r()
709 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r()
710 *p++ = ascii64[l & 0x3f]; in _crypt_extended_r()
713 *p++ = ascii64[(l >> 12) & 0x3f]; in _crypt_extended_r()
714 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r()
[all …]
/dports/lang/php80/php-8.0.15/ext/standard/
H A Dcrypt_freesec.c701 *p++ = ascii64[(l >> 18) & 0x3f]; in _crypt_extended_r()
702 *p++ = ascii64[(l >> 12) & 0x3f]; in _crypt_extended_r()
703 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r()
704 *p++ = ascii64[l & 0x3f]; in _crypt_extended_r()
707 *p++ = ascii64[(l >> 18) & 0x3f]; in _crypt_extended_r()
708 *p++ = ascii64[(l >> 12) & 0x3f]; in _crypt_extended_r()
709 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r()
710 *p++ = ascii64[l & 0x3f]; in _crypt_extended_r()
713 *p++ = ascii64[(l >> 12) & 0x3f]; in _crypt_extended_r()
714 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r()
[all …]
/dports/lang/php74/php-7.4.27/ext/standard/
H A Dcrypt_freesec.c703 *p++ = ascii64[(l >> 18) & 0x3f]; in _crypt_extended_r()
704 *p++ = ascii64[(l >> 12) & 0x3f]; in _crypt_extended_r()
705 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r()
706 *p++ = ascii64[l & 0x3f]; in _crypt_extended_r()
709 *p++ = ascii64[(l >> 18) & 0x3f]; in _crypt_extended_r()
710 *p++ = ascii64[(l >> 12) & 0x3f]; in _crypt_extended_r()
711 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r()
712 *p++ = ascii64[l & 0x3f]; in _crypt_extended_r()
715 *p++ = ascii64[(l >> 12) & 0x3f]; in _crypt_extended_r()
716 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r()
[all …]
/dports/lang/php81/php-8.1.1/ext/standard/
H A Dcrypt_freesec.c701 *p++ = ascii64[(l >> 18) & 0x3f]; in _crypt_extended_r()
702 *p++ = ascii64[(l >> 12) & 0x3f]; in _crypt_extended_r()
703 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r()
704 *p++ = ascii64[l & 0x3f]; in _crypt_extended_r()
707 *p++ = ascii64[(l >> 18) & 0x3f]; in _crypt_extended_r()
708 *p++ = ascii64[(l >> 12) & 0x3f]; in _crypt_extended_r()
709 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r()
710 *p++ = ascii64[l & 0x3f]; in _crypt_extended_r()
713 *p++ = ascii64[(l >> 12) & 0x3f]; in _crypt_extended_r()
714 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r()
[all …]
/dports/www/mod_php73/php-7.3.33/ext/standard/
H A Dcrypt_freesec.c703 *p++ = ascii64[(l >> 18) & 0x3f]; in _crypt_extended_r()
704 *p++ = ascii64[(l >> 12) & 0x3f]; in _crypt_extended_r()
705 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r()
706 *p++ = ascii64[l & 0x3f]; in _crypt_extended_r()
709 *p++ = ascii64[(l >> 18) & 0x3f]; in _crypt_extended_r()
710 *p++ = ascii64[(l >> 12) & 0x3f]; in _crypt_extended_r()
711 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r()
712 *p++ = ascii64[l & 0x3f]; in _crypt_extended_r()
715 *p++ = ascii64[(l >> 12) & 0x3f]; in _crypt_extended_r()
716 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r()
[all …]
/dports/www/mod_php74/php-7.4.27/ext/standard/
H A Dcrypt_freesec.c703 *p++ = ascii64[(l >> 18) & 0x3f]; in _crypt_extended_r()
704 *p++ = ascii64[(l >> 12) & 0x3f]; in _crypt_extended_r()
705 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r()
706 *p++ = ascii64[l & 0x3f]; in _crypt_extended_r()
709 *p++ = ascii64[(l >> 18) & 0x3f]; in _crypt_extended_r()
710 *p++ = ascii64[(l >> 12) & 0x3f]; in _crypt_extended_r()
711 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r()
712 *p++ = ascii64[l & 0x3f]; in _crypt_extended_r()
715 *p++ = ascii64[(l >> 12) & 0x3f]; in _crypt_extended_r()
716 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r()
[all …]
/dports/www/mod_php80/php-8.0.15/ext/standard/
H A Dcrypt_freesec.c701 *p++ = ascii64[(l >> 18) & 0x3f]; in _crypt_extended_r()
702 *p++ = ascii64[(l >> 12) & 0x3f]; in _crypt_extended_r()
703 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r()
704 *p++ = ascii64[l & 0x3f]; in _crypt_extended_r()
707 *p++ = ascii64[(l >> 18) & 0x3f]; in _crypt_extended_r()
708 *p++ = ascii64[(l >> 12) & 0x3f]; in _crypt_extended_r()
709 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r()
710 *p++ = ascii64[l & 0x3f]; in _crypt_extended_r()
713 *p++ = ascii64[(l >> 12) & 0x3f]; in _crypt_extended_r()
714 *p++ = ascii64[(l >> 6) & 0x3f]; in _crypt_extended_r()
[all …]
/dports/security/p5-Crypt-Passwd-XS/Crypt-Passwd-XS-0.601/
H A Ddes.c198 static u_char ascii64[] = variable
696 *p++ = ascii64[(l >> 18) & 0x3f]; in cpx_crypt_des()
697 *p++ = ascii64[(l >> 12) & 0x3f]; in cpx_crypt_des()
698 *p++ = ascii64[(l >> 6) & 0x3f]; in cpx_crypt_des()
699 *p++ = ascii64[l & 0x3f]; in cpx_crypt_des()
702 *p++ = ascii64[(l >> 18) & 0x3f]; in cpx_crypt_des()
703 *p++ = ascii64[(l >> 12) & 0x3f]; in cpx_crypt_des()
704 *p++ = ascii64[(l >> 6) & 0x3f]; in cpx_crypt_des()
705 *p++ = ascii64[l & 0x3f]; in cpx_crypt_des()
709 *p++ = ascii64[(l >> 6) & 0x3f]; in cpx_crypt_des()
[all …]
/dports/security/gvm-libs/gvm-libs-21.4.3/util/
H A Dpasswordbasedauthentication.c67 const char ascii64[64] = variable
136 output[written] = ascii64[value & 0x3f]; in crypt_gensalt_r()
137 output[written + 1] = ascii64[(value >> 6) & 0x3f]; in crypt_gensalt_r()
138 output[written + 2] = ascii64[(value >> 12) & 0x3f]; in crypt_gensalt_r()
139 output[written + 3] = ascii64[(value >> 18) & 0x3f]; in crypt_gensalt_r()
/dports/sysutils/syslinux/syslinux-6.03/com32/cmenu/libmenu/
H A Ddes.c107 static const my_u_char_t ascii64[] = variable
1046 *p++ = ascii64[(l >> 18) & 0x3f]; in crypt()
1047 *p++ = ascii64[(l >> 12) & 0x3f]; in crypt()
1048 *p++ = ascii64[(l >> 6) & 0x3f]; in crypt()
1049 *p++ = ascii64[l & 0x3f]; in crypt()
1052 *p++ = ascii64[(l >> 18) & 0x3f]; in crypt()
1053 *p++ = ascii64[(l >> 12) & 0x3f]; in crypt()
1054 *p++ = ascii64[(l >> 6) & 0x3f]; in crypt()
1055 *p++ = ascii64[l & 0x3f]; in crypt()
1059 *p++ = ascii64[(l >> 6) & 0x3f]; in crypt()
[all …]
/dports/irc/ircd-ratbox/ircd-ratbox-3.0.10/libratbox/src/
H A Dcrypt.c802 *p++ = ascii64[(l >> 18) & 0x3f]; in __des_crypt()
803 *p++ = ascii64[(l >> 12) & 0x3f]; in __des_crypt()
804 *p++ = ascii64[(l >> 6) & 0x3f]; in __des_crypt()
805 *p++ = ascii64[l & 0x3f]; in __des_crypt()
808 *p++ = ascii64[(l >> 18) & 0x3f]; in __des_crypt()
809 *p++ = ascii64[(l >> 12) & 0x3f]; in __des_crypt()
810 *p++ = ascii64[(l >> 6) & 0x3f]; in __des_crypt()
811 *p++ = ascii64[l & 0x3f]; in __des_crypt()
814 *p++ = ascii64[(l >> 12) & 0x3f]; in __des_crypt()
815 *p++ = ascii64[(l >> 6) & 0x3f]; in __des_crypt()
[all …]
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/libratbox/src/
H A Dcrypt.c802 *p++ = ascii64[(l >> 18) & 0x3f]; in __des_crypt()
803 *p++ = ascii64[(l >> 12) & 0x3f]; in __des_crypt()
804 *p++ = ascii64[(l >> 6) & 0x3f]; in __des_crypt()
805 *p++ = ascii64[l & 0x3f]; in __des_crypt()
808 *p++ = ascii64[(l >> 18) & 0x3f]; in __des_crypt()
809 *p++ = ascii64[(l >> 12) & 0x3f]; in __des_crypt()
810 *p++ = ascii64[(l >> 6) & 0x3f]; in __des_crypt()
811 *p++ = ascii64[l & 0x3f]; in __des_crypt()
814 *p++ = ascii64[(l >> 12) & 0x3f]; in __des_crypt()
815 *p++ = ascii64[(l >> 6) & 0x3f]; in __des_crypt()
[all …]

12