Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientInterface.c60 static uint32_t b2hs(uint8_t *b, uint8_t *hs, uint32_t blen, uint32_t hslen) in b2hs() argument
64 if (blen * 2 + 1 > hslen) in b2hs()