Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Djson_enc.c629 static ossl_inline int hex_digit(int v) in hex_digit() function
698 obuf[2 + i] = hex_digit((u_str[0] >> ((3 - i) * 4)) & 0x0F); in json_write_qstring_inner()
760 json_write_char(json, hex_digit(c >> 4)); in ossl_json_str_hex()
761 json_write_char(json, hex_digit(c & 0x0F)); in ossl_json_str_hex()

Completed in 6 milliseconds