Home
last modified time | relevance | path

Searched refs:gcmCipher (Results 1 – 25 of 186) sorted by relevance

12345678

/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/pkg/encryption/
H A Dcipher.go88 type gcmCipher struct { struct
98 return &gcmCipher{Block: c}, err
102 func (c *gcmCipher) Encrypt(value []byte) ([]byte, error) { argument
118 func (c *gcmCipher) Decrypt(ciphertext []byte) ([]byte, error) { argument
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3-encryption-integration-tests/
H A DLiveClientTests.cpp238 …auto gcmCipher = CreateAES_GCMImplementation(cryptoMaterial.GetContentEncryptionKey(), HashingUtil… in TEST_F() local
241 …mmetricCryptoStream cryptoStream((Aws::OStream&)comparisonStream, CipherMode::Encrypt, *gcmCipher); in TEST_F()
325 …auto gcmCipher = CreateAES_GCMImplementation(cryptoMaterial.GetContentEncryptionKey(), HashingUtil… in TEST_F() local
328 …mmetricCryptoStream cryptoStream((Aws::OStream&)comparisonStream, CipherMode::Encrypt, *gcmCipher); in TEST_F()
444 …auto gcmCipher = CreateAES_GCMImplementation(cryptoMaterial.GetContentEncryptionKey(), HashingUtil… in TEST_F() local
447 …mmetricCryptoStream cryptoStream((Aws::OStream&)comparisonStream, CipherMode::Encrypt, *gcmCipher); in TEST_F()
528 …auto gcmCipher = CreateAES_GCMImplementation(cryptoMaterial.GetContentEncryptionKey(), HashingUtil… in TEST_F() local
531 …mmetricCryptoStream cryptoStream((Aws::OStream&)comparisonStream, CipherMode::Encrypt, *gcmCipher); in TEST_F()
651 …auto gcmCipher = CreateAES_GCMImplementation(cryptoMaterial.GetContentEncryptionKey(), HashingUtil… in TEST_F() local
654 …mmetricCryptoStream cryptoStream((Aws::OStream&)comparisonStream, CipherMode::Encrypt, *gcmCipher); in TEST_F()
/dports/security/vault/vault-1.8.2/vendor/github.com/keybase/go-crypto/ssh/
H A Dcipher.go248 type gcmCipher struct { struct
266 return &gcmCipher{
274 func (c *gcmCipher) writePacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) error { argument
308 func (c *gcmCipher) incIV() { argument
317 func (c *gcmCipher) readPacket(seqNum uint32, r io.Reader) ([]byte, error) { argument
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/machine/machine-7b7a141da844/vendor/golang.org/x/crypto/ssh/
H A Dcipher.go245 type gcmCipher struct { struct
263 return &gcmCipher{
271 func (c *gcmCipher) writePacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) error { argument
305 func (c *gcmCipher) incIV() { argument
314 func (c *gcmCipher) readPacket(seqNum uint32, r io.Reader) ([]byte, error) { argument
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/golang.org/x/crypto/ssh/
H A Dcipher.go248 type gcmCipher struct { struct
266 return &gcmCipher{
274 func (c *gcmCipher) writePacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) error { argument
308 func (c *gcmCipher) incIV() { argument
317 func (c *gcmCipher) readPacket(seqNum uint32, r io.Reader) ([]byte, error) { argument
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/golang.org/x/crypto/ssh/
H A Dcipher.go248 type gcmCipher struct { struct
266 return &gcmCipher{
274 func (c *gcmCipher) writePacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) error { argument
308 func (c *gcmCipher) incIV() { argument
317 func (c *gcmCipher) readPacket(seqNum uint32, r io.Reader) ([]byte, error) { argument
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/vault/vault-0.6.0/vendor/golang.org/x/crypto/ssh/
H A Dcipher.go252 type gcmCipher struct { struct
270 return &gcmCipher{
278 func (c *gcmCipher) writePacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) error { argument
312 func (c *gcmCipher) incIV() { argument
321 func (c *gcmCipher) readPacket(seqNum uint32, r io.Reader) ([]byte, error) { argument
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/go-swagger/go-swagger/vendor/golang.org/x/crypto/ssh/
H A Dcipher.go252 type gcmCipher struct { struct
270 return &gcmCipher{
278 func (c *gcmCipher) writePacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) error { argument
312 func (c *gcmCipher) incIV() { argument
321 func (c *gcmCipher) readPacket(seqNum uint32, r io.Reader) ([]byte, error) { argument
/dports/mail/mailhog/MailHog-1.0.0/vendor/golang.org/x/crypto/ssh/
H A Dcipher.go300 type gcmCipher struct { struct
318 return &gcmCipher{
326 func (c *gcmCipher) writePacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) error { argument
360 func (c *gcmCipher) incIV() { argument
369 func (c *gcmCipher) readPacket(seqNum uint32, r io.Reader) ([]byte, error) { argument
/dports/databases/tile38/tile38-1.12.0/vendor/golang.org/x/crypto/ssh/
H A Dcipher.go300 type gcmCipher struct { struct
318 return &gcmCipher{
326 func (c *gcmCipher) writePacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) error { argument
360 func (c *gcmCipher) incIV() { argument
369 func (c *gcmCipher) readPacket(seqNum uint32, r io.Reader) ([]byte, error) { argument
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/golang.org/x/crypto/ssh/
H A Dcipher.go300 type gcmCipher struct { struct
318 return &gcmCipher{
326 func (c *gcmCipher) writePacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) error { argument
360 func (c *gcmCipher) incIV() { argument
369 func (c *gcmCipher) readPacket(seqNum uint32, r io.Reader) ([]byte, error) { argument
/dports/security/vault/vault-1.8.2/vendor/github.com/joyent/triton-go/vendor/golang.org/x/crypto/ssh/
H A Dcipher.go300 type gcmCipher struct { struct
318 return &gcmCipher{
326 func (c *gcmCipher) writePacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) error { argument
360 func (c *gcmCipher) incIV() { argument
369 func (c *gcmCipher) readPacket(seqNum uint32, r io.Reader) ([]byte, error) { argument
/dports/devel/awless/awless-0.1.11/vendor/golang.org/x/crypto/ssh/
H A Dcipher.go300 type gcmCipher struct { struct
318 return &gcmCipher{
326 func (c *gcmCipher) writePacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) error { argument
360 func (c *gcmCipher) incIV() { argument
369 func (c *gcmCipher) readPacket(seqNum uint32, r io.Reader) ([]byte, error) { argument
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/weaveworks/promrus/vendor/golang.org/x/crypto/ssh/
H A Dcipher.go300 type gcmCipher struct { struct
318 return &gcmCipher{
326 func (c *gcmCipher) writePacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) error { argument
360 func (c *gcmCipher) incIV() { argument
369 func (c *gcmCipher) readPacket(seqNum uint32, r io.Reader) ([]byte, error) { argument
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/cloudfoundry/socks5-proxy/vendor/golang.org/x/crypto/ssh/
H A Dcipher.go300 type gcmCipher struct { struct
318 return &gcmCipher{
326 func (c *gcmCipher) writePacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) error { argument
360 func (c *gcmCipher) incIV() { argument
369 func (c *gcmCipher) readPacket(seqNum uint32, r io.Reader) ([]byte, error) { argument
/dports/sysutils/docker-machine/machine-0.16.2/vendor/golang.org/x/crypto/ssh/
H A Dcipher.go300 type gcmCipher struct { struct
318 return &gcmCipher{
326 func (c *gcmCipher) writePacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) error { argument
360 func (c *gcmCipher) incIV() { argument
369 func (c *gcmCipher) readPacket(seqNum uint32, r io.Reader) ([]byte, error) { argument
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/miekg/dns/vendor/golang.org/x/crypto/ssh/
H A Dcipher.go300 type gcmCipher struct { struct
318 return &gcmCipher{
326 func (c *gcmCipher) writePacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) error { argument
360 func (c *gcmCipher) incIV() { argument
369 func (c *gcmCipher) readPacket(seqNum uint32, r io.Reader) ([]byte, error) { argument
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/joyent/triton-go/vendor/golang.org/x/crypto/ssh/
H A Dcipher.go300 type gcmCipher struct { struct
318 return &gcmCipher{
326 func (c *gcmCipher) writePacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) error { argument
360 func (c *gcmCipher) incIV() { argument
369 func (c *gcmCipher) readPacket(seqNum uint32, r io.Reader) ([]byte, error) { argument
/dports/net/grpcui/grpcui-1.1.0/vendor/golang.org/x/crypto/ssh/
H A Dcipher.go304 type gcmCipher struct { struct
322 return &gcmCipher{
330 func (c *gcmCipher) writeCipherPacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) er… argument
364 func (c *gcmCipher) incIV() { argument
373 func (c *gcmCipher) readCipherPacket(seqNum uint32, r io.Reader) ([]byte, error) { argument
/dports/net/rclone/rclone-1.57.0/vendor/golang.org/x/crypto/ssh/
H A Dcipher.go303 type gcmCipher struct { struct
321 return &gcmCipher{
329 func (c *gcmCipher) writeCipherPacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) er… argument
363 func (c *gcmCipher) incIV() { argument
372 func (c *gcmCipher) readCipherPacket(seqNum uint32, r io.Reader) ([]byte, error) { argument
/dports/devel/gh/cli-2.4.0/vendor/golang.org/x/crypto/ssh/
H A Dcipher.go303 type gcmCipher struct { struct
321 return &gcmCipher{
329 func (c *gcmCipher) writeCipherPacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) er… argument
363 func (c *gcmCipher) incIV() { argument
372 func (c *gcmCipher) readCipherPacket(seqNum uint32, r io.Reader) ([]byte, error) { argument
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/golang.org/x/crypto/ssh/
H A Dcipher.go303 type gcmCipher struct { struct
321 return &gcmCipher{
329 func (c *gcmCipher) writeCipherPacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) er… argument
363 func (c *gcmCipher) incIV() { argument
372 func (c *gcmCipher) readCipherPacket(seqNum uint32, r io.Reader) ([]byte, error) { argument
/dports/databases/pg_tileserv/pg_tileserv-1.0.8/vendor/golang.org/x/crypto/ssh/
H A Dcipher.go303 type gcmCipher struct { struct
321 return &gcmCipher{
329 func (c *gcmCipher) writeCipherPacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) er… argument
363 func (c *gcmCipher) incIV() { argument
372 func (c *gcmCipher) readCipherPacket(seqNum uint32, r io.Reader) ([]byte, error) { argument
/dports/sysutils/cbsd-mq-router/cbsd-mq-router-0.2/vendor/golang.org/x/crypto/ssh/
H A Dcipher.go303 type gcmCipher struct { struct
321 return &gcmCipher{
329 func (c *gcmCipher) writeCipherPacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) er… argument
363 func (c *gcmCipher) incIV() { argument
372 func (c *gcmCipher) readCipherPacket(seqNum uint32, r io.Reader) ([]byte, error) { argument
/dports/sysutils/cbsd-mq-api/cbsd-mq-api-0.3/vendor/golang.org/x/crypto/ssh/
H A Dcipher.go303 type gcmCipher struct { struct
321 return &gcmCipher{
329 func (c *gcmCipher) writeCipherPacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) er… argument
363 func (c *gcmCipher) incIV() { argument
372 func (c *gcmCipher) readCipherPacket(seqNum uint32, r io.Reader) ([]byte, error) { argument

12345678