Searched refs:nibble_to_hex_digit (Results 1 – 1 of 1) sorted by relevance
803 static char nibble_to_hex_digit(int i) in nibble_to_hex_digit() function883 s[j++] = nibble_to_hex_digit(highbits); in mbedtls_x509_dn_gets()884 s[j++] = nibble_to_hex_digit(lowbits); in mbedtls_x509_dn_gets()893 s[j++] = nibble_to_hex_digit(highbits); in mbedtls_x509_dn_gets()894 s[j++] = nibble_to_hex_digit(lowbits); in mbedtls_x509_dn_gets()923 s[j++] = nibble_to_hex_digit(highbits); in mbedtls_x509_dn_gets()924 s[j] = nibble_to_hex_digit(lowbits); in mbedtls_x509_dn_gets()