func crypto/tls.X509KeyPair

3 uses

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

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