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

/freebsd-13-stable/crypto/openssl/crypto/modes/
H A Dcts128.c32 size_t residue, n; local
37 if ((residue = len % 16) == 0)
38 residue = 16;
40 len -= residue;
47 for (n = 0; n < residue; ++n)
50 memcpy(out, out - 16, residue);
53 return len + residue;
62 size_t residue, n; local
67 residue = len % 16;
69 len -= residue;
91 size_t residue; local
127 size_t residue; local
163 size_t residue, n; local
206 size_t residue, n; local
252 size_t residue; local
292 size_t residue; local
[all...]
/freebsd-13-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.c376 const char *residue, hx509_lock lock, outformat format)
399 ksf->fn = strdup(residue);
503 const char *residue, hx509_lock lock)
505 return file_init_common(context, certs, data, flags, residue, lock, USE_PEM);
511 const char *residue, hx509_lock lock)
513 return file_init_common(context, certs, data, flags, residue, lock, USE_DER);
374 file_init_common(hx509_context context, hx509_certs certs, void **data, int flags, const char *residue, hx509_lock lock, outformat format) argument
501 file_init_pem(hx509_context context, hx509_certs certs, void **data, int flags, const char *residue, hx509_lock lock) argument
509 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.c831 const char *residue, hx509_lock lock)
840 list = strdup(residue);
829 p11_init(hx509_context context, hx509_certs certs, void **data, int flags, const char *residue, hx509_lock lock) argument
/freebsd-13-stable/bin/sh/
H A Dmiscbltin.c120 off_t residue; local
130 * |<- residue ->|
134 * residue: length for reposition
136 residue = (fdc->ep - fdc->buf) - fdc->off;
137 if (residue > 0)
138 (void) lseek(fdc->fd, -residue, SEEK_CUR);
/freebsd-13-stable/sys/dev/usb/storage/
H A Dumass.c300 uint32_t residue, uint8_t status);
344 /* The device can't count and gets the residue of transfers wrong */
1466 uint32_t residue; local
1489 residue = UGETDW(sc->csw.dCSWDataResidue);
1491 if ((!residue) || (sc->sc_quirks & IGNORE_RESIDUE)) {
1492 residue = (sc->sc_transfer.data_len -
1495 if (residue > sc->sc_transfer.data_len) {
1496 DPRINTF(sc, UDMASS_BBB, "truncating residue from %d "
1497 "to %d bytes\n", residue, sc->sc_transfer.data_len);
1498 residue
1979 uint32_t residue; local
2451 umass_cam_cb(struct umass_softc *sc, union ccb *ccb, uint32_t residue, uint8_t status) argument
2533 umass_cam_sense_cb(struct umass_softc *sc, union ccb *ccb, uint32_t residue, uint8_t status) argument
2635 umass_cam_quirk_cb(struct umass_softc *sc, union ccb *ccb, uint32_t residue, uint8_t status) argument
[all...]
/freebsd-13-stable/libexec/ftpd/
H A Dftpd.c1108 * of the matching line in "residue" if not NULL.
1111 checkuser(char *fname, char *name, int pwset, char **residue, int *ecode) argument
1172 * Save the rest of line to "residue" if matched
1174 if (found && residue) {
1178 if ((*residue = strdup(p)) == NULL)
1181 *residue = NULL;
1394 char *residue = NULL; local
1504 checkuser(_PATH_FTPCHROOT, pw->pw_name, 1, &residue, &ecode)
1549 if (dochroot && residue &&
1550 (chrootdir = strtok(residue, " \
[all...]
/freebsd-13-stable/sys/dev/mly/
H A Dmlyreg.h339 int32_t residue; member in struct:mly_status
H A Dmly.c1590 mc->mc_resid = sp->status.residue;

Completed in 65 milliseconds