func crypto/tls.X509KeyPair
4 uses
crypto/tls (current package)
tls.go#L255: return X509KeyPair(certPEMBlock, keyPEMBlock)
tls.go#L266: func X509KeyPair(certPEMBlock, keyPEMBlock []byte) (Certificate, error) {
github.com/jackc/pgx/v5/pgconn
config.go#L882: cert, err := tls.X509KeyPair(certfile, pemKey)
net/http/httptest
server.go#L166: cert, err := tls.X509KeyPair(testcert.LocalhostCert, testcert.LocalhostKey)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)