Home
last modified time | relevance | path

Searched defs:Encap (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/
H A Dssl_key_share.cc70 bool Encap(CBB *out_ciphertext, Array<uint8_t> *out_secret, in Encap() function in __anon3bf431340111::ECKeyShare
150 bool Encap(CBB *out_ciphertext, Array<uint8_t> *out_secret, in Encap() function in __anon3bf431340111::X25519KeyShare
217 bool Encap(CBB *out_ciphertext, Array<uint8_t> *out_secret, in Encap() function in __anon3bf431340111::X25519Kyber768KeyShare
/aosp_15_r20/external/boringssl/src/ssl/
H A Dssl_key_share.cc71 bool Encap(CBB *out_ciphertext, Array<uint8_t> *out_secret, in Encap() function in __anon2bbf55810111::ECKeyShare
151 bool Encap(CBB *out_ciphertext, Array<uint8_t> *out_secret, in Encap() function in __anon2bbf55810111::X25519KeyShare
218 bool Encap(CBB *out_ciphertext, Array<uint8_t> *out_secret, in Encap() function in __anon2bbf55810111::X25519Kyber768KeyShare
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/hpke/
Dhpke.go89 func (dh *dhKEM) Encap(pubRecipient *ecdh.PublicKey) (sharedSecret []byte, encapPub []byte, err err… func
/aosp_15_r20/external/boringssl/src/ssl/test/runner/kyber/
H A Dkyber.go534 func (pub *PublicKey) Encap(outSharedSecret []byte, entropy *[32]byte) *[CiphertextSize]byte { func
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/kyber/
H A Dkyber.go534 func (pub *PublicKey) Encap(outSharedSecret []byte, entropy *[32]byte) *[CiphertextSize]byte { func