Searched refs:MbedtlsBase64Encode (Results 1 – 3 of 3) sorted by relevance
33 int32_t MbedtlsBase64Encode(const uint8_t *byte, uint32_t byteLen, char *base64Str, uint32_t strLen…
568 int32_t MbedtlsBase64Encode(const uint8_t *byte, uint32_t byteLen, char *base64Str, uint32_t strLen… in MbedtlsBase64Encode() function
2272 .base64Encode = MbedtlsBase64Encode,