Home
last modified time | relevance | path

Searched refs:bin_to_ascii (Results 1 – 25 of 27) sorted by relevance

12

/dports/security/ccrypt/ccrypt-1.11/check/
H A Dcrypt3-check.c41 #define bin_to_ascii(c) ((c)>=38?((c)-38+'a'):(c)>=12?((c)-12+'A'):(c)+'.') macro
58 salt[0] = bin_to_ascii(i); in main()
62 salt[1] = bin_to_ascii(j); in main()
/dports/security/ccrypt/ccrypt-1.11/src/
H A Dunixcryptlib.c41 #define bin_to_ascii(c) ((c)>=38?((c)-38+'a'):(c)>=12?((c)-12+'A'):(c)+'.') macro
50 salt1[0] = bin_to_ascii(tmp); in crypt_sun()
52 salt1[1] = bin_to_ascii(tmp); in crypt_sun()
H A Dunixcrypt3.c173 #define bin_to_ascii(c) ((c)>=38?((c)-38+'a'):(c)>=12?((c)-12+'A'):(c)+'.') macro
608 __data->crypt_3_buf[i + 2] = bin_to_ascii((v1 >> shf) & 0x3f); in _ufc_output_conversion_r()
616 __data->crypt_3_buf[i + 2] = bin_to_ascii((v2 >> shf) & 0x3f); in _ufc_output_conversion_r()
619 __data->crypt_3_buf[12] = bin_to_ascii(s); in _ufc_output_conversion_r()
/dports/security/mcrypt/mcrypt-2.6.8/src/
H A Dufc_crypt.c206 #define bin_to_ascii(c) ((c)>=38?((c)-38+'a'):(c)>=12?((c)-12+'A'):(c)+'.') macro
657 outbuf[i + 2] = bin_to_ascii((v1 >> (26 - 6 * i)) & 0x3f);
663 outbuf[i + 2] = bin_to_ascii((v2 >> (56 - 6 * i)) & 0x3f);
665 outbuf[12] = bin_to_ascii(s);
/dports/net/xisp/xisp-2.7p4/SunOS/ufc-crypt/
H A Dcrypt_util.c176 #define bin_to_ascii(c) ((c)>=38?((c)-38+'a'):(c)>=12?((c)-12+'A'):(c)+'.') macro
659 outbuf[i + 2] = bin_to_ascii((v1 >> (26 - 6 * i)) & 0x3f);
665 outbuf[i + 2] = bin_to_ascii((v2 >> (56 - 6 * i)) & 0x3f);
667 outbuf[12] = bin_to_ascii(s);
/dports/databases/ldb15/ldb-1.5.6/lib/replace/
H A Dcrypt.c192 #define bin_to_ascii(c) ((c)>=38?((c)-38+'a'):(c)>=12?((c)-12+'A'):(c)+'.') macro
635 outbuf[i + 2] = bin_to_ascii((v1 >> (26 - 6 * i)) & 0x3f); in output_conversion()
641 outbuf[i + 2] = bin_to_ascii((v2 >> (56 - 6 * i)) & 0x3f); in output_conversion()
643 outbuf[12] = bin_to_ascii(s); in output_conversion()
/dports/databases/ldb20/ldb-2.0.10/lib/replace/
H A Dcrypt.c192 #define bin_to_ascii(c) ((c)>=38?((c)-38+'a'):(c)>=12?((c)-12+'A'):(c)+'.') macro
635 outbuf[i + 2] = bin_to_ascii((v1 >> (26 - 6 * i)) & 0x3f); in output_conversion()
641 outbuf[i + 2] = bin_to_ascii((v2 >> (56 - 6 * i)) & 0x3f); in output_conversion()
643 outbuf[12] = bin_to_ascii(s); in output_conversion()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/build/tests/
H A Dcrypttest.c216 #define bin_to_ascii(c) ((c)>=38?((c)-38+'a'):(c)>=12?((c)-12+'A'):(c)+'.') macro
659 outbuf[i + 2] = bin_to_ascii((v1 >> (26 - 6 * i)) & 0x3f); in output_conversion()
665 outbuf[i + 2] = bin_to_ascii((v2 >> (56 - 6 * i)) & 0x3f); in output_conversion()
667 outbuf[12] = bin_to_ascii(s); in output_conversion()
/dports/www/libwww/w3c-libwww-5.4.2/Library/src/vms/
H A Dcrypt_util.c185 #define bin_to_ascii(c) ((c)>=38?((c)-38+'a'):(c)>=12?((c)-12+'A'):(c)+'.') macro
705 outbuf[i + 2] = bin_to_ascii((v1 >> shf) & 0x3f);
713 outbuf[i + 2] = bin_to_ascii((v2 >> shf) & 0x3f);
716 outbuf[12] = bin_to_ascii(s);
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Ditem_strfunc.cc1919 #define bin_to_ascii(c) ((c)>=38?((c)-38+'a'):(c)>=12?((c)-12+'A'):(c)+'.') macro
1935 salt[0] = bin_to_ascii( (ulong) timestamp & 0x3f); in val_str()
1936 salt[1] = bin_to_ascii(( (ulong) timestamp >> 5) & 0x3f); in val_str()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Ditem_strfunc.cc2143 #define bin_to_ascii(c) ((c)>=38?((c)-38+'a'):(c)>=12?((c)-12+'A'):(c)+'.') macro
2159 salt[0] = bin_to_ascii( (ulong) timestamp & 0x3f); in val_str()
2160 salt[1] = bin_to_ascii(( (ulong) timestamp >> 5) & 0x3f); in val_str()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Ditem_strfunc.cc2143 #define bin_to_ascii(c) ((c)>=38?((c)-38+'a'):(c)>=12?((c)-12+'A'):(c)+'.') macro
2159 salt[0] = bin_to_ascii( (ulong) timestamp & 0x3f); in val_str()
2160 salt[1] = bin_to_ascii(( (ulong) timestamp >> 5) & 0x3f); in val_str()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Ditem_strfunc.cc2143 #define bin_to_ascii(c) ((c)>=38?((c)-38+'a'):(c)>=12?((c)-12+'A'):(c)+'.') macro
2159 salt[0] = bin_to_ascii( (ulong) timestamp & 0x3f); in val_str()
2160 salt[1] = bin_to_ascii(( (ulong) timestamp >> 5) & 0x3f); in val_str()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Ditem_strfunc.cc2143 #define bin_to_ascii(c) ((c)>=38?((c)-38+'a'):(c)>=12?((c)-12+'A'):(c)+'.') macro
2159 salt[0] = bin_to_ascii( (ulong) timestamp & 0x3f); in val_str()
2160 salt[1] = bin_to_ascii(( (ulong) timestamp >> 5) & 0x3f); in val_str()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Ditem_strfunc.cc2143 #define bin_to_ascii(c) ((c)>=38?((c)-38+'a'):(c)>=12?((c)-12+'A'):(c)+'.') macro
2159 salt[0] = bin_to_ascii( (ulong) timestamp & 0x3f); in val_str()
2160 salt[1] = bin_to_ascii(( (ulong) timestamp >> 5) & 0x3f); in val_str()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Ditem_strfunc.cc2054 #define bin_to_ascii(c) ((c)>=38?((c)-38+'a'):(c)>=12?((c)-12+'A'):(c)+'.') macro
2069 salt[0] = bin_to_ascii( (ulong) timestamp & 0x3f); in val_str()
2070 salt[1] = bin_to_ascii(( (ulong) timestamp >> 5) & 0x3f); in val_str()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Ditem_strfunc.cc2054 #define bin_to_ascii(c) ((c)>=38?((c)-38+'a'):(c)>=12?((c)-12+'A'):(c)+'.') macro
2069 salt[0] = bin_to_ascii( (ulong) timestamp & 0x3f); in val_str()
2070 salt[1] = bin_to_ascii(( (ulong) timestamp >> 5) & 0x3f); in val_str()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Ditem_strfunc.cc2054 #define bin_to_ascii(c) ((c)>=38?((c)-38+'a'):(c)>=12?((c)-12+'A'):(c)+'.') macro
2069 salt[0] = bin_to_ascii( (ulong) timestamp & 0x3f); in val_str()
2070 salt[1] = bin_to_ascii(( (ulong) timestamp >> 5) & 0x3f); in val_str()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Ditem_strfunc.cc2054 #define bin_to_ascii(c) ((c)>=38?((c)-38+'a'):(c)>=12?((c)-12+'A'):(c)+'.') macro
2069 salt[0] = bin_to_ascii( (ulong) timestamp & 0x3f); in val_str()
2070 salt[1] = bin_to_ascii(( (ulong) timestamp >> 5) & 0x3f); in val_str()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Ditem_strfunc.cc2054 #define bin_to_ascii(c) ((c)>=38?((c)-38+'a'):(c)>=12?((c)-12+'A'):(c)+'.') macro
2069 salt[0] = bin_to_ascii( (ulong) timestamp & 0x3f); in val_str()
2070 salt[1] = bin_to_ascii(( (ulong) timestamp >> 5) & 0x3f); in val_str()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Ditem_strfunc.cc2054 #define bin_to_ascii(c) ((c)>=38?((c)-38+'a'):(c)>=12?((c)-12+'A'):(c)+'.') macro
2069 salt[0] = bin_to_ascii( (ulong) timestamp & 0x3f); in val_str()
2070 salt[1] = bin_to_ascii(( (ulong) timestamp >> 5) & 0x3f); in val_str()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Ditem_strfunc.cc2253 #define bin_to_ascii(c) ((c)>=38?((c)-38+'a'):(c)>=12?((c)-12+'A'):(c)+'.') macro
2270 salt[0] = bin_to_ascii( (ulong) timestamp & 0x3f); in val_str()
2271 salt[1] = bin_to_ascii(( (ulong) timestamp >> 5) & 0x3f); in val_str()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Ditem_strfunc.cc2271 #define bin_to_ascii(c) ((c)>=38?((c)-38+'a'):(c)>=12?((c)-12+'A'):(c)+'.') macro
2288 salt[0] = bin_to_ascii( (ulong) timestamp & 0x3f); in val_str()
2289 salt[1] = bin_to_ascii(( (ulong) timestamp >> 5) & 0x3f); in val_str()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Ditem_strfunc.cc2271 #define bin_to_ascii(c) ((c)>=38?((c)-38+'a'):(c)>=12?((c)-12+'A'):(c)+'.') macro
2288 salt[0] = bin_to_ascii( (ulong) timestamp & 0x3f); in val_str()
2289 salt[1] = bin_to_ascii(( (ulong) timestamp >> 5) & 0x3f); in val_str()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Ditem_strfunc.cc2272 #define bin_to_ascii(c) ((c)>=38?((c)-38+'a'):(c)>=12?((c)-12+'A'):(c)+'.')
2289 salt[0] = bin_to_ascii( (ulong) timestamp & 0x3f);
2290 salt[1] = bin_to_ascii(( (ulong) timestamp >> 5) & 0x3f);

12