Home
last modified time | relevance | path

Searched refs:hex_pos (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/libsodium/src/libsodium/sodium/
H A Dcodecs.c47 size_t hex_pos = (size_t) 0U; in sodium_hex2bin() local
56 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()
/freebsd/contrib/ldns/
H A Drr.c161 size_t hex_pos = 0; in ldns_rr_new_frm_str_internal() local
479 hex_pos = 0; in ldns_rr_new_frm_str_internal()
490 hex_data_size + 2, &hex_pos); in ldns_rr_new_frm_str_internal()