Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dx509.c822 char lowbits, highbits; in mbedtls_x509_dn_gets() local
881 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()