Home
last modified time | relevance | path

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

/external/libsrtp2/test/
Dutil.c108 uint8_t nibble_to_hex_char(uint8_t nibble) in nibble_to_hex_char() function
160 bit_string[i] = nibble_to_hex_char(*str >> 4); in octet_string_hex_string()
161 bit_string[i + 1] = nibble_to_hex_char(*str++ & 0xF); in octet_string_hex_string()