| /external/tink/java_src/src/main/java/com/google/crypto/tink/hybrid/internal/ |
| D | X25519HpkeKem.java | 66 HpkeKemEncapOutput encapsulate(byte[] recipientPublicKey, byte[] senderPrivateKey) in encapsulate() method in X25519HpkeKem 76 public HpkeKemEncapOutput encapsulate(byte[] recipientPublicKey) throws GeneralSecurityException { in encapsulate() method in X25519HpkeKem
|
| D | NistCurvesHpkeKem.java | 84 HpkeKemEncapOutput encapsulate(byte[] recipientPublicKey, KeyPair senderEphemeralKeyPair) in encapsulate() method in NistCurvesHpkeKem 102 public HpkeKemEncapOutput encapsulate(byte[] recipientPublicKey) throws GeneralSecurityException { in encapsulate() method in NistCurvesHpkeKem
|
| D | HpkeKem.java | 38 HpkeKemEncapOutput encapsulate(byte[] recipientPublicKey) throws GeneralSecurityException; in encapsulate() method
|
| /external/tink/go/hybrid/internal/hpke/ |
| D | kem.go | 28 encapsulate(recipientPubKey []byte) ([]byte, []byte, error) methodSpec
|
| D | x25519_kem.go | 48 func (x *x25519KEM) encapsulate(recipientPubKey []byte) (sharedSecret, senderPubKey []byte, err err… func
|
| /external/tink/go/hybrid/subtle/ |
| D | ecies_hkdf_sender_kem.go | 33 func (s *ECIESHKDFSenderKem) encapsulate(hashAlg string, salt []byte, info []byte, keySize uint32, … func
|
| /external/webrtc/modules/rtp_rtcp/source/ |
| D | rtp_packet_history.cc | 167 rtc::FunctionView<std::unique_ptr<RtpPacketToSend>(const RtpPacketToSend&)> in GetPacketAndMarkAsPending() 262 rtc::FunctionView<std::unique_ptr<RtpPacketToSend>(const RtpPacketToSend&)> in GetPayloadPaddingPacket()
|
| /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
| D | CMSSignedDataGenerator.java | 81 boolean encapsulate) in generate()
|
| /external/bouncycastle/repackaged_platform/bcpkix/src/main/java/com/android/internal/org/bouncycastle/cms/ |
| D | CMSSignedDataGenerator.java | 83 boolean encapsulate) in generate()
|
| /external/cronet/net/third_party/quiche/src/quiche/oblivious_http/buffers/ |
| D | oblivious_http_request_test.cc | 260 auto encapsulate = ObliviousHttpRequest::CreateClientObliviousRequest( in TEST() local 277 auto encapsulate = ObliviousHttpRequest::CreateClientObliviousRequest( in TEST() local
|
| /external/tink/java_src/src/test/java/com/google/crypto/tink/hybrid/internal/ |
| D | X25519HpkeKemTest.java | 69 private void encapsulate(byte[] mode, byte[] kemId, byte[] kdfId, byte[] aeadId) in encapsulate() method in X25519HpkeKemTest
|
| /external/python/cpython2/Lib/test/ |
| D | test_weakref.py | 426 def encapsulate(): function
|
| /external/python/cpython3/Lib/test/ |
| D | test_weakref.py | 554 def encapsulate(): function
|