Home
last modified time | relevance | path

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

/aosp_15_r20/external/boringssl/src/util/fipstools/acvp/acvptool/subprocess/
H A 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) (any, error) {
/aosp_15_r20/external/cronet/third_party/boringssl/src/util/fipstools/acvp/acvptool/subprocess/
H A 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) (any, error) {