Home
last modified time | relevance | path

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

/external/boringssl/src/util/fipstools/acvp/acvptool/subprocess/
Dhmac.go56 type hmacPrimitive struct { struct
59 algo string
60 mdLen int // mdLen is the number of bytes of output that the underlying hash produces.
64 func (h *hmacPrimitive) hmac(msg []byte, key []byte, outBits int, m Transactable) []byte {
79 func (h *hmacPrimitive) Process(vectorSet []byte, m Transactable) (interface{}, error) {