Home
last modified time | relevance | path

Searched defs:SecureCookie (Results 1 – 13 of 13) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/gorilla/securecookie/
H A Dsecurecookie.go155 type SecureCookie struct { struct
156 hashKey []byte
157 hashFunc func() hash.Hash
158 blockKey []byte
159 block cipher.Block
160 maxLength int
161 maxAge int64
162 minAge int64
163 err error
164 sz Serializer
[all …]
/dports/audio/gonic/gonic-0.8.4/vendor/github.com/gorilla/securecookie/
H A Dsecurecookie.go155 type SecureCookie struct { struct
156 hashKey []byte
157 hashFunc func() hash.Hash
158 blockKey []byte
159 block cipher.Block
160 maxLength int
161 maxAge int64
162 minAge int64
163 err error
164 sz Serializer
[all …]
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/github.com/gorilla/securecookie/
H A Dsecurecookie.go155 type SecureCookie struct { struct
156 hashKey []byte
157 hashFunc func() hash.Hash
158 blockKey []byte
159 block cipher.Block
160 maxLength int
161 maxAge int64
162 minAge int64
163 err error
164 sz Serializer
[all …]
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/github.com/gorilla/securecookie/
H A Dsecurecookie.go155 type SecureCookie struct { struct
156 hashKey []byte
157 hashFunc func() hash.Hash
158 blockKey []byte
159 block cipher.Block
160 maxLength int
161 maxAge int64
162 minAge int64
163 err error
164 sz Serializer
[all …]
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/gorilla/securecookie/
H A Dsecurecookie.go155 type SecureCookie struct { struct
156 hashKey []byte
157 hashFunc func() hash.Hash
158 blockKey []byte
159 block cipher.Block
160 maxLength int
161 maxAge int64
162 minAge int64
163 err error
164 sz Serializer
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/gorilla/securecookie/
H A Dsecurecookie.go155 type SecureCookie struct { struct
156 hashKey []byte
157 hashFunc func() hash.Hash
158 blockKey []byte
159 block cipher.Block
160 maxLength int
161 maxAge int64
162 minAge int64
163 err error
164 sz Serializer
[all …]
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/github.com/gorilla/securecookie/
H A Dsecurecookie.go155 type SecureCookie struct { struct
156 hashKey []byte
157 hashFunc func() hash.Hash
158 blockKey []byte
159 block cipher.Block
160 maxLength int
161 maxAge int64
162 minAge int64
163 err error
164 sz Serializer
[all …]
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/gorilla/securecookie/
H A Dsecurecookie.go155 type SecureCookie struct { struct
156 hashKey []byte
157 hashFunc func() hash.Hash
158 blockKey []byte
159 block cipher.Block
160 maxLength int
161 maxAge int64
162 minAge int64
163 err error
164 sz Serializer
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/gorilla/securecookie/
H A Dsecurecookie.go155 type SecureCookie struct { struct
156 hashKey []byte
157 hashFunc func() hash.Hash
158 blockKey []byte
159 block cipher.Block
160 maxLength int
161 maxAge int64
162 minAge int64
163 err error
164 sz Serializer
[all …]
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/werkzeug/contrib/
H A Dsecurecookie.py121 class SecureCookie(ModificationTrackingDict): class
/dports/www/py-secure-cookie/secure-cookie-0.2.0/src/secure_cookie/
H A Dcookie.py159 class SecureCookie(ModificationTrackingDict): class
/dports/www/moinmoin/moin-1.9.11/MoinMoin/support/secure_cookie/
H A Dcookie.py160 class SecureCookie(ModificationTrackingDict): class
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/src/client/
H A Dmain.go138 func NewSignalingClient(cookie *securecookie.SecureCookie, url string, stats *Stats, ready_wg *sync…