Searched refs:rsaPSSSigner (Results 1 – 2 of 2) sorted by relevance
/external/boringssl/src/ssl/test/runner/ |
D | sign.go | 215 type rsaPSSSigner struct { struct 219 func (r *rsaPSSSigner) supportsKey(key crypto.PrivateKey) bool { argument 224 func (r *rsaPSSSigner) signMessage(key crypto.PrivateKey, config *Config, msg []byte) ([]byte, erro… argument 235 func (r *rsaPSSSigner) verifyMessage(key crypto.PublicKey, msg, sig []byte) error { argument 323 return &rsaPSSSigner{crypto.SHA256}, nil 325 return &rsaPSSSigner{crypto.SHA384}, nil 327 return &rsaPSSSigner{crypto.SHA512}, nil
|
/external/cronet/third_party/boringssl/src/ssl/test/runner/ |
D | sign.go | 215 type rsaPSSSigner struct { struct 219 func (r *rsaPSSSigner) supportsKey(key crypto.PrivateKey) bool { argument 224 func (r *rsaPSSSigner) signMessage(key crypto.PrivateKey, config *Config, msg []byte) ([]byte, erro… argument 235 func (r *rsaPSSSigner) verifyMessage(key crypto.PublicKey, msg, sig []byte) error { argument 323 return &rsaPSSSigner{crypto.SHA256}, nil 325 return &rsaPSSSigner{crypto.SHA384}, nil 327 return &rsaPSSSigner{crypto.SHA512}, nil
|