Searched defs:fromLen (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()112 uint32_t fromLen = strlen((char *)from); in Base64Decode() local161 uint8_t *Base64EncodeApp(const uint8_t *from, uint32_t fromLen) in Base64EncodeApp()