Searched defs:Base64Decode (Results 1 – 3 of 3) sorted by relevance
105 static int32_t Base64Decode(const uint8_t *from, uint8_t *to, uint32_t toCheckLen) in Base64Decode() function
38 static int32_t Base64Decode(string& encodedStr, unsigned char *decodedStr, uint32_t *decodedLen) in Base64Decode() function
434 std::vector<uint8_t> UsbAccessoryManager::Base64Decode(const std::string& basicString) in Base64Decode() function in OHOS::USB::UsbAccessoryManager