Home
last modified time | relevance | path

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

/freebsd/libexec/nuageinit/
H A Dnuage.lua58 local function encode_base64(input) function
/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