Home
last modified time | relevance | path

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

/external/tink/go/hybrid/internal/hpke/
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 {