Searched refs:toCheckLen (Results 1 – 1 of 1) sorted by relevance
57 static int32_t Base64Encode(const uint8_t *from, uint32_t fromLen, uint8_t *to, uint32_t toCheckLen) in Base64Encode() argument72 if (toCheckLen < toLen) { in Base64Encode()105 static int32_t Base64Decode(const uint8_t *from, uint8_t *to, uint32_t toCheckLen) in Base64Decode() argument126 if (toCheckLen < toLen) { in Base64Decode()