Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-crypt.c3509 static char hex2asc(unsigned char c) in hex2asc() function
3534 DMEMIT("%c%c", hex2asc(cc->key[i] >> 4), in crypt_status()
3535 hex2asc(cc->key[i] & 0xf)); in crypt_status()