Home
last modified time | relevance | path

Searched defs:encapsulate (Results 1 – 20 of 20) sorted by relevance

/external/tink/java_src/src/main/java/com/google/crypto/tink/hybrid/internal/
DX25519HpkeKem.java66 HpkeKemEncapOutput encapsulate(byte[] recipientPublicKey, byte[] senderPrivateKey) in encapsulate() method in X25519HpkeKem
76 public HpkeKemEncapOutput encapsulate(byte[] recipientPublicKey) throws GeneralSecurityException { in encapsulate() method in X25519HpkeKem
DNistCurvesHpkeKem.java84 HpkeKemEncapOutput encapsulate(byte[] recipientPublicKey, KeyPair senderEphemeralKeyPair) in encapsulate() method in NistCurvesHpkeKem
102 public HpkeKemEncapOutput encapsulate(byte[] recipientPublicKey) throws GeneralSecurityException { in encapsulate() method in NistCurvesHpkeKem
DHpkeKem.java38 HpkeKemEncapOutput encapsulate(byte[] recipientPublicKey) throws GeneralSecurityException; in encapsulate() method
/external/tink-java/src/main/java/com/google/crypto/tink/hybrid/internal/
DNistCurvesHpkeKem.java84 HpkeKemEncapOutput encapsulate(byte[] recipientPublicKey, KeyPair senderEphemeralKeyPair) in encapsulate() method in NistCurvesHpkeKem
102 public HpkeKemEncapOutput encapsulate(byte[] recipientPublicKey) throws GeneralSecurityException { in encapsulate() method in NistCurvesHpkeKem
DHpkeKem.java38 HpkeKemEncapOutput encapsulate(byte[] recipientPublicKey) throws GeneralSecurityException; in encapsulate() method
DX25519HpkeKem.java108 public HpkeKemEncapOutput encapsulate(byte[] recipientPublicKey) throws GeneralSecurityException { in encapsulate() method in X25519HpkeKem
/external/tink/go/hybrid/internal/hpke/
Dkem.go28 encapsulate(recipientPubKey []byte) ([]byte, []byte, error) methodSpec
Dx25519_kem.go48 func (x *x25519KEM) encapsulate(recipientPubKey []byte) (sharedSecret, senderPubKey []byte, err err… func
/external/tink/go/hybrid/subtle/
Decies_hkdf_sender_kem.go33 func (s *ECIESHKDFSenderKem) encapsulate(hashAlg string, salt []byte, info []byte, keySize uint32, … func
/external/boringssl/src/rust/bssl-crypto/src/
Dmlkem.rs113 pub fn encapsulate(&self) -> (Vec<u8>, [u8; SHARED_SECRET_BYTES]) { in encapsulate() method
232 pub fn encapsulate(&self) -> (Vec<u8>, [u8; SHARED_SECRET_BYTES]) { in encapsulate() method
/external/cronet/tot/third_party/boringssl/src/rust/bssl-crypto/src/
Dmlkem.rs113 pub fn encapsulate(&self) -> (Vec<u8>, [u8; SHARED_SECRET_BYTES]) { in encapsulate() method
232 pub fn encapsulate(&self) -> (Vec<u8>, [u8; SHARED_SECRET_BYTES]) { in encapsulate() method
/external/webrtc/modules/rtp_rtcp/source/
Drtp_packet_history.cc167 rtc::FunctionView<std::unique_ptr<RtpPacketToSend>(const RtpPacketToSend&)> in GetPacketAndMarkAsPending()
262 rtc::FunctionView<std::unique_ptr<RtpPacketToSend>(const RtpPacketToSend&)> in GetPayloadPaddingPacket()
/external/cronet/stable/third_party/boringssl/src/rust/bssl-crypto/src/
Dmlkem.rs113 pub fn encapsulate(&self) -> (Vec<u8>, [u8; SHARED_SECRET_BYTES]) { in encapsulate() method
232 pub fn encapsulate(&self) -> (Vec<u8>, [u8; SHARED_SECRET_BYTES]) { in encapsulate() method
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DCMSSignedDataGenerator.java105 boolean encapsulate) in generate()
/external/bouncycastle/repackaged_platform/bcpkix/src/main/java/com/android/internal/org/bouncycastle/cms/
DCMSSignedDataGenerator.java107 boolean encapsulate) in generate()
/external/cronet/stable/net/third_party/quiche/src/quiche/oblivious_http/buffers/
Doblivious_http_request_test.cc285 auto encapsulate = ObliviousHttpRequest::CreateClientObliviousRequest( in TEST() local
302 auto encapsulate = ObliviousHttpRequest::CreateClientObliviousRequest( in TEST() local
/external/cronet/tot/net/third_party/quiche/src/quiche/oblivious_http/buffers/
Doblivious_http_request_test.cc285 auto encapsulate = ObliviousHttpRequest::CreateClientObliviousRequest( in TEST() local
302 auto encapsulate = ObliviousHttpRequest::CreateClientObliviousRequest( in TEST() local
/external/tink/java_src/src/test/java/com/google/crypto/tink/hybrid/internal/
DX25519HpkeKemTest.java69 private void encapsulate(byte[] mode, byte[] kemId, byte[] kdfId, byte[] aeadId) in encapsulate() method in X25519HpkeKemTest
/external/tink-java/src/test/java/com/google/crypto/tink/hybrid/internal/
DX25519HpkeKemTest.java71 private void encapsulate(byte[] mode, byte[] kemId, byte[] kdfId, byte[] aeadId) in encapsulate() method in X25519HpkeKemTest
/external/python/cpython3/Lib/test/
Dtest_weakref.py605 def encapsulate(): function