func crypto/x509.IsEncryptedPEMBlock

2 uses

	crypto/x509 (current package)
		pem_decrypt.go#L104: func IsEncryptedPEMBlock(b *pem.Block) bool {

	github.com/jackc/pgx/v5/pgconn
		config.go#L848: 		if x509.IsEncryptedPEMBlock(block) {