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

1234567891011>>

/macosx-10.9.5/OpenSSH-186/openssh/
H A Dkrl.c50 * Trees of revoked serial numbers, key IDs and keys. This allows
54 /* Tree of serial numbers. XXX make smarter: really need a real sparse bitmap */
309 u_int64_t serial)
311 return ssh_krl_revoke_cert_by_serial_range(krl, ca_key, serial, serial);
420 if (key_cert_is_legacy(key) || key->cert->serial == 0) {
427 key->cert->serial);
433 * current section type, the run length of contiguous revoked serial
434 * numbers and the gaps from the last and to the next revoked serial.
541 debug3("%s: serial
308 ssh_krl_revoke_cert_by_serial(struct ssh_krl *krl, const Key *ca_key, u_int64_t serial) argument
755 u_int64_t serial, serial_lo, serial_hi; local
[all...]
/macosx-10.9.5/ruby-104/ruby/test/openssl/
H A Dutils.rb123 def issue_cert(dn, key, serial, not_before, not_after, extensions,
129 cert.serial = serial
145 def issue_crl(revoke_info, serial, lastup, nextup, extensions,
154 revoked.serial = rserial
164 crlnum = OpenSSL::ASN1::Integer(serial)
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/collections/ship/marshal/
H A DSampleViews.java13 import com.sleepycat.bind.serial.ClassCatalog;
14 import com.sleepycat.bind.serial.TupleSerialBinding;
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/db/txn/
H A DDBWriter.java4 import com.sleepycat.bind.serial.StoredClassCatalog;
5 import com.sleepycat.bind.serial.SerialBinding;
/macosx-10.9.5/CPANInternal-140/Net-DNS/contrib/
H A Dcheck_soa18 and reports the zone serial number.
331 my $serial; # zone serial number
333 print "$tc\t\t\tzone serial\t", ($serial = $_->serial), "\n";
334 $_->serial(0); # key on static fields only
341 return @result if $serial == $latest; # server has latest data
343 unless ( $aa and ($serial > $latest) ) { # unexpected serial numbe
[all...]
/macosx-10.9.5/bind9-45.100/bind9/contrib/dbus/
H A Ddbus_service.h94 uint32_t serial, /* serial number of message; needed to reply */
113 uint32_t serial, \
/macosx-10.9.5/emacs-92/emacs/oldXMenu/
H A DXMenu.h107 int serial; /* -- Pane serial number. */ member in struct:_xmpane
132 int serial; /* -- Selection serial number. */ member in struct:_xmselect
/macosx-10.9.5/ruby-104/ruby/sample/openssl/
H A Decho_svr.rb22 cert.serial = 0
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/collections/ship/basic/
H A DSampleDatabase.java14 import com.sleepycat.bind.serial.StoredClassCatalog;
65 // format for all database records of serial format.
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/bind/serial/
H A DSerialBinding.java9 package com.sleepycat.bind.serial;
29 * serial binding. A tuple binding gives a reasonable sort order, and works
35 * are not accessible. Because serial bindings depend on the class catalog
36 * database, a serial binding cannot be used during these times. An attempt
37 * to use a serial binding with a custom comparator will result in a
48 * Creates a serial binding.
/macosx-10.9.5/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/bind/serial/test/
H A DMarshalledObject.java9 package com.sleepycat.bind.serial.test;
/macosx-10.9.5/CPANInternal-140/Net-DNS/demo/
H A Daxfr61 # Check the SOA serial number if desired.
70 $serial_file = $rr->serial;
82 $serial_zone = $rr->serial;
150 Perform a zone transfer if the SOA serial number on the nameserver
151 is different than the serial number in the zone file.
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_client/
H A Ddl_standard.h139 const CssmData &serial() const;
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DTrustSettings.h216 * Obtain issuer and serial number for specified cert, both
222 CFDataRef *serial); /* RETURNED */
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_client/lib/
H A Ddl_standard.h139 const CssmData &serial() const;
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DTrustSettings.h216 * Obtain issuer and serial number for specified cert, both
222 CFDataRef *serial); /* RETURNED */
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DTrustSettings.h216 * Obtain issuer and serial number for specified cert, both
222 CFDataRef *serial); /* RETURNED */
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/include/dns/
H A Djournal.h86 * Compare SOA serial numbers. DNS_SERIAL_GT(a, b) returns true iff
169 * with a greater serial number, and possibly other changes,
183 * Get the first and last addressable serial number in the journal.
191 * from SOA serial number 'begin_serial' to 'end_serial'.
197 * serial numbers covered by the journal, but
198 * this particular serial number does not exist.
255 *\li ISC_R_NOTFOUND when current serial in not in journal.
256 *\li ISC_R_RANGE when current serial in not in journals range.
279 dns_journal_compact(isc_mem_t *mctx, char *filename, isc_uint32_t serial,
283 * Changes from 'serial' onward
[all...]
H A Dsdb.h202 isc_uint32_t serial);
208 * driver to increment the serial number between responses if necessary.
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem_security.rb28 assert_equal 5, cert.serial
71 assert_equal 1, cert.serial
122 assert_equal EXPIRED_CERT.serial + 1, re_signed.serial
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkSelect.h30 int serial; /* Serial number of last XSelectionSetOwner member in struct:TkSelectionInfo
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkSelect.h30 int serial; /* Serial number of last XSelectionSetOwner member in struct:TkSelectionInfo
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/pwr_mgt/
H A DIOPMPowerSource.h158 * String describing serial number or unique info
159 * The serial number published hear bears no correspondence to the Apple serial
160 * number printed on each battery. This is a manufacturer serial number with
161 * no correlation to the printed serial number.
258 OSSymbol *serial(void);
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/regex/
H A Dregnexec.c138 short serial; /* preorder subpattern number */ member in struct:__anon9316
289 pos->serial = rex->serial;
316 DEBUG_CODE(0x0080,{sfprintf(sfstdout, " %-*.*sold ", (level + 3) * 4, (level + 3) * 4, "");for (oe = os; oe < oend; oe++)sfprintf(sfstdout, "<%d,%d,%d>", oe->p - env->beg, oe->serial, oe->be);sfprintf(sfstdout, "\n %-*.*snew ", (level + 3) * 4, (level + 3) * 4, "");for (oe = ns; oe < nend; oe++)sfprintf(sfstdout, "<%d,%d,%d>", oe->p - env->beg, oe->serial, oe->be);sfprintf(sfstdout, "\n");},{0;});
321 n = os->serial;
322 if (ns->serial > n)
324 if (n > ns->serial)
336 if ((++oe)->serial == n)
346 if ((++ne)->serial
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/collections/ship/entity/
H A DSampleDatabase.java14 import com.sleepycat.bind.serial.ClassCatalog;
15 import com.sleepycat.bind.serial.SerialSerialKeyCreator;
16 import com.sleepycat.bind.serial.StoredClassCatalog;
77 // format for all database records of serial format.
227 * of the serial format.
263 * of the serial format.
299 * of the serial format.

Completed in 348 milliseconds

1234567891011>>