(rand io.Reader, data []byte, algorithm string)
| 289 | } |
| 290 | |
| 291 | func (s *algorithmOpenSSHCertSigner) SignWithAlgorithm(rand io.Reader, data []byte, algorithm string) (*Signature, error) { |
| 292 | return s.algorithmSigner.SignWithAlgorithm(rand, data, algorithm) |
| 293 | } |
| 294 | |
| 295 | const sourceAddressCriticalOption = "source-address" |
| 296 |
nothing calls this directly
no test coverage detected