| /trueos/lib/libc/net/ |
| HD | base64.c | 130 b64_ntop(u_char const *src, size_t srclength, char *target, size_t targsize) { in b64_ntop() argument 151 if (datalength + 4 > targsize) in b64_ntop() 173 if (datalength + 4 > targsize) in b64_ntop() 183 if (datalength >= targsize) in b64_ntop() 196 b64_pton(const char *src, u_char *target, size_t targsize) in b64_pton() argument 219 if ((size_t)tarindex >= targsize) in b64_pton() 227 if ((size_t)tarindex >= targsize) in b64_pton() 231 if ((size_t)tarindex + 1 < targsize) in b64_pton() 241 if ((size_t)tarindex >= targsize) in b64_pton() 245 if ((size_t)tarindex + 1 < targsize) in b64_pton() [all …]
|
| /trueos/crypto/openssh/openbsd-compat/ |
| HD | base64.c | 134 b64_ntop(u_char const *src, size_t srclength, char *target, size_t targsize) in b64_ntop() argument 152 if (datalength + 4 > targsize) in b64_ntop() 171 if (datalength + 4 > targsize) in b64_ntop() 181 if (datalength >= targsize) in b64_ntop() 197 b64_pton(char const *src, u_char *target, size_t targsize) in b64_pton() argument 220 if (tarindex >= targsize) in b64_pton() 228 if (tarindex + 1 >= targsize) in b64_pton() 239 if (tarindex + 1 >= targsize) in b64_pton() 250 if (tarindex >= targsize) in b64_pton()
|
| HD | base64.h | 53 size_t targsize); 60 int b64_pton(char const *src, u_char *target, size_t targsize);
|
| /trueos/contrib/ldns/compat/ |
| HD | b64_pton.c | 121 ldns_b64_pton(char const *src, uint8_t *target, size_t targsize) in ldns_b64_pton() argument 149 if ((size_t)tarindex >= targsize) in ldns_b64_pton() 157 if ((size_t)tarindex + 1 >= targsize) in ldns_b64_pton() 168 if ((size_t)tarindex + 1 >= targsize) in ldns_b64_pton() 179 if ((size_t)tarindex >= targsize) in ldns_b64_pton()
|
| HD | b64_ntop.c | 115 ldns_b64_ntop(uint8_t const *src, size_t srclength, char *target, size_t targsize) { in ldns_b64_ntop() argument 122 if (targsize > 0) { in ldns_b64_ntop() 145 if (datalength + 4 > targsize) { in ldns_b64_ntop() 168 if (datalength + 4 > targsize) { in ldns_b64_ntop() 180 if (datalength >= targsize) { in ldns_b64_ntop()
|
| /trueos/crypto/openssh/ |
| HD | uuencode.c | 45 char *target, size_t targsize) in uuencode() argument 47 return __b64_ntop(src, srclength, target, targsize); in uuencode() 56 uudecode(const char *src, u_char *target, size_t targsize) in uudecode() argument 70 len = __b64_pton(encoded, target, targsize); in uudecode()
|
| /trueos/contrib/unbound/ldns/ |
| HD | parseutil.c | 614 char *target, size_t targsize) in sldns_b64_ntop() argument 620 if(targsize < sldns_b64_ntop_calculate_size(srclength)) in sldns_b64_ntop() 624 if(o+4 > targsize) return -1; in sldns_b64_ntop() 658 if(o+1 > targsize) return -1; in sldns_b64_ntop() 668 int sldns_b64_pton(char const *src, uint8_t *target, size_t targsize) in sldns_b64_pton() argument 702 if(o+1 > targsize) in sldns_b64_pton() 708 if(o+2 > targsize) in sldns_b64_pton() 715 if(o+3 > targsize) in sldns_b64_pton()
|
| HD | parseutil.h | 94 char *target, size_t targsize); 101 int sldns_b64_pton(char const *src, uint8_t *target, size_t targsize);
|
| /trueos/contrib/ldns/ldns/ |
| HD | config.h | 510 char *target, size_t targsize); 519 int ldns_b64_pton(char const *src, uint8_t *target, size_t targsize);
|
| HD | config.h.in | 509 char *target, size_t targsize); 518 int ldns_b64_pton(char const *src, uint8_t *target, size_t targsize);
|
| /trueos/contrib/ldns/ |
| HD | util.c | 470 char *target, size_t targsize); 472 return b64_ntop(src, srclength, target, targsize); 480 int ldns_b64_pton(const char* src, uint8_t *target, size_t targsize) in ldns_b64_pton() argument 482 return b64_pton(src, target, targsize); in ldns_b64_pton()
|
| HD | configure.ac | 725 char *target, size_t targsize); 734 int ldns_b64_pton(char const *src, uint8_t *target, size_t targsize);
|
| /trueos/contrib/unbound/validator/ |
| HD | val_nsec3.c | 72 char *target, size_t targsize); 78 uint8_t *target, size_t targsize);
|
| /trueos/sys/cam/scsi/ |
| HD | scsi_low.c | 1458 scsi_low_attach(slp, openings, ntargs, nluns, targsize, lunsize) in scsi_low_attach() argument 1460 int openings, ntargs, nluns, targsize, lunsize; 1489 if (targsize < sizeof(struct targ_info)) 1490 targsize = sizeof(struct targ_info); 1492 slp->sl_targsize = targsize;
|