Home
last modified time | relevance | path

Searched refs:Encap (Results 1 – 3 of 3) sorted by relevance

/external/ipsec-tools/src/racoon/samples/
Dracoon.conf.sample-natt30 # traffic between the peers. Normally the UDP-Encap traffic
/external/boringssl/src/ssl/test/runner/
Dkey_agreement.go400 hrssCiphertext, hrssShared := hrssPublicKey.Encap(rand)
/external/boringssl/src/ssl/test/runner/hrss/
Dhrss.go1047 func (pub *PublicKey) Encap(rand io.Reader) (ciphertext []byte, sharedKey []byte) { func