Home
last modified time | relevance | path

Searched defs:encode_base64 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/wireguard-tools/
H A Dencoding.c11 static inline void encode_base64(char dest[static 4], const uint8_t src[static 3]) in encode_base64() function
/freebsd/secure/lib/libcrypt/
H A Dcrypt-blowfish.c265 encode_base64(u_int8_t *buffer, u_int8_t *data, u_int16_t len) in encode_base64() function