Home
last modified time | relevance | path

Searched defs:gcmCipher (Results 1 – 25 of 184) sorted by relevance

12345678

/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/pkg/encryption/
H A Dcipher.go88 type gcmCipher struct { struct
89 cipher.Block
102 func (c *gcmCipher) Encrypt(value []byte) ([]byte, error) {
118 func (c *gcmCipher) Decrypt(ciphertext []byte) ([]byte, error) {
/dports/security/vault/vault-1.8.2/vendor/github.com/keybase/go-crypto/ssh/
H A Dcipher.go248 type gcmCipher struct { struct
249 aead cipher.AEAD
250 prefix [4]byte
251 iv []byte
252 buf []byte
274 func (c *gcmCipher) writePacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) error {
308 func (c *gcmCipher) incIV() {
317 func (c *gcmCipher) readPacket(seqNum uint32, r io.Reader) ([]byte, error) {
/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
246 aead cipher.AEAD
247 prefix [4]byte
248 iv []byte
249 buf []byte
271 func (c *gcmCipher) writePacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) error {
305 func (c *gcmCipher) incIV() {
314 func (c *gcmCipher) readPacket(seqNum uint32, r io.Reader) ([]byte, error) {
/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
249 aead cipher.AEAD
250 prefix [4]byte
251 iv []byte
252 buf []byte
274 func (c *gcmCipher) writePacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) error {
308 func (c *gcmCipher) incIV() {
317 func (c *gcmCipher) readPacket(seqNum uint32, r io.Reader) ([]byte, error) {
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/golang.org/x/crypto/ssh/
H A Dcipher.go248 type gcmCipher struct { struct
249 aead cipher.AEAD
250 prefix [4]byte
251 iv []byte
252 buf []byte
274 func (c *gcmCipher) writePacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) error {
308 func (c *gcmCipher) incIV() {
317 func (c *gcmCipher) readPacket(seqNum uint32, r io.Reader) ([]byte, error) {
/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
253 aead cipher.AEAD
254 prefix [4]byte
255 iv []byte
256 buf []byte
278 func (c *gcmCipher) writePacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) error {
312 func (c *gcmCipher) incIV() {
321 func (c *gcmCipher) readPacket(seqNum uint32, r io.Reader) ([]byte, error) {
/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
253 aead cipher.AEAD
254 prefix [4]byte
255 iv []byte
256 buf []byte
278 func (c *gcmCipher) writePacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) error {
312 func (c *gcmCipher) incIV() {
321 func (c *gcmCipher) readPacket(seqNum uint32, r io.Reader) ([]byte, error) {
/dports/mail/mailhog/MailHog-1.0.0/vendor/golang.org/x/crypto/ssh/
H A Dcipher.go300 type gcmCipher struct { struct
301 aead cipher.AEAD
302 prefix [4]byte
303 iv []byte
304 buf []byte
326 func (c *gcmCipher) writePacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) error {
360 func (c *gcmCipher) incIV() {
369 func (c *gcmCipher) readPacket(seqNum uint32, r io.Reader) ([]byte, error) {
/dports/databases/tile38/tile38-1.12.0/vendor/golang.org/x/crypto/ssh/
H A Dcipher.go300 type gcmCipher struct { struct
301 aead cipher.AEAD
302 prefix [4]byte
303 iv []byte
304 buf []byte
326 func (c *gcmCipher) writePacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) error {
360 func (c *gcmCipher) incIV() {
369 func (c *gcmCipher) readPacket(seqNum uint32, r io.Reader) ([]byte, error) {
/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
301 aead cipher.AEAD
302 prefix [4]byte
303 iv []byte
304 buf []byte
326 func (c *gcmCipher) writePacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) error {
360 func (c *gcmCipher) incIV() {
369 func (c *gcmCipher) readPacket(seqNum uint32, r io.Reader) ([]byte, error) {
/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
301 aead cipher.AEAD
302 prefix [4]byte
303 iv []byte
304 buf []byte
326 func (c *gcmCipher) writePacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) error {
360 func (c *gcmCipher) incIV() {
369 func (c *gcmCipher) readPacket(seqNum uint32, r io.Reader) ([]byte, error) {
/dports/devel/awless/awless-0.1.11/vendor/golang.org/x/crypto/ssh/
H A Dcipher.go300 type gcmCipher struct { struct
301 aead cipher.AEAD
302 prefix [4]byte
303 iv []byte
304 buf []byte
326 func (c *gcmCipher) writePacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) error {
360 func (c *gcmCipher) incIV() {
369 func (c *gcmCipher) readPacket(seqNum uint32, r io.Reader) ([]byte, error) {
/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
301 aead cipher.AEAD
302 prefix [4]byte
303 iv []byte
304 buf []byte
326 func (c *gcmCipher) writePacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) error {
360 func (c *gcmCipher) incIV() {
369 func (c *gcmCipher) readPacket(seqNum uint32, r io.Reader) ([]byte, error) {
/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
301 aead cipher.AEAD
302 prefix [4]byte
303 iv []byte
304 buf []byte
326 func (c *gcmCipher) writePacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) error {
360 func (c *gcmCipher) incIV() {
369 func (c *gcmCipher) readPacket(seqNum uint32, r io.Reader) ([]byte, error) {
/dports/sysutils/docker-machine/machine-0.16.2/vendor/golang.org/x/crypto/ssh/
H A Dcipher.go300 type gcmCipher struct { struct
301 aead cipher.AEAD
302 prefix [4]byte
303 iv []byte
304 buf []byte
326 func (c *gcmCipher) writePacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) error {
360 func (c *gcmCipher) incIV() {
369 func (c *gcmCipher) readPacket(seqNum uint32, r io.Reader) ([]byte, error) {
/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
301 aead cipher.AEAD
302 prefix [4]byte
303 iv []byte
304 buf []byte
326 func (c *gcmCipher) writePacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) error {
360 func (c *gcmCipher) incIV() {
369 func (c *gcmCipher) readPacket(seqNum uint32, r io.Reader) ([]byte, error) {
/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
301 aead cipher.AEAD
302 prefix [4]byte
303 iv []byte
304 buf []byte
326 func (c *gcmCipher) writePacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) error {
360 func (c *gcmCipher) incIV() {
369 func (c *gcmCipher) readPacket(seqNum uint32, r io.Reader) ([]byte, error) {
/dports/net/grpcui/grpcui-1.1.0/vendor/golang.org/x/crypto/ssh/
H A Dcipher.go304 type gcmCipher struct { struct
305 aead cipher.AEAD
306 prefix [4]byte
307 iv []byte
308 buf []byte
330 …(c *gcmCipher) writeCipherPacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) error {
364 func (c *gcmCipher) incIV() {
373 func (c *gcmCipher) readCipherPacket(seqNum uint32, r io.Reader) ([]byte, error) {
/dports/net/rclone/rclone-1.57.0/vendor/golang.org/x/crypto/ssh/
H A Dcipher.go303 type gcmCipher struct { struct
304 aead cipher.AEAD
305 prefix [4]byte
306 iv []byte
307 buf []byte
329 …(c *gcmCipher) writeCipherPacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) error {
363 func (c *gcmCipher) incIV() {
372 func (c *gcmCipher) readCipherPacket(seqNum uint32, r io.Reader) ([]byte, error) {
/dports/devel/gh/cli-2.4.0/vendor/golang.org/x/crypto/ssh/
H A Dcipher.go303 type gcmCipher struct { struct
304 aead cipher.AEAD
305 prefix [4]byte
306 iv []byte
307 buf []byte
329 …(c *gcmCipher) writeCipherPacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) error {
363 func (c *gcmCipher) incIV() {
372 func (c *gcmCipher) readCipherPacket(seqNum uint32, r io.Reader) ([]byte, error) {
/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
304 aead cipher.AEAD
305 prefix [4]byte
306 iv []byte
307 buf []byte
329 …(c *gcmCipher) writeCipherPacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) error {
363 func (c *gcmCipher) incIV() {
372 func (c *gcmCipher) readCipherPacket(seqNum uint32, r io.Reader) ([]byte, error) {
/dports/databases/pg_tileserv/pg_tileserv-1.0.8/vendor/golang.org/x/crypto/ssh/
H A Dcipher.go303 type gcmCipher struct { struct
304 aead cipher.AEAD
305 prefix [4]byte
306 iv []byte
307 buf []byte
329 …(c *gcmCipher) writeCipherPacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) error {
363 func (c *gcmCipher) incIV() {
372 func (c *gcmCipher) readCipherPacket(seqNum uint32, r io.Reader) ([]byte, error) {
/dports/sysutils/cbsd-mq-router/cbsd-mq-router-0.2/vendor/golang.org/x/crypto/ssh/
H A Dcipher.go303 type gcmCipher struct { struct
304 aead cipher.AEAD
305 prefix [4]byte
306 iv []byte
307 buf []byte
329 …(c *gcmCipher) writeCipherPacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) error {
363 func (c *gcmCipher) incIV() {
372 func (c *gcmCipher) readCipherPacket(seqNum uint32, r io.Reader) ([]byte, error) {
/dports/sysutils/cbsd-mq-api/cbsd-mq-api-0.3/vendor/golang.org/x/crypto/ssh/
H A Dcipher.go303 type gcmCipher struct { struct
304 aead cipher.AEAD
305 prefix [4]byte
306 iv []byte
307 buf []byte
329 …(c *gcmCipher) writeCipherPacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) error {
363 func (c *gcmCipher) incIV() {
372 func (c *gcmCipher) readCipherPacket(seqNum uint32, r io.Reader) ([]byte, error) {
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/crypto/ssh/
H A Dcipher.go303 type gcmCipher struct { struct
304 aead cipher.AEAD
305 prefix [4]byte
306 iv []byte
307 buf []byte
329 …(c *gcmCipher) writeCipherPacket(seqNum uint32, w io.Writer, rand io.Reader, packet []byte) error {
363 func (c *gcmCipher) incIV() {
372 func (c *gcmCipher) readCipherPacket(seqNum uint32, r io.Reader) ([]byte, error) {

12345678