Searched refs:itoa64 (Results 1 – 2 of 2) sorted by relevance
30 static const char *const itoa64 = variable42 *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()
155 static u_char itoa64[] = in ngx_crypt_to64() local159 *p++ = itoa64[v & 0x3f]; in ngx_crypt_to64()