Home
last modified time | relevance | path

Searched defs:hexlen (Results 1 – 3 of 3) sorted by relevance

/linux/crypto/asymmetric_keys/
H A Drestrict.c31 size_t hexlen = (strlen(str) - 3) / 2; in ca_keys_setup() local
/linux/drivers/net/can/
H A Dcan327.c395 int hexlen; in can327_parse_frame() local
/linux/tools/perf/util/
H A Ddemangle-rust-v0.c525 int hexlen = snprintf(escaped_buf, ESCAPED_SIZE, "\\u{%x}", (unsigned int)ch); in char_to_string() local