func crypto/x509.DecryptPEMBlock
3 uses
crypto/x509 (current package)
pem_decrypt.go#L124: func DecryptPEMBlock(b *pem.Block, password []byte) ([]byte, error) {
github.com/jackc/pgx/v5/pgconn
config.go#L852: decryptedKey, decryptedError = x509.DecryptPEMBlock(block, []byte(sslpassword)) //nolint:ineffassign
config.go#L864: decryptedKey, decryptedError = x509.DecryptPEMBlock(block, []byte(sslpassword))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)