Home
last modified time | relevance | path

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

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