Searched refs:serial (Results 126 - 150 of 211) sorted by relevance

123456789

/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dx509.h598 X509_REVOKED **ret, ASN1_INTEGER *serial);
637 int X509_set_serialNumber(X509 *x, ASN1_INTEGER *serial);
741 int X509_REVOKED_set_serialNumber(X509_REVOKED *x, ASN1_INTEGER *serial);
979 ASN1_INTEGER *serial); variable
H A Dpkcs7.h34 ASN1_INTEGER *serial; member in struct:pkcs7_issuer_and_serial_st
/freebsd-13-stable/sys/dev/nmdm/
H A Dnmdm.c38 * Mighty handy for use with serial console in Vmware
53 #include <sys/serial.h>
/freebsd-13-stable/sys/dev/hid/
H A Dhid.h279 char serial[80]; member in struct:hid_device_info
/freebsd-13-stable/sys/dev/usb/serial/
H A Dugensa.c67 #include <dev/usb/serial/usb_serial.h>
157 /* Driver-info is max number of serial ports per interface */
211 /* Not a serial port, most likely a SD reader */
251 device_printf(dev, "Found %d serial ports.\n", sc->sc_nports);
H A Duark.c55 #include <dev/usb/serial/usb_serial.h>
H A Dubser.c71 * BWCT serial adapter driver
102 #include <dev/usb/serial/usb_serial.h>
262 "of serial ports: %s\n",
465 DPRINTF("invalid serial number!\n");
H A Ducycom.c70 #include <dev/usb/serial/usb_serial.h>
/freebsd-13-stable/sys/cam/ctl/
H A Dctl_ioctl.h219 * serial: Serial number returned by the kernel. Use for deletion.
229 uint64_t serial; /* From kernel */ member in struct:ctl_error_desc
374 * The serial number value used is returned in this
/freebsd-13-stable/crypto/openssl/crypto/x509v3/
H A Dv3_purp.c889 /* Check serial number */
890 if (akid->serial &&
891 ASN1_INTEGER_cmp(X509_get_serialNumber(issuer), akid->serial))
974 return (x->akid != NULL ? x->akid->serial : NULL);
/freebsd-13-stable/contrib/ntp/libparse/
H A Dparsesolaris.c359 parse->parse_ppsclockev.serial = 0;
765 ++(parse->parse_ppsclockev.serial);
1059 ++(((parsestream_t *)q->q_ptr)->parse_ppsclockev.serial);
H A Dparsestreams.c516 parse->parse_ppsclockev.serial = 0;
915 ++(parse->parse_ppsclockev.serial);
1225 ++(((parsestream_t *)(void *)q->q_ptr)->parse_ppsclockev.serial);
/freebsd-13-stable/crypto/openssh/
H A Dauth2-pubkey.c464 (unsigned long long)cert->serial);
668 verbose("Accepted certificate ID \"%s\" (serial %llu) "
671 (unsigned long long)key->cert->serial,
815 verbose("Accepted certificate ID \"%s\" (serial %llu) signed by "
817 (unsigned long long)key->cert->serial,
/freebsd-13-stable/contrib/ntp/util/
H A Dntp-keygen.c1945 * The certificate consists of the version number, serial number,
1951 * of the current time as the serial number.
1966 ASN1_INTEGER *serial; /* serial number */ local
1973 * Set the certificate serial to the NTP seconds for grins. Set
1981 serial = ASN1_INTEGER_new();
1982 ASN1_INTEGER_set(serial, (long)epoch + JAN_1970);
1983 X509_set_serialNumber(cert, serial);
1984 ASN1_INTEGER_free(serial);
/freebsd-13-stable/sys/cam/ata/
H A Data_xpt.c934 bcmp(softc->ident_data.serial, ident_buf->serial,
935 sizeof(ident_buf->serial))) {
967 (u_int8_t *)malloc((sizeof(ident_buf->serial) + 1),
970 bcopy(ident_buf->serial,
972 sizeof(ident_buf->serial));
973 path->device->serial_num[sizeof(ident_buf->serial)]
/freebsd-13-stable/sys/dev/usb/
H A Dusb_device.c295 return (udev->serial ? udev->serial : "");
2350 free(udev->serial, M_USB);
2507 free(udev->serial, M_USB);
2512 udev->serial = NULL;
2516 /* get serial number string */
2519 udev->serial = strdup(temp_ptr, M_USB);
/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_msfees.c164 /* Offsets of the bytes of the serial line code. The clock gives
182 /* Length of the serial time code, in characters. The first length
273 long last_pps_no; /* The serial # of the last PPS */
647 /* ees_receive - receive data from the serial interface on an EES clock */
910 pps_step = ppsclockev.serial - ees->last_pps_no;
920 ppsclockev.serial, ees->last_pps_no, pps_step);
966 ees->last_pps_no = ppsclockev.serial;
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-rx.c82 nd_uint32_t serial; member in struct:rx_header
120 uint32_t serial; /* # of packet that prompted the ack */ member in struct:rx_ackPacket
552 (int) EXTRACT_32BITS(&rxh->serial)));
2744 ND_PRINT((ndo, " first %d serial %d reason %s",
2745 firstPacket, EXTRACT_32BITS(&rxa->serial),
/freebsd-13-stable/sys/dev/acpica/
H A Dacpi_cmbat.c473 if (acpi_PkgStr(res, i++, sc->bix.serial, ACPI_CMBAT_MAXSTRLEN) != 0)
/freebsd-13-stable/contrib/ngatm/snmp_atm/
H A Dsnmp_atm.c542 value->v.uint32 = aif->pub.mib->serial;
/freebsd-13-stable/sys/dev/quicc/
H A Dquicc_core.c42 #include <sys/serial.h>
/freebsd-13-stable/crypto/openssl/apps/
H A Dapps.h531 int save_serial(const char *serialfile, const char *suffix, const BIGNUM *serial,
604 * IETF RFC 5280 says serial number must be <= 20 bytes. Use 159 bits
/freebsd-13-stable/crypto/openssl/crypto/pkcs7/
H A Dpk7_doit.c355 ri->issuer_and_serial->serial);
911 x509 = X509_find_by_issuer_and_serial(cert, ias->issuer, ias->serial);
/freebsd-13-stable/crypto/openssl/crypto/x509/
H A Dx509_lu.c96 X509_NAME *name, ASN1_INTEGER *serial,
101 return ctx->method->get_by_issuer_serial(ctx, type, name, serial, ret);
95 X509_LOOKUP_by_issuer_serial(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type, X509_NAME *name, ASN1_INTEGER *serial, X509_OBJECT *ret) argument
/freebsd-13-stable/contrib/ldns-host/
H A Dldns-host.c118 const ldns_rdf *name, ldns_rr_class c, uint32_t serial) {
135 n = htonl(serial);
117 ldns_pkt_push_rr_soa(ldns_pkt *pkt, ldns_pkt_section sec, const ldns_rdf *name, ldns_rr_class c, uint32_t serial) argument

Completed in 258 milliseconds

123456789