Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/adbg/src/
H A Dsecurity_utils_hex.c152 size_t BytePrefixLength = 0; in SecUtil_BufferToHex() local
168 BytePrefixLength = strlen(BytePrefix_p); in SecUtil_BufferToHex()
198 CopyLength = MIN(BytePrefixLength, in SecUtil_BufferToHex()
204 UsedDestLength += BytePrefixLength; in SecUtil_BufferToHex()