Searched refs:hex_maxlen (Results 1 – 2 of 2) sorted by relevance
14 sodium_bin2hex(char *const hex, const size_t hex_maxlen, in sodium_bin2hex() argument22 if (bin_len >= SIZE_MAX / 2 || hex_maxlen <= bin_len * 2U) { in sodium_bin2hex()
58 char *sodium_bin2hex(char * const hex, const size_t hex_maxlen,