func crypto/x509.NewCertPool

4 uses

	crypto/x509 (current package)
		cert_pool.go#L55: func NewCertPool() *CertPool {
		root_darwin.go#L106: 	pool := NewCertPool()

	crypto/tls
		handshake_client.go#L841: 			Intermediates: x509.NewCertPool(),
		handshake_server.go#L791: 			Intermediates: x509.NewCertPool(),