Searched refs:lowbits (Results 1 – 1 of 1) sorted by relevance
822 char lowbits, highbits; in mbedtls_x509_dn_gets() local881 lowbits = (c & 0x0F); in mbedtls_x509_dn_gets()884 s[j++] = nibble_to_hex_digit(lowbits); in mbedtls_x509_dn_gets()891 lowbits = (c & 0x0F); in mbedtls_x509_dn_gets()894 s[j++] = nibble_to_hex_digit(lowbits); in mbedtls_x509_dn_gets()921 lowbits = (c & 0x0F); in mbedtls_x509_dn_gets()924 s[j] = nibble_to_hex_digit(lowbits); in mbedtls_x509_dn_gets()