Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/crypto/
Dcrypto.go19 func (h Hash) HashFunc() Hash { func
206 HashFunc() Hash methodSpec
/prebuilts/go/linux-x86/src/crypto/rsa/
Dpss.go270 func (opts *PSSOptions) HashFunc() crypto.Hash { func
/prebuilts/go/linux-x86/src/crypto/ed25519/
Ded25519.go134 func (o *Options) HashFunc() crypto.Hash { return o.Hash } func