Searched defs:extractAndExpand (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/tink/go/hybrid/internal/hpke/ |
H A D | hkdf_kdf.go | 61 func (h *hkdfKDF) extractAndExpand(salt, ikm []byte, ikmLabel string, info []byte, infoLabel string… func
|
H A D | kdf.go | 42 …extractAndExpand(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 D | HpkeKdf.java | 77 byte[] extractAndExpand( in extractAndExpand() method
|
H A D | X25519HpkeKem.java | 52 private byte[] extractAndExpand(byte[] dhSharedSecret, byte[] kemContext) in extractAndExpand() method in X25519HpkeKem
|
H A D | HkdfHpkeKdf.java | 95 public byte[] extractAndExpand( in extractAndExpand() method in HkdfHpkeKdf
|
H A D | NistCurvesHpkeKem.java | 70 private byte[] extractAndExpand(byte[] dhSharedSecret, byte[] kemContext) in extractAndExpand() method in NistCurvesHpkeKem
|
/aosp_15_r20/external/boringssl/src/ssl/test/runner/hpke/ |
H A D | kem.go | 126 func extractAndExpand(dh, enc, publicKeyR []byte) []byte { func
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/hpke/ |
H A D | kem.go | 126 func extractAndExpand(dh, enc, publicKeyR []byte) []byte { func
|