func crypto/x509.NewCertPool

5 uses

	crypto/x509 (current package)
		cert_pool.go#L64: func NewCertPool() *CertPool {
		root_unix.go#L33: 	roots := NewCertPool()

	crypto/tls
		handshake_client.go#L1103: 				Intermediates: x509.NewCertPool(),
		handshake_client.go#L1121: 			Intermediates: x509.NewCertPool(),
		handshake_server.go#L905: 			Intermediates: x509.NewCertPool(),