Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/
H A Dhciattach.c595 static const char hexdigits[] = "0123456789abcdef"; in util_hexdump() local
603 str[((i % 16) * 3)] = hexdigits[buf[i] >> 4]; in util_hexdump()
604 str[((i % 16) * 3) + 1] = hexdigits[buf[i] & 0xf]; in util_hexdump()
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_misc.c394 static const char hexdigits[] = "0123456789abcdef"; in util_hexdump() local
402 str[((i % 16) * 3)] = hexdigits[buf[i] >> 4]; in util_hexdump()
403 str[((i % 16) * 3) + 1] = hexdigits[buf[i] & 0xf]; in util_hexdump()
/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Dasymmetric-keys.rst60 1) If the criterion string is of the form "id:<hexdigits>" then the match
70 2) If the criterion string is of the form "<subtype>:<hexdigits>" then the
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/
H A Dhciattach_rtk.c465 static const char hexdigits[] = "0123456789abcdef"; in util_hexdump() local
473 str[((i % 16) * 3)] = hexdigits[buf[i] >> 4]; in util_hexdump()
474 str[((i % 16) * 3) + 1] = hexdigits[buf[i] & 0xf]; in util_hexdump()