Searched defs:Encap (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/ |
H A D | ssl_key_share.cc | 70 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 D | ssl_key_share.cc | 71 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/ |
D | hpke.go | 89 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 D | kyber.go | 534 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 D | kyber.go | 534 func (pub *PublicKey) Encap(outSharedSecret []byte, entropy *[32]byte) *[CiphertextSize]byte { func
|