Home
last modified time | relevance | path

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

/aosp_15_r20/external/tink/go/hybrid/internal/hpke/
H A Dhkdf_kdf.go61 func (h *hkdfKDF) extractAndExpand(salt, ikm []byte, ikmLabel string, info []byte, infoLabel string… func
H A Dkdf.go42extractAndExpand(salt, ikm []byte, ikmLabel string, info []byte, infoLabel string, suiteID []byte,… methodSpec
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/hybrid/internal/
H A DHpkeKdf.java77 byte[] extractAndExpand( in extractAndExpand() method
H A DX25519HpkeKem.java52 private byte[] extractAndExpand(byte[] dhSharedSecret, byte[] kemContext) in extractAndExpand() method in X25519HpkeKem
H A DHkdfHpkeKdf.java95 public byte[] extractAndExpand( in extractAndExpand() method in HkdfHpkeKdf
H A DNistCurvesHpkeKem.java70 private byte[] extractAndExpand(byte[] dhSharedSecret, byte[] kemContext) in extractAndExpand() method in NistCurvesHpkeKem
/aosp_15_r20/external/boringssl/src/ssl/test/runner/hpke/
H A Dkem.go126 func extractAndExpand(dh, enc, publicKeyR []byte) []byte { func
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/hpke/
H A Dkem.go126 func extractAndExpand(dh, enc, publicKeyR []byte) []byte { func