func crypto/x509.NewCertPool

7 uses

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

	crypto/tls
		handshake_client.go#L1116: 				Intermediates: x509.NewCertPool(),
		handshake_client.go#L1139: 			Intermediates: x509.NewCertPool(),
		handshake_server.go#L929: 			Intermediates: x509.NewCertPool(),

	google.golang.org/grpc/credentials
		tls.go#L173: 	cp := x509.NewCertPool()

	net/http/httptest
		server.go#L174: 	certpool := x509.NewCertPool()