Home
last modified time | relevance | path

Searched defs:b64_decode (Results 1 – 25 of 44) sorted by relevance

12

/dports/graphics/aseprite/aseprite-1.2.9/laf/third_party/stringencoders/src/
H A Dmodp_b64.h195 inline std::string b64_decode(const char* src, size_t len) in b64_decode() function
207 inline std::string b64_decode(const char* src) in b64_decode() function
221 inline std::string& b64_decode(std::string& s) in b64_decode() function
228 inline std::string b64_decode(const std::string& s) in b64_decode() function
/dports/devel/stringencoders/stringencoders-v3.10.3/src/
H A Dmodp_b64.h191 inline std::string b64_decode(const char* src, size_t len) in b64_decode() function
204 inline std::string b64_decode(const char* src) in b64_decode() function
218 inline std::string& b64_decode(std::string& s) in b64_decode() function
225 inline std::string b64_decode(const std::string& s) in b64_decode() function
/dports/ftp/yafc/yafc-1.3.7/lib/
H A Dbase64.c28 int b64_decode(const char* str, void* data) in b64_decode() function
51 int b64_decode(const char* str, void* data) in b64_decode() function
101 int b64_decode(const char* str, void* data) in b64_decode() function
/dports/security/py-angr/angr-9.0.5405/angr/procedures/stubs/
H A Db64_decode.py3 class b64_decode(angr.SimProcedure): class
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/jsonwebtoken-7.2.0/src/
H A Dserialization.rs12 pub(crate) fn b64_decode(input: &str) -> Result<Vec<u8>> { in b64_decode() function
/dports/devel/libmaa/libmaa-1.4.7/maa/
H A Dbase64.c119 unsigned long b64_decode(const char *val) in b64_decode() function
/dports/www/jwt-cli/jwt-cli-5.0.0/cargo-crates/jsonwebtoken-7.2.0/src/
H A Dserialization.rs12 pub(crate) fn b64_decode(input: &str) -> Result<Vec<u8>> { in b64_decode() function
/dports/devel/sccache/sccache-0.2.15/cargo-crates/jsonwebtoken-7.2.0/src/
H A Dserialization.rs12 pub(crate) fn b64_decode(input: &str) -> Result<Vec<u8>> { in b64_decode() function
/dports/devel/love08/love-0.8.0/src/common/
H A Db64.cpp34 char * b64_decode(const char * src, int slen, int & size) in b64_decode() function
/dports/devel/love07/love-HEAD/src/common/
H A Db64.cpp34 char * b64_decode(const char * src, int slen, int & size) in b64_decode() function
/dports/devel/love10/love-0.10.2/src/common/
H A Db64.cpp35 char *b64_decode(const char *src, int slen, int &size) in b64_decode() function
/dports/security/botan110/Botan-1.10.17/doc/examples/
H A Ddsa_ver.cpp15 SecureVector<byte> b64_decode(const std::string& in) in b64_decode() function
H A Ddecrypt.cpp168 SecureVector<byte> b64_decode(const std::string& in) in b64_decode() function
H A Drsa_dec.cpp116 SecureVector<byte> b64_decode(const std::string& in) in b64_decode() function
/dports/mail/libesmtp/libesmtp-1.0.6/
H A Dbase64.c59 b64_decode (void *dst, int dstlen, const char *src, int srclen) in b64_decode() function
/dports/devel/libubox/libubox-c83a84af/
H A Dbase64.c199 int b64_decode(const void *_src, void *dest, size_t targsize) in b64_decode() function
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/password-hash-0.2.3/src/
H A Dsalt.rs117 pub fn b64_decode<'b>(&self, buf: &'b mut [u8]) -> Result<&'b [u8]> { in b64_decode() method
213 pub fn b64_decode<'a>(&self, buf: &'a mut [u8]) -> Result<&'a [u8]> { in b64_decode() method
/dports/security/acmed/acmed-0.18.0/acme_common/src/
H A Dlib.rs45 pub fn b64_decode<T: ?Sized + AsRef<[u8]>>(input: &T) -> Result<Vec<u8>, error::Error> { in b64_decode() function
/dports/devel/love/love-11.3/src/common/
H A Db64.cpp121 char *b64_decode(const char *src, size_t srclen, size_t &size) in b64_decode() function
/dports/devel/string_theory/string_theory-3.4/include/
H A Dst_codecs_priv.h146 inline ST_ssize_t b64_decode(const ST::string &base64, void *output, in b64_decode() function
/dports/multimedia/mencoder/mplayer-export-2021-12-29/stream/realrtsp/
H A Dsdpplin.c43 static char *b64_decode(const char *in, char *out, int *size) in b64_decode() function
/dports/multimedia/mplayer/mplayer-export-2021-12-29/stream/realrtsp/
H A Dsdpplin.c43 static char *b64_decode(const char *in, char *out, int *size) in b64_decode() function
/dports/devel/clixon/clixon-4.8.0/example/main/
H A Dexample_restconf.c81 b64_decode(const char *src, in b64_decode() function
/dports/net-im/jabberd/jabberd-2.7.0/util/
H A Dbase64.c275 char *b64_decode(char *buf) { in b64_decode() function
/dports/textproc/stardict3/stardict-3.0.6/tools/src/
H A Ddictd2dic.cpp84 unsigned long b64_decode( const char *val ) in b64_decode() function

12