Home
last modified time | relevance | path

Searched refs:decode_base64 (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/wireguard-tools/
H A Dencoding.c35 static inline int decode_base64(const char src[static 4]) in decode_base64() function
60 val = decode_base64(&base64[i * 4]); in key_from_base64()
66 …val = decode_base64((const char[]){ base64[i * 4 + 0], base64[i * 4 + 1], base64[i * 4 + 2], 'A' }… in key_from_base64()
/freebsd/secure/lib/libcrypt/
H A Dcrypt-blowfish.c74 static void decode_base64(u_int8_t *, u_int16_t, const u_int8_t *);
97 decode_base64(u_int8_t *buffer, u_int16_t len, const u_int8_t *data) in decode_base64() function
201 decode_base64(csalt, BCRYPT_MAXSALT, (const u_int8_t *) salt); in crypt_blowfish()
/freebsd/crypto/openssl/test/
H A Dcms-examples.pl79 $data = decode_base64($data);
/freebsd/libexec/nuageinit/
H A Dnuage.lua22 local function decode_base64(input) function
649 content = decode_base64(file.content)
/freebsd/crypto/openssl/test/recipes/
H A D90-test_store.t513 my $der = decode_base64($b64);