Searched defs:HashFunc (Results 1 – 8 of 8) sorted by relevance
19 func (h Hash) HashFunc() Hash { func206 HashFunc() Hash methodSpec
33 typedef bool HashFunc(const std::string& value, std::vector<uint8_t>* output); typedef
41 HashFunc func() hash.Hash member
211 std::hash<std::string> HashFunc; in MakeHash() local
270 func (opts *PSSOptions) HashFunc() crypto.Hash { func
34 HashFunc string `json:"hmacAlg"` member
134 func (o *Options) HashFunc() crypto.Hash { return o.Hash } func