HomeSort by relevance Sort by last modified time
    Searched refs:sno (Results 1 - 17 of 17) sorted by null

  /external/valgrind/main/coregrind/
m_transtab.c 441 static inline TTEntry* index_tte ( UInt sNo, UInt tteNo )
443 vg_assert(sNo < n_sectors);
445 Sector* s = &sectors[sNo];
679 Int sno = sector_search_order[i]; local
680 if (UNLIKELY(sno == -1))
683 Sector* sec = &sectors[sno];
713 *from_sNo = sno;
727 Int i, sno; local
729 sno = sector_search_order[i];
730 if (sno == -1
1254 Int sno; local
1677 Int i, j, k, kstart, sno; local
1892 Int sno, ec; local
2308 Int sno, i, r, s; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
x509.c 163 CONF *conf, char *section, ASN1_INTEGER *sno);
178 ASN1_INTEGER *sno = NULL; local
347 if (!(sno = s2i_ASN1_INTEGER(NULL, *(++argv))))
638 if (sno == NULL)
640 sno = ASN1_INTEGER_new();
641 if (!sno || !rand_serial(NULL, sno))
643 if (!X509_set_serialNumber(x, sno))
645 ASN1_INTEGER_free(sno);
646 sno = NULL
    [all...]
ocsp.c 960 ASN1_INTEGER *sno; local
970 sno = s2i_ASN1_INTEGER(NULL, serial);
971 if(!sno)
976 id = OCSP_cert_id_new(cert_id_md, iname, ikey, sno);
977 ASN1_INTEGER_free(sno);
    [all...]
  /external/openssl/apps/
x509.c 163 CONF *conf, char *section, ASN1_INTEGER *sno);
178 ASN1_INTEGER *sno = NULL; local
347 if (!(sno = s2i_ASN1_INTEGER(NULL, *(++argv))))
638 if (sno == NULL)
640 sno = ASN1_INTEGER_new();
641 if (!sno || !rand_serial(NULL, sno))
643 if (!X509_set_serialNumber(x, sno))
645 ASN1_INTEGER_free(sno);
646 sno = NULL
    [all...]
ocsp.c 970 ASN1_INTEGER *sno; local
980 sno = s2i_ASN1_INTEGER(NULL, serial);
981 if(!sno)
986 id = OCSP_cert_id_new(cert_id_md, iname, ikey, sno);
987 ASN1_INTEGER_free(sno);
    [all...]
  /external/openssl/crypto/cms/
cms_sd.c 257 X509_NAME **issuer, ASN1_INTEGER **sno)
263 if (sno)
264 *sno = sid->d.issuerAndSerialNumber->serialNumber;
545 X509_NAME **issuer, ASN1_INTEGER **sno)
547 return cms_SignerIdentifier_get0_signer_id(si->sid, keyid, issuer, sno);
cms.h 203 X509_NAME **issuer, ASN1_INTEGER **sno);
263 X509_NAME **issuer, ASN1_INTEGER **sno);
cms_env.c 262 X509_NAME **issuer, ASN1_INTEGER **sno)
274 keyid, issuer, sno);
cms_lcl.h 442 X509_NAME **issuer, ASN1_INTEGER **sno);
  /external/openssl/include/openssl/
cms.h 203 X509_NAME **issuer, ASN1_INTEGER **sno);
263 X509_NAME **issuer, ASN1_INTEGER **sno);
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 1336 Word sno; local
1430 Word sno; local
1482 Word sno; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 860 for (sno, sname) in suppliers
863 if sno == sp_sno and pno == sp_pno
py3_test_grammar.py 808 for (sno, sname) in suppliers
811 if sno == sp_sno and pno == sp_pno
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_grammar.py 893 for (sno, sname) in suppliers
896 if sno == sp_sno and pno == sp_pno
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 860 for (sno, sname) in suppliers
863 if sno == sp_sno and pno == sp_pno
py3_test_grammar.py 808 for (sno, sname) in suppliers
811 if sno == sp_sno and pno == sp_pno
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_grammar.py 893 for (sno, sname) in suppliers
896 if sno == sp_sno and pno == sp_pno

Completed in 1744 milliseconds