Home
last modified time | relevance | path

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

/aosp_15_r20/external/tink/go/prf/subtle/
H A Dhmac.go32 type HMACPRF struct { struct
33 h func() hash.Hash member
34 key []byte
62 func (h HMACPRF) ComputePRF(data []byte, outputLength uint32) ([]byte, error) {