Home
last modified time | relevance | path

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

/external/boringssl/src/util/fipstools/acvp/acvptool/subprocess/
Dhash.go57 type hashPrimitive struct { struct
60 algo string
62 size int
66 func (h *hashPrimitive) hash(msg []byte, m Transactable) []byte {
74 func (h *hashPrimitive) Process(vectorSet []byte, m Transactable) (interface{}, error) {