Home
last modified time | relevance | path

Searched defs:hkdfKDF (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tink/go/hybrid/internal/hpke/
H A Dhkdf_kdf.go28 type hkdfKDF struct { struct
30 kdfID uint16
31 hashFunction crypto.Hash
44 func (h *hkdfKDF) labeledExtract(salt, ikm []byte, ikmLabel string, suiteID []byte) []byte {
48 …DF) labeledExpand(prk, info []byte, infoLabel string, suiteID []byte, length int) ([]byte, error) {
61 …byte, ikmLabel string, info []byte, infoLabel string, suiteID []byte, length int) ([]byte, error) {
66 func (h *hkdfKDF) id() uint16 {
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/hpke/
Dhpke.go25 type hkdfKDF struct { struct
26 hash crypto.Hash
29 … (kdf *hkdfKDF) LabeledExtract(suiteID []byte, salt []byte, label string, inputKey []byte) []byte {
38 … LabeledExpand(suiteID []byte, randomKey []byte, label string, info []byte, length uint16) []byte {