Searched defs:targsize (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/libraries/liblutil/ |
H A D | base64.c | 127 size_t targsize) in lutil_b64_ntop() 197 size_t targsize) in lutil_b64_pton()
|
/netbsd-src/external/bsd/tmux/dist/compat/ |
H A D | base64.c | 126 b64_ntop(src, srclength, target, targsize) in b64_ntop() argument 190 b64_pton(src, target, targsize) in b64_pton() argument
|
/netbsd-src/external/bsd/libbind/dist/isc/ |
H A D | base64.c | 137 b64_ntop(u_char const *src, size_t srclength, char *target, size_t targsize) { in b64_ntop() 203 b64_pton(src, target, targsize) in b64_pton() argument
|
/netbsd-src/lib/libc/net/ |
H A D | base64.c | 143 b64_ntop(u_char const *src, size_t srclength, char *target, size_t targsize) { in b64_ntop() 217 b64_pton(char const *src, u_char *target, size_t targsize) in b64_pton()
|
/netbsd-src/external/bsd/unbound/dist/sldns/ |
H A D | parseutil.c | 657 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()
|
/netbsd-src/external/bsd/nsd/dist/compat/ |
H A D | b64_pton.c | 171 b64_pton_do(unsigned char const *src, uint8_t *target, size_t targsize) in b64_pton_do() 381 b64_pton(char const *src, uint8_t *target, size_t targsize) in b64_pton()
|
H A D | b64_ntop.c | 126 b64_ntop(uint8_t const *src, size_t srclength, char *target, size_t targsize) { in b64_ntop()
|
/netbsd-src/external/bsd/nsd/dist/ |
H A D | util.c | 611 hex_ntop(uint8_t const *src, size_t srclength, char *target, size_t targsize) in hex_ntop() 632 hex_pton(const char* src, uint8_t* target, size_t targsize) in hex_pton() 650 b32_ntop(uint8_t const *src, size_t srclength, char *target, size_t targsize) in b32_ntop()
|
/netbsd-src/common/lib/libprop/ |
H A D | prop_data.c | 460 uint8_t *target, size_t targsize, size_t *sizep, in _prop_data_internalize_decode()
|
H A D | prop_object.c | 504 char *target, size_t targsize, size_t *sizep, in _prop_object_internalize_decode_string()
|
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/totp/ |
H A D | slapd-totp.c | 141 size_t targsize) in totp_b32_ntop() 210 size_t targsize) in totp_b32_pton()
|