Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
base64.h File Reference
#include <stddef.h>
#include <zephyr/types.h>

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.