Searched defs:base64Str (Results 1 – 2 of 2) sorted by relevance
152 int32_t Base64StringToByte(const char *base64Str, uint8_t *byte, uint32_t *byteLen) in Base64StringToByte()193 int32_t ByteToBase64String(const uint8_t *byte, uint32_t byteLen, char *base64Str, uint32_t strLen) in ByteToBase64String()
229 uint8_t *base64Str = (uint8_t *)malloc(alignLen + 1); in Base64UrlDecodeApp() local