Home
last modified time | relevance | path

Searched defs:toCheckLen (Results 1 – 1 of 1) sorted by relevance

/base/security/device_security_level/baselib/utils/src/
Dutils_base64.c57 static int32_t Base64Encode(const uint8_t *from, uint32_t fromLen, uint8_t *to, uint32_t toCheckLen) in Base64Encode()
105 static int32_t Base64Decode(const uint8_t *from, uint8_t *to, uint32_t toCheckLen) in Base64Decode()