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