type golang.org/x/crypto/openpgp.PromptFunction

2 uses

	golang.org/x/crypto/openpgp (current package)
		read.go#L73: type PromptFunction func(keys []Key, symmetric bool) ([]byte, error)
		read.go#L86: func ReadMessage(r io.Reader, keyring KeyRing, prompt PromptFunction, config *packet.Config) (md *MessageDetails, err error) {