const golang.org/x/crypto/openpgp/packet.PubKeyAlgoElGamal
16 uses
golang.org/x/crypto/openpgp/packet (current package)
encrypted_key.go#L49: case PubKeyAlgoElGamal:
encrypted_key.go#L85: case PubKeyAlgoElGamal:
encrypted_key.go#L114: case PubKeyAlgoElGamal:
encrypted_key.go#L129: case PubKeyAlgoElGamal:
encrypted_key.go#L157: case PubKeyAlgoElGamal:
packet.go#L441: PubKeyAlgoElGamal PublicKeyAlgorithm = 16
packet.go#L456: case PubKeyAlgoRSA, PubKeyAlgoRSAEncryptOnly, PubKeyAlgoElGamal:
private_key.go#L288: case PubKeyAlgoElGamal:
public_key.go#L216: PubKeyAlgo: PubKeyAlgoElGamal,
public_key.go#L275: case PubKeyAlgoElGamal:
public_key.go#L409: case PubKeyAlgoElGamal:
public_key.go#L438: case PubKeyAlgoElGamal:
public_key.go#L484: case PubKeyAlgoElGamal:
public_key.go#L499: return pk.PubKeyAlgo != PubKeyAlgoRSAEncryptOnly && pk.PubKeyAlgo != PubKeyAlgoElGamal
public_key.go#L747: case PubKeyAlgoElGamal:
golang.org/x/crypto/openpgp
read.go#L116: case packet.PubKeyAlgoRSA, packet.PubKeyAlgoRSAEncryptOnly, packet.PubKeyAlgoElGamal:
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |