Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dtls_test.go1662 type brokenSigner struct{ crypto.Signer } struct
1664 …Signer) Sign(rand io.Reader, digest []byte, opts crypto.SignerOpts) (signature []byte, err error) {
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/x509/
Dx509_test.go3128 type brokenSigner struct { struct
3129 pub crypto.PublicKey
3132 func (bs *brokenSigner) Public() crypto.PublicKey {
3136 func (bs *brokenSigner) Sign(_ io.Reader, _ []byte, _ crypto.SignerOpts) ([]byte, error) {