Searched refs:residue (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/modes/
H A Dcts128.c37 size_t residue, n; local
44 if ((residue = len % 16) == 0)
45 residue = 16;
47 len -= residue;
54 for (n = 0; n < residue; ++n)
57 memcpy(out, out - 16, residue);
60 return len + residue;
69 size_t residue, n; local
76 residue = len % 16;
78 len -= residue;
100 size_t residue; local
138 size_t residue; local
176 size_t residue, n; local
221 size_t residue, n; local
269 size_t residue; local
311 size_t residue; local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dks_dir.c58 const char *residue, hx509_lock lock)
66 ret = stat(residue, &sb);
69 "No such file %s", residue);
75 "%s is not a directory", residue);
80 *data = strdup(residue);
56 dir_init(hx509_context context, hx509_certs certs, void **data, int flags, const char *residue, hx509_lock lock) argument
H A Dks_mem.c54 const char *residue, hx509_lock lock)
60 if (residue == NULL || residue[0] == '\0')
61 residue = "anonymous";
62 mem->name = strdup(residue);
52 mem_init(hx509_context context, hx509_certs certs, void **data, int flags, const char *residue, hx509_lock lock) argument
H A Dks_null.c40 const char *residue, hx509_lock lock)
38 null_init(hx509_context context, hx509_certs certs, void **data, int flags, const char *residue, hx509_lock lock) argument
H A Dkeyset.c119 const char *residue; local
126 residue = strchr(name, ':');
127 if (residue) {
128 type = malloc(residue - name + 1);
130 strlcpy(type, name, residue - name + 1);
131 residue++;
132 if (residue[0] == '\0')
133 residue = NULL;
136 residue = name;
159 ret = (*ops->init)(context, c, &c->ops_data, flags, residue, loc
[all...]
H A Dks_keychain.c323 const char *residue, hx509_lock lock)
333 if (residue) {
334 if (strcasecmp(residue, "system-anchors") == 0) {
336 } else if (strncasecmp(residue, "FILE:", 5) == 0) {
339 ret = SecKeychainOpen(residue + 5, &ctx->keychain);
342 "Failed to open %s", residue);
347 "Unknown subtype %s", residue);
321 keychain_init(hx509_context context, hx509_certs certs, void **data, int flags, const char *residue, hx509_lock lock) argument
H A Dks_file.c369 const char *residue, hx509_lock lock, outformat format)
392 ksf->fn = strdup(residue);
496 const char *residue, hx509_lock lock)
498 return file_init_common(context, certs, data, flags, residue, lock, USE_PEM);
504 const char *residue, hx509_lock lock)
506 return file_init_common(context, certs, data, flags, residue, lock, USE_DER);
367 file_init_common(hx509_context context, hx509_certs certs, void **data, int flags, const char *residue, hx509_lock lock, outformat format) argument
494 file_init_pem(hx509_context context, hx509_certs certs, void **data, int flags, const char *residue, hx509_lock lock) argument
502 file_init_der(hx509_context context, hx509_certs certs, void **data, int flags, const char *residue, hx509_lock lock) argument
H A Dks_p12.c324 const char *residue, hx509_lock lock)
351 p12->fn = strdup(residue);
366 ret = rk_undumpdata(residue, &buf, &len);
376 "Failed to decode the PFX in %s", residue);
322 p12_init(hx509_context context, hx509_certs certs, void **data, int flags, const char *residue, hx509_lock lock) argument
H A Dks_p11.c793 const char *residue, hx509_lock lock)
802 list = strdup(residue);
791 p11_init(hx509_context context, hx509_certs certs, void **data, int flags, const char *residue, hx509_lock lock) argument
/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A DdecNumber.c133 /* residue (in the range -1 through 9). This avoids any double- */
370 Int residue = 0; /* rounding residue */ local
619 decSetCoeff (dn, set, res, d, &residue, &status);
622 decFinalize (dn, set, &residue, &status);
915 Int residue = 0; /* as usual */ local
948 decCopyFit (res, rhs, set, &residue, &status); /* copy & round */
949 decFinish (res, set, &residue, &status); /* cleanup/set flags */
991 Int residue = 0; /* rounding residue */ local
1460 Int residue = 0; /* rounding residue */ local
2238 Int residue; /* rounding accumulator */ local
2737 Int residue; /* for rounding */ local
3444 Int residue = 0; /* rounding residue */ local
3620 Int residue = 0; /* rounding residue */ local
3890 Int residue = 0; /* rounding accumulator */ local
4579 Int residue = 0; /* rounding accumulator */ local
4614 decCopyFit(decNumber * dest, const decNumber * src, decContext * set, Int * residue, uInt * status) argument
4662 decSetCoeff(decNumber * dn, decContext * set, const Unit * lsu, Int len, Int * residue, uInt * status) argument
4872 decApplyRound(decNumber * dn, decContext * set, Int residue, uInt * status) argument
5080 decFinish(decNumber * dn, decContext * set, Int * residue, uInt * status) argument
5121 decFinalize(decNumber * dn, decContext * set, Int * residue, uInt * status) argument
5266 decSetSubnormal(decNumber * dn, decContext * set, Int * residue, uInt * status) argument
[all...]
/freebsd-11-stable/bin/sh/
H A Dmiscbltin.c118 off_t residue; local
128 * |<- residue ->|
132 * residue: length for reposition
134 residue = (fdc->ep - fdc->buf) - fdc->off;
135 if (residue > 0)
136 (void) lseek(fdc->fd, -residue, SEEK_CUR);
/freebsd-11-stable/sys/dev/usb/storage/
H A Dumass.c297 uint32_t residue, uint8_t status);
341 /* The device can't count and gets the residue of transfers wrong */
1465 uint32_t residue; local
1488 residue = UGETDW(sc->csw.dCSWDataResidue);
1490 if ((!residue) || (sc->sc_quirks & IGNORE_RESIDUE)) {
1491 residue = (sc->sc_transfer.data_len -
1494 if (residue > sc->sc_transfer.data_len) {
1495 DPRINTF(sc, UDMASS_BBB, "truncating residue from %d "
1496 "to %d bytes\n", residue, sc->sc_transfer.data_len);
1497 residue
1980 uint32_t residue; local
2447 umass_cam_cb(struct umass_softc *sc, union ccb *ccb, uint32_t residue, uint8_t status) argument
2530 umass_cam_sense_cb(struct umass_softc *sc, union ccb *ccb, uint32_t residue, uint8_t status) argument
2632 umass_cam_quirk_cb(struct umass_softc *sc, union ccb *ccb, uint32_t residue, uint8_t status) argument
[all...]
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dgrep.c807 size_t residue, save; local
842 residue = 0;
868 /* no more data to scan (eof) except for maybe a residue -> break */
872 /* Determine new residue (the length of an incomplete line at the end of
880 lim = beg - residue;
881 beg -= residue;
882 residue = buflim - lim;
912 save = residue + lim - beg;
924 if (residue)
928 nlines += grepbuf (bufbeg + save - residue, bufli
[all...]
/freebsd-11-stable/libexec/ftpd/
H A Dftpd.c1092 * of the matching line in "residue" if not NULL.
1095 checkuser(char *fname, char *name, int pwset, char **residue, int *ecode) argument
1156 * Save the rest of line to "residue" if matched
1158 if (found && residue) {
1162 if ((*residue = strdup(p)) == NULL)
1165 *residue = NULL;
1378 char *residue = NULL; local
1488 checkuser(_PATH_FTPCHROOT, pw->pw_name, 1, &residue, &ecode)
1532 if (dochroot && residue &&
1533 (chrootdir = strtok(residue, " \
[all...]
/freebsd-11-stable/sys/dev/mly/
H A Dmlyreg.h337 int32_t residue; member in struct:mly_status
H A Dmly.c1592 mc->mc_resid = sp->status.residue;

Completed in 206 milliseconds