Searched defs:base64Str (Results 1 – 5 of 5) sorted by relevance
122 std::unique_ptr<unsigned char[]> base64Str = std::make_unique<unsigned char[]>(base64Len); in CalcBase64() local
229 uint8_t *base64Str = (uint8_t *)MALLOC(alignLen + 1); in Base64UrlDecodeApp() local
144 const char *base64Str = GetStringFromJson(receviedMsg, FIELD_ENC_DATA); in GetRecvEncData() local343 char *base64Str = (char *)HcMalloc(base64StrLen, 0); in BuildEncData() local
233 std::unique_ptr<unsigned char[]> base64Str = std::make_unique<unsigned char[]>(base64Len); in CalcBase64() local
570 int32_t MbedtlsBase64Encode(const uint8_t *byte, uint32_t byteLen, char *base64Str, uint32_t strLen… in MbedtlsBase64Encode()596 int32_t MbedtlsBase64Decode(const char *base64Str, uint32_t strLen, uint8_t *byte, uint32_t byteLen… in MbedtlsBase64Decode()