Home
last modified time | relevance | path

Searched defs:decapsulate (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/oblivious_http/buffers/
H A Doblivious_http_request_test.cc289 auto decapsulate = ObliviousHttpRequest::CreateServerObliviousRequest( in TEST() local
306 auto decapsulate = ObliviousHttpRequest::CreateServerObliviousRequest( in TEST() local
/aosp_15_r20/external/tink/go/hybrid/subtle/
H A Decies_hkdf_recipient_kem.go28 func (s *ECIESHKDFRecipientKem) decapsulate(kem []byte, hashAlg string, salt []byte, info []byte, k… func
/aosp_15_r20/external/tink/go/hybrid/internal/hpke/
H A Dkem.go33 decapsulate(encapsulatedKey, recipientPrivKey []byte) ([]byte, error) methodSpec
H A Dx25519_kem.go68 func (x *x25519KEM) decapsulate(encapsulatedKey, recipientPrivKey []byte) ([]byte, error) { func
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/hybrid/internal/
H A DHpkeKem.java47 byte[] decapsulate(byte[] encapsulatedKey, HpkeKemPrivateKey recipientPrivateKey) in decapsulate() method
H A DX25519HpkeKem.java108 public byte[] decapsulate(byte[] encapsulatedKey, HpkeKemPrivateKey recipientPrivateKey) in decapsulate() method in X25519HpkeKem
H A DNistCurvesHpkeKem.java145 public byte[] decapsulate(byte[] encapsulatedKey, HpkeKemPrivateKey recipientPrivateKey) in decapsulate() method in NistCurvesHpkeKem
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/hybrid/internal/
H A DX25519HpkeKemTest.java91 private void decapsulate(byte[] mode, byte[] kemId, byte[] kdfId, byte[] aeadId) in decapsulate() method in X25519HpkeKemTest