Home
last modified time | relevance | path

Searched refs:itoa64 (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
H A Dcrypto_scrypt-common.c30 static const char *const itoa64 = variable
42 *dst++ = itoa64[src & 0x3f]; in encode64_uint32()
76 const char *ptr = strchr(itoa64, src); in decode64_one()
79 *dst = (uint32_t)(ptr - itoa64); in decode64_one()
219 *dst++ = itoa64[N_log2]; in escrypt_gensalt_r()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_crypt.c155 static u_char itoa64[] = in ngx_crypt_to64() local
159 *p++ = itoa64[v & 0x3f]; in ngx_crypt_to64()