Searched refs:itoa64 (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/lib/libcrypt/
H A Dmisc.c39 static char itoa64[] = /* 0 ... 63 => ascii - 64 */ variable
46 *s++ = itoa64[v&0x3f];
59 **cp = itoa64[w&0x3f];
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
H A Dcrypto_scrypt-common.c30 static const char *const itoa64 = variable
42 *dst++ = itoa64[src & 0x3f];
76 const char *ptr = strchr(itoa64, src);
79 *dst = (uint32_t)(ptr - itoa64);
219 *dst++ = itoa64[N_log2];
/freebsd-13-stable/crypto/openssh/
H A Dmd5crypt.c21 static unsigned char itoa64[] = variable
37 *s++ = itoa64[v&0x3f];
/freebsd-13-stable/lib/libpam/modules/pam_unix/
H A Dpam_unix.c458 static unsigned char itoa64[] = /* 0 ... 63 => ascii - 64 */ variable
465 *s++ = itoa64[v&0x3f];
/freebsd-13-stable/contrib/apr-util/crypto/
H A Dapr_md5.c495 static unsigned char itoa64[] = /* 0 ... 63 => ASCII - 64 */ local
499 *s++ = itoa64[v&0x3f];

Completed in 169 milliseconds