Searched refs:sno (Results 1 – 17 of 17) sorted by relevance
/third_party/openssl/crypto/cms/ |
D | cms_kari.c | 56 ASN1_INTEGER **sno) in CMS_RecipientInfo_kari_get0_orig_id() argument 67 if (sno) in CMS_RecipientInfo_kari_get0_orig_id() 68 *sno = NULL; in CMS_RecipientInfo_kari_get0_orig_id() 78 if (sno) in CMS_RecipientInfo_kari_get0_orig_id() 79 *sno = oik->d.issuerAndSerialNumber->serialNumber; in CMS_RecipientInfo_kari_get0_orig_id() 113 X509_NAME **issuer, ASN1_INTEGER **sno) in CMS_RecipientEncryptedKey_get0_id() argument 119 if (sno) in CMS_RecipientEncryptedKey_get0_id() 120 *sno = rid->d.issuerAndSerialNumber->serialNumber; in CMS_RecipientEncryptedKey_get0_id() 136 if (sno) in CMS_RecipientEncryptedKey_get0_id() 137 *sno = NULL; in CMS_RecipientEncryptedKey_get0_id()
|
D | cms_sd.c | 198 ASN1_INTEGER **sno) in cms_SignerIdentifier_get0_signer_id() argument 203 if (sno) in cms_SignerIdentifier_get0_signer_id() 204 *sno = sid->d.issuerAndSerialNumber->serialNumber; in cms_SignerIdentifier_get0_signer_id() 481 X509_NAME **issuer, ASN1_INTEGER **sno) in CMS_SignerInfo_get0_signer_id() argument 483 return cms_SignerIdentifier_get0_signer_id(si->sid, keyid, issuer, sno); in CMS_SignerInfo_get0_signer_id()
|
D | cms_env.c | 256 ASN1_INTEGER **sno) in CMS_RecipientInfo_ktri_get0_signer_id() argument 266 return cms_SignerIdentifier_get0_signer_id(ktri->rid, keyid, issuer, sno); in CMS_RecipientInfo_ktri_get0_signer_id()
|
D | cms_local.h | 380 ASN1_INTEGER **sno);
|
/third_party/openssl/apps/ |
D | x509.c | 43 const char *section, ASN1_INTEGER *sno, int reqfile, 156 ASN1_INTEGER *sno = NULL; in x509_main() local 277 if (sno != NULL) { in x509_main() 281 if ((sno = s2i_ASN1_INTEGER(NULL, opt_arg())) == NULL) in x509_main() 558 if (sno == NULL) { in x509_main() 559 sno = ASN1_INTEGER_new(); in x509_main() 560 if (sno == NULL || !rand_serial(NULL, sno)) in x509_main() 562 if (!X509_set_serialNumber(x, sno)) in x509_main() 564 ASN1_INTEGER_free(sno); in x509_main() 565 sno = NULL; in x509_main() [all …]
|
D | ocsp.c | 1046 ASN1_INTEGER *sno; in add_ocsp_serial() local 1058 sno = s2i_ASN1_INTEGER(NULL, serial); in add_ocsp_serial() 1059 if (sno == NULL) { in add_ocsp_serial() 1063 id = OCSP_cert_id_new(cert_id_md, iname, ikey, sno); in add_ocsp_serial() 1064 ASN1_INTEGER_free(sno); in add_ocsp_serial()
|
/third_party/openssl/include/openssl/ |
D | cms.h | 166 ASN1_INTEGER **sno); 230 X509_NAME **issuer, ASN1_INTEGER **sno); 310 ASN1_INTEGER **sno); 318 X509_NAME **issuer, ASN1_INTEGER **sno);
|
/third_party/openssl/doc/man3/ |
D | CMS_get0_SignerInfos.pod | 17 X509_NAME **issuer, ASN1_INTEGER **sno); 30 in B<issuer> and B<sno>.
|
D | CMS_get0_RecipientInfos.pod | 22 ASN1_INTEGER **sno); 51 B<keyid> or B<both> issuer name and serial number in B<issuer> and B<sno>.
|
/third_party/libxml2/ |
D | Makefile.am | 1026 sno=`basename $$i | sed 's+.*_\(.*\).xsd+\1+'`; \ 1030 if [ ! -f $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno" ]; \ 1032 echo New test file "$$name"_"$$sno"_"$$xno" ; \ 1034 > $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno" \ 1035 2> $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno".err; \ 1041 diff $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno" \ 1043 diff $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno".err \ 1046 if [ -n "$$log" ] ; then echo "$$name"_"$$sno"_"$$xno" result ; echo "$$log" ; fi ; \
|
/third_party/python/Lib/lib2to3/tests/data/ |
D | py2_test_grammar.py | 860 for (sno, sname) in suppliers 863 if sno == sp_sno and pno == sp_pno
|
D | py3_test_grammar.py | 844 for (sno, sname) in suppliers 847 if sno == sp_sno and pno == sp_pno
|
/third_party/libexif/ |
D | README | 173 - https://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/index.html: Looks
|
D | ChangeLog | 725 http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/
|
/third_party/python/Lib/test/ |
D | test_grammar.py | 1634 for (sno, sname) in suppliers 1637 if sno == sp_sno and pno == sp_pno
|
/third_party/icu/icu4c/source/data/unit/ |
D | so.txt | 1193 dnam{"sno"}
|
/third_party/skia/third_party/externals/icu/source/data/unit/ |
D | so.txt | 1226 dnam{"sno"}
|