func golang.org/x/crypto/ssh.newAESCTR
4 uses
golang.org/x/crypto/ssh (current package)
cipher.go#L47: func newAESCTR(key, iv []byte) (cipher.Stream, error) {
cipher.go#L102: "aes128-ctr": {16, aes.BlockSize, streamCipherMode(0, newAESCTR)},
cipher.go#L103: "aes192-ctr": {24, aes.BlockSize, streamCipherMode(0, newAESCTR)},
cipher.go#L104: "aes256-ctr": {32, aes.BlockSize, streamCipherMode(0, newAESCTR)},
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |