func crypto/tls.X509KeyPair

3 uses

	crypto/tls (current package)
		tls.go#L256: 	return X509KeyPair(certPEMBlock, keyPEMBlock)
		tls.go#L267: func X509KeyPair(certPEMBlock, keyPEMBlock []byte) (Certificate, error) {

	net/http/httptest
		server.go#L149: 	cert, err := tls.X509KeyPair(testcert.LocalhostCert, testcert.LocalhostKey)