Searched refs:serial (Results 201 - 225 of 433) sorted by relevance

1234567891011>>

/macosx-10.10/Security-57031.1.35/Security/sec/securityd/
H A DSecOCSPResponse.c456 CFDataRef serial = SecCertificateCopySerialNumber(request->certificate); local
471 /* First check the easy part, serial number should match. */
472 if (certId->serialNumber.Length != (size_t)CFDataGetLength(serial) ||
473 memcmp(CFDataGetBytePtr(serial), certId->serialNumber.Data,
537 CFReleaseSafe(serial);
/macosx-10.10/Security-57031.1.35/libsecurity_smime/Security/
H A Dcert.h25 bool CERT_CheckIssuerAndSerial(SecCertificateRef cert, SecAsn1Item *issuer, SecAsn1Item *serial);
82 // Return the cert if found. "issuerAndSN" is the issuer and serial number to look for
99 // Extract the issuer and serial number from a certificate
/macosx-10.10/Security-57031.1.35/libsecurity_smime/lib/
H A Dcert.h25 bool CERT_CheckIssuerAndSerial(SecCertificateRef cert, SecAsn1Item *issuer, SecAsn1Item *serial);
82 // Return the cert if found. "issuerAndSN" is the issuer and serial number to look for
99 // Extract the issuer and serial number from a certificate
/macosx-10.10/Security-57031.1.35/libsecurity_smime/security_smime/
H A Dcert.h25 bool CERT_CheckIssuerAndSerial(SecCertificateRef cert, SecAsn1Item *issuer, SecAsn1Item *serial);
82 // Return the cert if found. "issuerAndSN" is the issuer and serial number to look for
99 // Extract the issuer and serial number from a certificate
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/tools/rpm/
H A Didnkit.spec13 %define serial 2002051501
25 Serial: %{serial}
/macosx-10.10/bind9-45.101/bind9/lib/dns/include/dns/
H A Dsdlz.h345 isc_uint32_t serial);
352 * responsibility of the driver to increment the serial number between
/macosx-10.10/ntp-92/include/
H A Dntp_crypto.h155 u_long serial; /* serial number */ member in struct:cert_info
H A Dtimepps-Solaris.h461 u_int serial; member in struct:ppsclockev
504 infobuf.assert_sequence = ev.serial;
H A Dtimepps-SunOS.h395 u_int serial; member in struct:ppsclockev
446 infobuf.assert_sequence = ev.serial;
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_pgen.tcl32 namespace export json peg serial
39 proc ::pt::pgen::serial {input args} {
H A Dpt_peg_from_peg.tcl86 # Now convert the AST to the grammar serial.
87 set serial [pt::ast bottomup \
92 return $serial
H A Dpt_peg_to_cparam.tcl137 proc ::pt::peg::to::cparam::convert {serial} {
155 ::pt::peg verify-as-canonical $serial
158 array set peg $serial
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXWindowEvent.c313 event.xany.serial = LastKnownRequestProcessed(Tk_Display(winPtr));
458 event.xany.serial = LastKnownRequestProcessed(Tk_Display(winPtr));
505 event.xconfigure.serial = LastKnownRequestProcessed(Tk_Display(tkwin));
625 event.xany.serial = LastKnownRequestProcessed(Tk_Display(tkwin));
763 return (eventPtr->type == Expose && eventPtr->xany.serial == PTR2UINT(arg) ?
807 unsigned long serial;
814 serial = LastKnownRequestProcessed(Tk_Display(winPtr));
832 UINT2PTR(serial), &oldArg);
850 event.serial = LastKnownRequestProcessed(Tk_Display(tkwin));
799 unsigned long serial; local
H A DtkMacOSXKeyEvent.c111 xEvent.xany.serial = LastKnownRequestProcessed(Tk_Display(tkwin));
167 xEvent.xany.serial = LastKnownRequestProcessed(Tk_Display(tkwin));
/macosx-10.10/BerkeleyDB-21/db/examples_java/src/collections/ship/sentity/
H A DSampleViews.java13 import com.sleepycat.bind.serial.ClassCatalog;
14 import com.sleepycat.bind.serial.TupleSerialBinding;
/macosx-10.10/BerkeleyDB-21/db/examples_java/src/collections/ship/tuple/
H A DSampleViews.java13 import com.sleepycat.bind.serial.ClassCatalog;
14 import com.sleepycat.bind.serial.TupleSerialBinding;
/macosx-10.10/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/collections/test/
H A DJoinTest.java16 import com.sleepycat.bind.serial.StoredClassCatalog;
17 import com.sleepycat.bind.serial.test.MarshalledObject;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Dx509_vfy.h163 ASN1_INTEGER *serial,X509_OBJECT *ret);
346 ASN1_INTEGER *serial, X509_OBJECT *ret);
/macosx-10.10/bind9-45.101/bind9/bin/tests/
H A Dlwres_test.c80 pkt.serial = 0x11223344;
116 pkt.serial = 0x11223344;
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/nsupdate/
H A Dupdate_test.pl324 section("SOA serial handling");
328 # Get the current SOA serial number.
332 my $old_serial = $old_soa->serial;
348 # Check that attempts to decrement the serial number are ignored.
357 # Check that attempts to leave the serial number unchanged are ignored.
359 $old_serial = $old_soa->serial;
/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnixSend.c80 int serial; /* Serial number expected in result. */ member in struct:PendingCommand
126 * -r commWindow serial
130 * identified with the serial number given by "serial" (in decimal). If
153 * -s serial
156 * the "serial" field from the -s option in the command. This option must
192 int sendSerial; /* The serial number that was used in the last
1132 pending.serial = localData.sendSerial;
1476 char *interpName, *script, *serial, *end;
1491 serial
1463 char *interpName, *script, *serial, *end; local
1617 int serial, code, gotSerial; local
[all...]
/macosx-10.10/OpenSSL098-52/src/apps/
H A Docsp.c73 static int add_ocsp_serial(OCSP_REQUEST **req, char *serial, X509 *issuer,
421 else if (!strcmp(*args, "-serial"))
543 BIO_printf (bio_err, "-serial n serial number to check\n");
915 static int add_ocsp_serial(OCSP_REQUEST **req, char *serial, X509 *issuer, argument
931 sno = s2i_ASN1_INTEGER(NULL, serial);
934 BIO_printf(bio_err, "Error converting serial number %s\n", serial);
1043 ASN1_INTEGER *serial; local
1056 OCSP_id_get0_info(NULL, NULL, NULL, &serial, ci
[all...]
/macosx-10.10/cups-408/cups/cups/
H A Dtls-gnutls.c74 unsigned char serial[4]; /* Serial number buffer */ local
143 serial[0] = curtime >> 24;
144 serial[1] = curtime >> 16;
145 serial[2] = curtime >> 8;
146 serial[3] = curtime;
168 gnutls_x509_crt_set_serial(crt, serial, sizeof(serial));
/macosx-10.10/tcl-105/tk/tk/win/
H A DtkWinWindow.c396 event.xmap.serial = display->request;
411 event.xvisibility.serial = display->request;
494 event.xunmap.serial = display->request;
/macosx-10.10/tcl-105/tk84/tk/win/
H A DtkWinWindow.c394 event.xmap.serial = display->request;
409 event.xvisibility.serial = display->request;
493 event.xunmap.serial = display->request;

Completed in 172 milliseconds

1234567891011>>