Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dhex.h22 static inline char *hex_byte_pack_upper(char *buf, u8 byte) in hex_byte_pack_upper() function
/linux/kernel/
H A Daudit.c2104 ptr = hex_byte_pack_upper(ptr, buf[i]); in audit_log_n_hex()