Home
last modified time | relevance | path

Searched defs:CipherSuite (Results 1 – 25 of 484) sorted by relevance

12345678910>>...20

/dports/net/rclone/rclone-1.57.0/vendor/storj.io/common/encryption/
H A Dencryption.go36 func Encrypt(data []byte, cipher storj.CipherSuite, key *storj.Key, nonce *storj.Nonce) (cipherData…
57 func Decrypt(cipherData []byte, cipher storj.CipherSuite, key *storj.Key, nonce *storj.Nonce) (data…
78 func NewEncrypter(cipher storj.CipherSuite, key *storj.Key, startingNonce *storj.Nonce, encryptedBl…
94 func NewDecrypter(cipher storj.CipherSuite, key *storj.Key, startingNonce *storj.Nonce, encryptedBl…
110 func EncryptKey(keyToEncrypt *storj.Key, cipher storj.CipherSuite, key *storj.Key, nonce *storj.Non…
115 func DecryptKey(keyToDecrypt storj.EncryptedPrivateKey, cipher storj.CipherSuite, key *storj.Key, n…
H A Dpath.go84 func EncryptPath(bucket string, path paths.Unencrypted, pathCipher storj.CipherSuite, store *Store)…
90 func encryptPath(bucket string, path paths.Unencrypted, pathCipher *storj.CipherSuite, store *Store…
135 func EncryptIterator(iter paths.Iterator, cipher storj.CipherSuite, key *storj.Key) (string, error)…
154 func EncryptPathRaw(raw string, cipher storj.CipherSuite, key *storj.Key) (string, error) {
168 func DecryptPath(bucket string, path paths.Encrypted, pathCipher storj.CipherSuite, store *Store) (
174 func decryptPath(bucket string, path paths.Encrypted, pathCipher *storj.CipherSuite, store *Store) (
219 func DecryptIterator(iter paths.Iterator, cipher storj.CipherSuite, key *storj.Key) (string, error)…
238 func DecryptPathRaw(raw string, cipher storj.CipherSuite, key *storj.Key) (string, error) {
302 func encryptPathComponent(comp string, cipher storj.CipherSuite, key *storj.Key) (string, error) {
348 func decryptPathComponent(comp string, cipher storj.CipherSuite, key *storj.Key) (string, error) {
H A Dpath_test.go21 func newStore(key storj.Key, pathCipher storj.CipherSuite) *Store {
208 func forAllCiphers(test func(cipher storj.CipherSuite)) {
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/scan/crypto/tls/
H A Dcfsslscan_common.go110 type CipherSuite struct { struct
111 Name, ShortName string
113 ForwardSecret bool
114 EllipticCurve bool
118 func (c CipherSuite) String() string {
/dports/net/storj/storj-1.45.3/vendor/storj.io/common/encryption/
H A Dencryption.go36 func Encrypt(data []byte, cipher storj.CipherSuite, key *storj.Key, nonce *storj.Nonce) (cipherData…
57 func Decrypt(cipherData []byte, cipher storj.CipherSuite, key *storj.Key, nonce *storj.Nonce) (data…
78 func NewEncrypter(cipher storj.CipherSuite, key *storj.Key, startingNonce *storj.Nonce, encryptedBl…
94 func NewDecrypter(cipher storj.CipherSuite, key *storj.Key, startingNonce *storj.Nonce, encryptedBl…
110 func EncryptKey(keyToEncrypt *storj.Key, cipher storj.CipherSuite, key *storj.Key, nonce *storj.Non…
115 func DecryptKey(keyToDecrypt storj.EncryptedPrivateKey, cipher storj.CipherSuite, key *storj.Key, n…
H A Dpath.go84 func EncryptPath(bucket string, path paths.Unencrypted, pathCipher storj.CipherSuite, store *Store)…
90 func encryptPath(bucket string, path paths.Unencrypted, pathCipher *storj.CipherSuite, store *Store…
135 func EncryptIterator(iter paths.Iterator, cipher storj.CipherSuite, key *storj.Key) (string, error)…
154 func EncryptPathRaw(raw string, cipher storj.CipherSuite, key *storj.Key) (string, error) {
168 func DecryptPath(bucket string, path paths.Encrypted, pathCipher storj.CipherSuite, store *Store) (
174 func decryptPath(bucket string, path paths.Encrypted, pathCipher *storj.CipherSuite, store *Store) (
219 func DecryptIterator(iter paths.Iterator, cipher storj.CipherSuite, key *storj.Key) (string, error)…
238 func DecryptPathRaw(raw string, cipher storj.CipherSuite, key *storj.Key) (string, error) {
302 func encryptPathComponent(comp string, cipher storj.CipherSuite, key *storj.Key) (string, error) {
348 func decryptPathComponent(comp string, cipher storj.CipherSuite, key *storj.Key) (string, error) {
H A Dpath_test.go21 func newStore(key storj.Key, pathCipher storj.CipherSuite) *Store {
208 func forAllCiphers(test func(cipher storj.CipherSuite)) {
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/dtls/v2/
H A Dcipher_suite.go48 type CipherSuite interface { interface
88 func cipherSuiteForID(id CipherSuiteID, customCiphers func() []CipherSuite) CipherSuite {
147 func cipherSuiteIDs(cipherSuites []CipherSuite) []uint16 {
155 func parseCipherSuites(userSelectedSuites []CipherSuiteID, customCipherSuites func() []CipherSuite,…
/dports/security/meek/meek-0.35.0/vendor/github.com/refraction-networking/utls/
H A Du_public.go236 CipherSuite uint16 member
426 type CipherSuite struct { struct
427 Id uint16
429 KeyLen int
430 MacLen int
431 IvLen int
432 Ka func(version uint16) keyAgreement
434 Flags int
435 Cipher func(key, iv []byte, isRead bool) interface{}
437 Aead func(key, fixedNonce []byte) aead
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/refraction-networking/utls/
H A Du_public.go236 CipherSuite uint16 member
426 type CipherSuite struct { struct
427 Id uint16
429 KeyLen int
430 MacLen int
431 IvLen int
432 Ka func(version uint16) keyAgreement
434 Flags int
435 Cipher func(key, iv []byte, isRead bool) interface{}
437 Aead func(key, fixedNonce []byte) aead
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/refraction-networking/utls/
H A Du_public.go236 CipherSuite uint16 member
426 type CipherSuite struct { struct
427 Id uint16
429 KeyLen int
430 MacLen int
431 IvLen int
432 Ka func(version uint16) keyAgreement
434 Flags int
435 Cipher func(key, iv []byte, isRead bool) interface{}
437 Aead func(key, fixedNonce []byte) aead
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/gitlab.com/yawning/utls.git/
H A Du_public.go255 CipherSuite uint16 member
445 type CipherSuite struct { struct
446 Id uint16
448 KeyLen int
449 MacLen int
450 IvLen int
451 Ka func(version uint16) keyAgreement
453 Flags int
454 Cipher func(key, iv []byte, isRead bool) interface{}
456 Aead func(key, fixedNonce []byte) aead
[all …]
/dports/security/obfs4proxy-tor/obfs4proxy-0.0.11/vendor/gitlab.com/yawning/utls.git/
H A Du_public.go255 CipherSuite uint16 member
445 type CipherSuite struct { struct
446 Id uint16
448 KeyLen int
449 MacLen int
450 IvLen int
451 Ka func(version uint16) keyAgreement
453 Flags int
454 Cipher func(key, iv []byte, isRead bool) interface{}
456 Aead func(key, fixedNonce []byte) aead
[all …]
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/refraction-networking/utls/
H A Du_public.go236 CipherSuite uint16 member
436 type CipherSuite struct { struct
437 Id uint16
439 KeyLen int
440 MacLen int
441 IvLen int
442 Ka func(version uint16) keyAgreement
444 Flags int
445 Cipher func(key, iv []byte, isRead bool) interface{}
447 Aead func(key, fixedNonce []byte) aead
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/gitlab.com/yawning/utls.git/
H A Du_public.go255 CipherSuite uint16 member
455 type CipherSuite struct { struct
456 Id uint16
458 KeyLen int
459 MacLen int
460 IvLen int
461 Ka func(version uint16) keyAgreement
463 Flags int
464 Cipher func(key, iv []byte, isRead bool) interface{}
466 Aead func(key, fixedNonce []byte) aead
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/crypto/
H A DCipherSuite.java29 public enum CipherSuite { enum
38 CipherSuite(String name, int algoBlockSize) { in CipherSuite() method in CipherSuite
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/security-framework-2.4.1/src/
H A Dcipher_suite.rs12 impl CipherSuite { impl
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/security-framework-2.4.2/src/
H A Dcipher_suite.rs12 impl CipherSuite { impl
/dports/www/castor/castor-0.8.16/cargo-crates/security-framework-0.4.4/src/
H A Dcipher_suite.rs12 impl CipherSuite { impl
/dports/lang/gleam/gleam-0.18.2/cargo-crates/security-framework-2.4.2/src/
H A Dcipher_suite.rs12 impl CipherSuite { impl
/dports/dns/dog/dog-0.1.0/cargo-crates/security-framework-0.4.4/src/
H A Dcipher_suite.rs12 impl CipherSuite { impl
/dports/net-im/fractal/fractal-4.4.0/vendor/security-framework/src/
H A Dcipher_suite.rs12 impl CipherSuite { impl
/dports/net/routinator/routinator-0.10.2/cargo-crates/security-framework-2.3.1/src/
H A Dcipher_suite.rs12 impl CipherSuite { impl
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/security-framework-2.4.2/src/
H A Dcipher_suite.rs12 impl CipherSuite { impl
/dports/www/rearx/rearx-0.1.4/cargo-crates/security-framework-2.1.2/src/
H A Dcipher_suite.rs12 impl CipherSuite { impl

12345678910>>...20