Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientInterface.c52 static uint8_t b2hs_add_base(uint8_t in) in b2hs_add_base() function
68 hs[i * 2 + 1] = b2hs_add_base(b[i] & 0xf); in b2hs()
69 hs[i * 2] = b2hs_add_base(b[i] >> 4); in b2hs()