Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/rsa/
Dpss.go257 type PSSOptions struct { struct
261 SaltLength int
266 Hash crypto.Hash
270 func (opts *PSSOptions) HashFunc() crypto.Hash {
274 func (opts *PSSOptions) saltLength() int {
292 func SignPSS(rand io.Reader, priv *PrivateKey, hash crypto.Hash, digest []byte, opts *PSSOptions) (…
344 func VerifyPSS(pub *PublicKey, hash crypto.Hash, digest []byte, sig []byte, opts *PSSOptions) error…