Searched refs:dsz (Results 1 - 14 of 14) sorted by relevance

/openbsd-current/lib/libelf/
H A Dlibelf_xlate.c52 size_t cnt, dsz, fsz, msz; local
102 dsz = cnt * msz;
105 dsz = cnt * fsz;
108 if (dst->d_size < dsz) {
134 dst->d_size = dsz;
144 if (!xlator(dst->d_buf, dsz, src->d_buf, cnt, byteswap)) {
H A D_libelf.h197 typedef int _libelf_translator_function(unsigned char *_dst, size_t dsz,
/openbsd-current/usr.sbin/rpki-client/
H A Dcrl.c66 int dsz, crit; local
99 dsz = os->length;
101 if (dsz != SHA_DIGEST_LENGTH) {
104 fn, SHA_DIGEST_LENGTH, dsz);
108 res = hex_encode(d, dsz);
H A Dtak.c157 size_t dsz)
164 if ((tak_asn1 = d2i_TAK(NULL, &d, dsz)) == NULL) {
168 if (d != oder + dsz) {
170 oder + dsz - d);
156 tak_parse_econtent(const char *fn, struct tak *tak, const unsigned char *d, size_t dsz) argument
H A Daspa.c125 size_t dsz)
132 if ((aspa_asn1 = d2i_ASProviderAttestation(NULL, &d, dsz)) == NULL) {
136 if (d != oder + dsz) {
138 oder + dsz - d);
124 aspa_parse_econtent(const char *fn, struct aspa *aspa, const unsigned char *d, size_t dsz) argument
H A Dspl.c129 size_t dsz)
144 if ((spl_asn1 = d2i_SignedPrefixList(NULL, &d, dsz)) == NULL) {
149 if (d != oder + dsz) {
151 oder + dsz - d);
128 spl_parse_econtent(const char *fn, struct spl *spl, const unsigned char *d, size_t dsz) argument
H A Droa.c99 size_t dsz)
115 if ((roa_asn1 = d2i_RouteOriginAttestation(NULL, &d, dsz)) == NULL) {
120 if (d != oder + dsz) {
122 oder + dsz - d);
98 roa_parse_econtent(const char *fn, struct roa *roa, const unsigned char *d, size_t dsz) argument
H A Drsc.c327 size_t dsz)
339 if ((rsc_asn1 = d2i_RpkiSignedChecklist(NULL, &d, dsz)) == NULL) {
343 if (d != oder + dsz) {
345 oder + dsz - d);
326 rsc_parse_econtent(const char *fn, struct rsc *rsc, const unsigned char *d, size_t dsz) argument
H A Dx509.c166 int dsz, crit, rc = 0; local
198 dsz = os->length;
200 if (dsz != SHA_DIGEST_LENGTH) {
203 fn, SHA_DIGEST_LENGTH, dsz);
207 *aki = hex_encode(d, dsz);
H A Dmft.c315 size_t dsz)
323 if ((mft_asn1 = d2i_Manifest(NULL, &d, dsz)) == NULL) {
327 if (d != oder + dsz) {
329 oder + dsz - d);
314 mft_parse_econtent(const char *fn, struct mft *mft, const unsigned char *d, size_t dsz) argument
H A Dmain.c713 size_t dsz; local
740 io_read_buf_alloc(b, (void **)&data, &dsz);
743 data, dsz);
/openbsd-current/usr.bin/mandoc/
H A Dmandocdb.c1911 size_t ssz, dsz, addsz; local
1925 dsz = 0;
1933 dst[dsz++] = *scp;
1945 dsz = scp - src;
1946 memcpy(dst, src, dsz);
1956 dst[dsz++] = ' ';
1960 dst[dsz++] = '-';
2016 memcpy(dst + dsz, addcp, addsz);
2017 dsz += addsz;
2021 *psz = dsz;
[all...]
/openbsd-current/usr.bin/rsync/
H A Dsender.c105 dsz = MD4_DIGEST_LENGTH; local
163 if (!io_lowbuffer_alloc(sess, wb, wbsz, wbmax, dsz)) {
167 io_lowbuffer_buf(sess, *wb, &pos, *wbsz, fmd, dsz);
/openbsd-current/usr.sbin/nsd/
H A Dudb.c759 void* data, uint64_t dsz, udb_void rb_old, udb_void rb_new)
765 (*udb->walkfunc)(base, udb->walkarg, atp->type, data, dsz,
1387 uint64_t dsz, udb_void olddata)
1393 dsz, &chunk_fix_ptr_each, d);
758 regen_its_ptrs(void* base, udb_base* udb, udb_chunk_d* atp, void* data, uint64_t dsz, udb_void rb_old, udb_void rb_new) argument
1386 chunk_fix_ptrs(void* base, udb_base* udb, udb_chunk_d* cp, udb_void data, uint64_t dsz, udb_void olddata) argument

Completed in 123 milliseconds