MCPcopy Index your code
hub / github.com/golang/crypto / Algorithms

Method Algorithms

ssh/keys.go:393–393  ·  view source on GitHub ↗

Algorithms returns the available algorithms in preference order. The list must not be empty, and it must not include certificate types.

()

Source from the content-addressed store, hash-verified

391 // Algorithms returns the available algorithms in preference order. The list
392 // must not be empty, and it must not include certificate types.
393 Algorithms() []string
394}
395
396// NewSignerWithAlgorithms returns a signer restricted to the specified

Callers 9

pickSignatureAlgorithmFunction · 0.95
NewSignerWithAlgorithmsFunction · 0.65
NewCertSignerFunction · 0.65
SignCertMethod · 0.65
clientAuthenticateMethod · 0.65
authMethod · 0.65
TestNegotiatedAlgorithmsFunction · 0.65
sendKexInitMethod · 0.65
pickHostKeyFunction · 0.65

Implementers 4

dsaPrivateKeyssh/keys.go
wrappedSignerssh/keys.go
sshConnssh/connection.go

Calls

no outgoing calls

Tested by 1

TestNegotiatedAlgorithmsFunction · 0.52