Searched defs:targsize (Results 1 – 7 of 7) sorted by relevance
| /freebsd/crypto/openssh/openbsd-compat/ |
| H A D | base64.c | 133 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/lib/libc/net/ |
| H A D | base64.c | 126 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/unbound/sldns/ |
| H A D | parseutil.c | 666 char *target, size_t targsize, int base64url, int padding) in sldns_b64_ntop_base() 729 size_t targsize) in sldns_b64_ntop() 736 size_t targsize) in sldns_b64url_ntop() 749 size_t targsize, int base64url) in sldns_b64_pton_base() 823 int sldns_b64_pton(char const *src, uint8_t *target, size_t targsize) in sldns_b64_pton() 829 size_t targsize) in sldns_b64url_pton()
|
| /freebsd/contrib/ldns/compat/ |
| H A D | b64_ntop.c | 115 ldns_b64_ntop(uint8_t const *src, size_t srclength, char *target, size_t targsize) { in ldns_b64_ntop()
|
| H A D | b64_pton.c | 121 ldns_b64_pton(char const *origsrc, uint8_t *target, size_t targsize) in ldns_b64_pton()
|
| /freebsd/contrib/ldns/ |
| H A D | util.c | 491 int ldns_b64_pton(const char* src, uint8_t *target, size_t targsize) in ldns_b64_pton()
|
| /freebsd/contrib/unbound/util/ |
| H A D | net_help.c | 2009 hex_ntop(uint8_t const *src, size_t srclength, char *target, size_t targsize) in hex_ntop() 2030 hex_pton(const char* src, uint8_t* target, size_t targsize) in hex_pton()
|