Home
last modified time | relevance | path

Searched defs:targsize (Results 1 – 6 of 6) sorted by last modified time

/freebsd/lib/libc/net/
H A Dbase64.c126 b64_ntop(u_char const *src, size_t srclength, char *target, size_t targsize) { in b64_ntop()
192 b64_pton(const char *src, u_char *target, size_t targsize) in b64_pton()
/freebsd/contrib/ldns/
H A Dutil.c491 int ldns_b64_pton(const char* src, uint8_t *target, size_t targsize) in ldns_b64_pton()
/freebsd/contrib/unbound/sldns/
H A Dparseutil.c657 char *target, size_t targsize, int base64url, int padding) in sldns_b64_ntop_base()
720 size_t targsize) in sldns_b64_ntop()
727 size_t targsize) in sldns_b64url_ntop()
740 size_t targsize, int base64url) in sldns_b64_pton_base()
814 int sldns_b64_pton(char const *src, uint8_t *target, size_t targsize) in sldns_b64_pton()
820 size_t targsize) in sldns_b64url_pton()
/freebsd/crypto/openssh/openbsd-compat/
H A Dbase64.c133 b64_ntop(u_char const *src, size_t srclength, char *target, size_t targsize) in b64_ntop()
196 b64_pton(char const *src, u_char *target, size_t targsize) in b64_pton()
/freebsd/contrib/ldns/compat/
H A Db64_ntop.c115 ldns_b64_ntop(uint8_t const *src, size_t srclength, char *target, size_t targsize) { in ldns_b64_ntop()
H A Db64_pton.c121 ldns_b64_pton(char const *origsrc, uint8_t *target, size_t targsize) in ldns_b64_pton()