Searched defs:PSSOptions (Results 1 – 1 of 1) sorted by relevance
257 type PSSOptions struct { struct261 SaltLength int266 Hash crypto.Hash270 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…