Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dx509.c822 char lowbits, highbits; in mbedtls_x509_dn_gets() local
882 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()