Home
last modified time | relevance | path

Searched refs:tbsCertificate (Results 1 – 5 of 5) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/ct/
DCertificateEntry.java79 …public static CertificateEntry createForPrecertificate(byte[] tbsCertificate, byte[] issuerKeyHash… in createForPrecertificate() argument
80 return new CertificateEntry(LogEntryType.PRECERT_ENTRY, tbsCertificate, issuerKeyHash); in createForPrecertificate()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ct/
DCertificateEntry.java84 …public static CertificateEntry createForPrecertificate(byte[] tbsCertificate, byte[] issuerKeyHash… in createForPrecertificate() argument
85 return new CertificateEntry(LogEntryType.PRECERT_ENTRY, tbsCertificate, issuerKeyHash); in createForPrecertificate()
/external/scapy/scapy/layers/tls/
Dcert.py245 tbsCert = cert.tbsCertificate
424 c.tbsCertificate = tbsCert
431 return self.signTBSCert(cert.tbsCertificate)
435 tbsCert = cert.tbsCertificate
565 tbsCert = cert.tbsCertificate
566 self.tbsCertificate = tbsCert
/external/curl/lib/
Dx509asn1.c710 struct Curl_asn1Element tbsCertificate; in Curl_parseX509() local
725 beg = getASN1Element(&tbsCertificate, beg, end); in Curl_parseX509()
737 beg = tbsCertificate.beg; in Curl_parseX509()
738 end = tbsCertificate.end; in Curl_parseX509()
/external/scapy/test/
Dx509.uts60 tbs = x.tbsCertificate