Searched defs:HMACPRF (Results 1 – 1 of 1) sorted by relevance
32 type HMACPRF struct { struct33 h func() hash.Hash member34 key []byte62 func (h HMACPRF) ComputePRF(data []byte, outputLength uint32) ([]byte, error) {