Searched refs:hex_pos (Results 1 – 1 of 1) sorted by relevance
47 size_t hex_pos = (size_t) 0U; in sodium_hex2bin() local56 while (hex_pos < hex_len) { in sodium_hex2bin()57 c = (unsigned char) hex[hex_pos]; in sodium_hex2bin()64 hex_pos++; in sodium_hex2bin()81 hex_pos++; in sodium_hex2bin()84 hex_pos--; in sodium_hex2bin()92 *hex_end = &hex[hex_pos]; in sodium_hex2bin()93 } else if (hex_pos != hex_len) { in sodium_hex2bin()