Home
last modified time | relevance | path

Searched defs:CertPool (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/x509/
Dcert_pool.go17 type CertPool struct { struct
18 byName map[string][]int // cert.RawSubject => index into lazyCerts
22 lazyCerts []lazyCert
29 haveSum map[sum224]bool
35 systemPool bool
73 func (s *CertPool) len() int {
81 func (s *CertPool) cert(n int) (*Certificate, func([]*Certificate) error, error) {
87 func (s *CertPool) Clone() *CertPool {
132 func (s *CertPool) findPotentialParents(cert *Certificate) []potentialParent {
172 func (s *CertPool) contains(cert *Certificate) bool {
[all …]
Droot.go61 func SetFallbackRoots(roots *CertPool) {
Dx509_test.go3175 func allCerts(t *testing.T, p *CertPool) []*Certificate {
3185 func certPoolEqual(a, b *CertPool) bool {
Dname_constraints_test.go2014 func testChainAgainstOpenSSL(t *testing.T, leaf *Certificate, intermediates, roots *CertPool) (stri…