func crypto/x509.IsEncryptedPEMBlock

3 uses

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

	github.com/go-git/go-git/v5/plumbing/transport/ssh
		auth_method.go#L130: 	if x509.IsEncryptedPEMBlock(block) {

	golang.org/x/crypto/ssh
		keys.go#L1160: 	if !encryptedBlock(block) || !x509.IsEncryptedPEMBlock(block) {