type crypto/internal/hpke.Sender

5 uses

	crypto/internal/hpke (current package)
		hpke.go#L138: type Sender struct {
		hpke.go#L222: func SetupSender(kemID, kdfID, aeadID uint16, pub *ecdh.PublicKey, info []byte) ([]byte, *Sender, error) {
		hpke.go#L237: 	return encapsulatedKey, &Sender{context}, nil
		hpke.go#L275: func (s *Sender) Seal(aad, plaintext []byte) ([]byte, error) {

	crypto/tls
		handshake_client.go#L256: 	hpkeContext     *hpke.Sender