Searched refs:b64_byte_to_urlsafe_char (Results 1 – 1 of 1) sorted by relevance
138 b64_byte_to_urlsafe_char(unsigned int x) in b64_byte_to_urlsafe_char() function211 b64[b64_pos++] = (char) b64_byte_to_urlsafe_char((acc >> acc_len) & 0x3F); in sodium_bin2base64()215 b64[b64_pos++] = (char) b64_byte_to_urlsafe_char((acc << (6 - acc_len)) & 0x3F); in sodium_bin2base64()