HomeSort by: relevance | last modified time | path
    Searched refs:sno (Results 1 - 24 of 24) sorted by relevancy

  /src/regress/sys/fs/lfs/ckckp/
ckckp.c 43 int fd, e, sno; local
60 sno = 0;
72 printf("Verifying all checkpoints from s/n %d\n", sno);
74 argv[4], sno);
83 sscanf(s, "%d %d", &e, &sno);
90 ++sno;
  /src/crypto/external/apache2/openssl/dist/crypto/cms/
cms_kari.c 60 ASN1_INTEGER **sno)
71 if (sno)
72 *sno = NULL;
82 if (sno)
83 *sno = oik->d.issuerAndSerialNumber->serialNumber;
117 X509_NAME **issuer, ASN1_INTEGER **sno)
124 if (sno)
125 *sno = rid->d.issuerAndSerialNumber->serialNumber;
141 if (sno)
142 *sno = NULL
    [all...]
cms_sd.c 200 ASN1_INTEGER **sno)
205 if (sno)
206 *sno = sid->d.issuerAndSerialNumber->serialNumber;
661 X509_NAME **issuer, ASN1_INTEGER **sno)
663 return ossl_cms_SignerIdentifier_get0_signer_id(si->sid, keyid, issuer, sno);
cms_local.h 418 ASN1_INTEGER **sno);
cms_env.c 470 ASN1_INTEGER **sno)
480 sno);
  /src/crypto/external/bsd/openssl/dist/crypto/cms/
cms_kari.c 60 ASN1_INTEGER **sno)
71 if (sno)
72 *sno = NULL;
82 if (sno)
83 *sno = oik->d.issuerAndSerialNumber->serialNumber;
117 X509_NAME **issuer, ASN1_INTEGER **sno)
124 if (sno)
125 *sno = rid->d.issuerAndSerialNumber->serialNumber;
141 if (sno)
142 *sno = NULL
    [all...]
cms_sd.c 205 ASN1_INTEGER **sno)
210 if (sno)
211 *sno = sid->d.issuerAndSerialNumber->serialNumber;
606 X509_NAME **issuer, ASN1_INTEGER **sno)
608 return ossl_cms_SignerIdentifier_get0_signer_id(si->sid, keyid, issuer, sno);
cms_local.h 414 ASN1_INTEGER **sno);
cms_env.c 429 ASN1_INTEGER **sno)
439 sno);
  /src/crypto/external/bsd/openssl.old/dist/crypto/cms/
cms_kari.c 56 ASN1_INTEGER **sno)
67 if (sno)
68 *sno = NULL;
78 if (sno)
79 *sno = oik->d.issuerAndSerialNumber->serialNumber;
113 X509_NAME **issuer, ASN1_INTEGER **sno)
119 if (sno)
120 *sno = rid->d.issuerAndSerialNumber->serialNumber;
136 if (sno)
137 *sno = NULL
    [all...]
cms_sd.c 198 ASN1_INTEGER **sno)
203 if (sno)
204 *sno = sid->d.issuerAndSerialNumber->serialNumber;
481 X509_NAME **issuer, ASN1_INTEGER **sno)
483 return cms_SignerIdentifier_get0_signer_id(si->sid, keyid, issuer, sno);
cms_local.h 380 ASN1_INTEGER **sno);
cms_env.c 256 ASN1_INTEGER **sno)
266 return cms_SignerIdentifier_get0_signer_id(ktri->rid, keyid, issuer, sno);
  /src/crypto/external/bsd/openssl.old/dist/apps/
x509.c 43 const char *section, ASN1_INTEGER *sno, int reqfile,
156 ASN1_INTEGER *sno = NULL; local
277 if (sno != NULL) {
281 if ((sno = s2i_ASN1_INTEGER(NULL, opt_arg())) == NULL)
558 if (sno == NULL) {
559 sno = ASN1_INTEGER_new();
560 if (sno == NULL || !rand_serial(NULL, sno))
562 if (!X509_set_serialNumber(x, sno))
564 ASN1_INTEGER_free(sno);
    [all...]
ocsp.c 1046 ASN1_INTEGER *sno; local
1058 sno = s2i_ASN1_INTEGER(NULL, serial);
1059 if (sno == NULL) {
1063 id = OCSP_cert_id_new(cert_id_md, iname, ikey, sno);
1064 ASN1_INTEGER_free(sno);
  /src/crypto/external/bsd/openssl/dist/apps/
x509.c 255 ASN1_INTEGER *sno = NULL; local
413 if (sno != NULL) {
417 if ((sno = s2i_ASN1_INTEGER(NULL, opt_arg())) == NULL)
738 if (CAfile == NULL && sno == NULL) {
739 sno = ASN1_INTEGER_new();
740 if (sno == NULL || !rand_serial(NULL, sno))
811 if (sno == NULL)
812 sno = x509_load_serial(CAfile, CAserial, CA_createserial);
813 if (sno == NULL
    [all...]
ocsp.c 936 ASN1_INTEGER *sno; local
948 sno = s2i_ASN1_INTEGER(NULL, serial);
949 if (sno == NULL) {
953 id = OCSP_cert_id_new(cert_id_md, iname, ikey, sno);
954 ASN1_INTEGER_free(sno);
  /src/crypto/external/apache2/openssl/dist/apps/
x509.c 321 ASN1_INTEGER *sno = NULL; local
486 if (sno != NULL) {
490 if ((sno = s2i_ASN1_INTEGER(NULL, opt_arg())) == NULL)
830 if (CAfile == NULL && sno == NULL) {
831 sno = ASN1_INTEGER_new();
832 if (sno == NULL || !rand_serial(NULL, sno))
901 if (sno == NULL)
902 sno = x509_load_serial(CAfile, CAserial, CA_createserial);
903 if (sno == NULL
    [all...]
ocsp.c 982 ASN1_INTEGER *sno; local
994 sno = s2i_ASN1_INTEGER(NULL, serial);
995 if (sno == NULL) {
999 id = OCSP_cert_id_new(cert_id_md, iname, ikey, sno);
1000 ASN1_INTEGER_free(sno);
cmp.c 1890 ASN1_INTEGER *sno; local
1892 if ((sno = s2i_ASN1_INTEGER(NULL, opt_serial)) == NULL) {
1896 if (!OSSL_CMP_CTX_set1_serialNumber(ctx, sno)) {
1897 ASN1_INTEGER_free(sno);
1901 ASN1_INTEGER_free(sno);
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
cms.h 166 ASN1_INTEGER **sno);
230 X509_NAME **issuer, ASN1_INTEGER **sno);
310 ASN1_INTEGER **sno);
318 X509_NAME **issuer, ASN1_INTEGER **sno);
  /src/crypto/external/apache2/openssl/dist/include/openssl/
cms.h.in 232 ASN1_INTEGER **sno);
296 X509_NAME **issuer, ASN1_INTEGER **sno);
387 ASN1_INTEGER **sno);
395 X509_NAME **issuer, ASN1_INTEGER **sno);
  /src/crypto/external/bsd/openssl/dist/include/openssl/
cms.h.in 215 ASN1_INTEGER **sno);
279 X509_NAME **issuer, ASN1_INTEGER **sno);
365 ASN1_INTEGER **sno);
373 X509_NAME **issuer, ASN1_INTEGER **sno);
  /src/share/terminfo/
terminfo 20254 # ^]SNO N
20277 \035pad\s203\035pad\s209\035sno\sn\035sto\s9\s17\s25
    [all...]

Completed in 104 milliseconds