Home
last modified time | relevance | path

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

/util/fipstools/acvp/acvptool/subprocess/
A Dkda.go86 type hkdfConfiguration struct { struct
87 Type string `json:"kdfType"`
88 OutputBits uint32 `json:"l"`
89 HashName string `json:"hmacAlg"`
90 FixedInfoPattern string `json:"fixedInfoPattern"`
91 FixedInputEncoding string `json:"fixedInfoEncoding"`
94 func (c *hkdfConfiguration) extract() (outBytes uint32, hashName string, err error) {

Completed in 13 milliseconds