Home
last modified time | relevance | path

Searched refs:itoa16 (Results 1 – 25 of 39) sorted by relevance

12

/dports/security/john/john-1.9.0-jumbo-1/src/
H A DrawSHA256_common_plug.c118 *o++ = itoa16[b >> 4]; in sha256_common_prepare()
119 *o++ = itoa16[b & 0x0f]; in sha256_common_prepare()
125 *o++ = itoa16[b >> 4]; in sha256_common_prepare()
126 *o++ = itoa16[b & 0x0f]; in sha256_common_prepare()
135 *o++ = itoa16[b >> 4]; in sha256_common_prepare()
136 *o++ = itoa16[b & 0x0f]; in sha256_common_prepare()
H A Dcommon.c22 const char itoa16[16] = HEXCHARS_lc; variable
40 for (pos = itoa16; pos <= &itoa16[15]; pos++) in common_init()
41 atoi16[ARCH_INDEX(*pos)] = pos - itoa16; in common_init()
H A Dpalshop_fmt_plug.c159 *cp++ = itoa16[buffer[5]&0xF]; in crypt_all()
161 cp[0] = itoa16[buffer[i]>>4]; in crypt_all()
162 cp[1] = itoa16[buffer[i]&0xF]; in crypt_all()
165 cp[-1] = itoa16[buffer[0]>>4]; in crypt_all()
H A Drar2john.c343 printf("%c%c", itoa16[ARCH_INDEX(buf[i] >> 4)], in process_file()
344 itoa16[ARCH_INDEX(buf[i] & 0x0f)]); in process_file()
349 printf("%c%c", itoa16[ARCH_INDEX(buf[i] >> 4)], in process_file()
350 itoa16[ARCH_INDEX(buf[i] & 0x0f)]); in process_file()
590 …best_len += sprintf(&best[best_len], "%c%c", itoa16[ARCH_INDEX(salt[i] >> 4)], itoa16[ARCH_INDEX(s… in process_file()
598 …best_len += sprintf(&best[best_len], "%c%c", itoa16[ARCH_INDEX(file_crc[i] >> 4)], itoa16[ARCH_IND… in process_file()
638 *p++ = itoa16[s >> 4]; in process_file()
639 *p++ = itoa16[s & 0xf]; in process_file()
H A Draw2dyna.c28 char itoa16[16] = "0123456789abcdef"; variable
145 *cpo++ = itoa16[(((unsigned char)*s)>>4)&0xF];
146 *cpo++ = itoa16[((unsigned char)*s)&0xF];
H A Dzip2john.c277 itoa16[ARCH_INDEX(salt[i] >> 4)], in process_file()
278 itoa16[ARCH_INDEX(salt[i] & 0x0f)]); in process_file()
288 itoa16[ARCH_INDEX(d >> 4)], in process_file()
289 itoa16[ARCH_INDEX(d & 0x0f)]); in process_file()
302 itoa16[ARCH_INDEX(d >> 4)], in process_file()
303 itoa16[ARCH_INDEX(d & 0x0f)]); in process_file()
311 itoa16[ARCH_INDEX(d >> 4)], in process_file()
312 itoa16[ARCH_INDEX(d & 0x0f)]); in process_file()
H A Dwpapmk_fmt_plug.c109 itoa16[ARCH_INDEX(((unsigned char*)outbuffer[index].v)[i] >> 4)]; in get_key()
111 itoa16[ARCH_INDEX(((unsigned char*)outbuffer[index].v)[i] & 0xf)]; in get_key()
H A Dclipperz_srp_fmt_plug.c355 out[0] = itoa16[str[i]>>4]; in hex_encode()
356 out[1] = itoa16[str[i]&0xF]; in hex_encode()
396 *p++ = itoa16[Tmp[i]>>4]; in crypt_all()
397 *p++ = itoa16[Tmp[i]&0xF]; in crypt_all()
H A Dpostgres_fmt_plug.c201 out[0] = itoa16[str[i]>>4]; in hex_encode()
202 out[1] = itoa16[str[i]&0xF]; in hex_encode()
H A Dwbb3_fmt_plug.c84 out[0] = itoa16[str[i]>>4]; in hex_encode()
85 out[1] = itoa16[str[i]&0xF]; in hex_encode()
H A Dnukedclan_fmt_plug.c83 out[0] = itoa16[str[i]>>4]; in hex_encode()
84 out[1] = itoa16[str[i]&0xF]; in hex_encode()
H A Dopencl_lm_plug.c268 *p++ = itoa16[l]; in opencl_lm_get_source()
269 *p++ = itoa16[h]; in opencl_lm_get_source()
H A Dmongodb_fmt_plug.c204 out[0] = itoa16[str[i]>>4]; in hex_encode()
205 out[1] = itoa16[str[i]&0xF]; in hex_encode()
H A Dbitshares_fmt_plug.c173 out[0] = itoa16[str[i]>>4]; in hex_encode()
174 out[1] = itoa16[str[i]&0xF]; in hex_encode()
H A Dmongodb_scram_fmt_plug.c178 out[0] = itoa16[str[i]>>4]; in hex_encode()
179 out[1] = itoa16[str[i]&0xF]; in hex_encode()
H A DrawMD5flat_fmt_plug.c278 *cpo++ = itoa16[(*cpi)>>4]; in source()
279 *cpo++ = itoa16[*cpi&0xF]; in source()
H A Dcommon.h97 extern const char itoa16[16];
H A Dopencl_wpapmk_fmt_plug.c185 itoa16[ARCH_INDEX(((unsigned char*)inbuffer)[GETPOS(i, index)] >> 4)]; in get_key()
187 itoa16[ARCH_INDEX(((unsigned char*)inbuffer)[GETPOS(i, index)] & 0x0f)]; in get_key()
H A Dwow_srp_fmt_plug.c447 *p++ = itoa16[Tmp[i]>>4]; in crypt_all()
448 *p++ = itoa16[Tmp[i]&0xF]; in crypt_all()
H A DIPB2_fmt_plug.c254 ((char*)hex_salt)[i*2] = itoa16[ARCH_INDEX(salt_hash[i] >> 4)]; in get_salt()
255 ((char*)hex_salt)[i*2+1] = itoa16[ARCH_INDEX(salt_hash[i] & 0x0f)]; in get_salt()
H A DDES_bs.c346 *p++ = itoa16[l]; in DES_bs_get_source_LM()
347 *p++ = itoa16[h]; in DES_bs_get_source_LM()
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/dissectors/
H A Dec_postgresql.c69 static char itoa16[16] = "0123456789abcdef"; variable
75 out[0] = itoa16[str[i]>>4]; in hex_encode()
76 out[1] = itoa16[str[i]&0xF]; in hex_encode()
H A Dec_mysql.c56 static char itoa16[16] = "0123456789abcdef"; variable
62 out[0] = itoa16[str[i]>>4]; in hex_encode()
63 out[1] = itoa16[str[i]&0xF]; in hex_encode()
H A Dec_vnc.c53 static char itoa16[16] = "0123456789abcdef"; variable
59 out[0] = itoa16[str[i]>>4]; in hex_encode()
60 out[1] = itoa16[str[i]&0xF]; in hex_encode()
/dports/net-mgmt/aircrack-ng/aircrack-ng-1.5.2/src/aircrack-crypto/
H A Djcommon.h112 extern const char itoa16[16];

12