golang.org/x/crypto/openpgp.MessageDetails.EncryptedToKeyIds (field)

3 uses

	golang.org/x/crypto/openpgp (current package)
		read.go#L41: 	EncryptedToKeyIds        []uint64            // the list of recipient key ids.
		read.go#L114: 			md.EncryptedToKeyIds = append(md.EncryptedToKeyIds, p.KeyId)