Searched refs:highbits (Results 1 – 1 of 1) sorted by relevance
822 char lowbits, highbits; in mbedtls_x509_dn_gets() local882 highbits = c >> 4; in mbedtls_x509_dn_gets()883 s[j++] = nibble_to_hex_digit(highbits); in mbedtls_x509_dn_gets()892 highbits = c >> 4; in mbedtls_x509_dn_gets()893 s[j++] = nibble_to_hex_digit(highbits); in mbedtls_x509_dn_gets()922 highbits = c >> 4; in mbedtls_x509_dn_gets()923 s[j++] = nibble_to_hex_digit(highbits); in mbedtls_x509_dn_gets()