Zephyr API 3.6.99
|
Go to the source code of this file.
Functions | |
int | base64_encode (uint8_t *dst, size_t dlen, size_t *olen, const uint8_t *src, size_t slen) |
Encode a buffer into base64 format. | |
int | base64_decode (uint8_t *dst, size_t dlen, size_t *olen, const uint8_t *src, size_t slen) |
Decode a base64-formatted buffer. | |