Searched refs:sno (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Dx509.c155 ASN1_INTEGER *sno);
169 ASN1_INTEGER *sno = NULL; local
325 if (!(sno = s2i_ASN1_INTEGER(NULL, *(++argv))))
608 if (sno == NULL)
610 sno = ASN1_INTEGER_new();
611 if (!sno || !rand_serial(NULL, sno))
613 if (!X509_set_serialNumber(x, sno))
615 ASN1_INTEGER_free(sno);
616 sno
1120 x509_certify(X509_STORE *ctx, char *CAfile, const EVP_MD *digest, X509 *x, X509 *xca, EVP_PKEY *pkey, char *serialfile, int create, int days, int clrext, CONF *conf, char *section, ASN1_INTEGER *sno) argument
[all...]
H A Docsp.c927 ASN1_INTEGER *sno; local
937 sno = s2i_ASN1_INTEGER(NULL, serial);
938 if(!sno)
943 id = OCSP_cert_id_new(EVP_sha1(), iname, ikey, sno);
944 ASN1_INTEGER_free(sno);
/opensolaris-onvv-gate/usr/src/lib/krb5/kdb/
H A Dkdb_log.c178 * We need to overflow our sno, replicas will do full
179 * resyncs once they see their sno > than the masters.
708 kdb_last_t last, /* input - slave's last sno */
715 uint32_t sno; local
762 sno = last.last_sno;
764 indx = (sno - 1) % ulogentries;
769 * Validate the time stamp just to make sure it was the same sno
775 * If we have the same sno we return success
783 count = ulog->kdb_last_sno - sno;
797 while (sno < ulo
[all...]
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/server/
H A Dipropd_svc.c64 debprret(char *w, update_status_t ret, kdb_sno_t sno) argument
68 printf("%s: end (OK, sno=%u)\n",
69 w, sno);
309 * to include sno (serial number)
382 /* not used by slave (sno is retrieved from kdb5_util dump) */
/opensolaris-onvv-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c1552 int64_t sno, sno2; local
1599 sno = 1;
1601 while (state->sec_table[sno].scn != (Elf_Scn *)-1) {
1602 sinfo = &state->sec_table[sno];
1605 sno++;
/opensolaris-onvv-gate/usr/src/cmd/pg/
H A Dpg.c1764 on_brk(sno)
1765 int sno; /* signal number generated */
1767 (void) signal(sno, on_brk);

Completed in 127 milliseconds