Home
last modified time | relevance | path

Searched refs:CipherType (Results 1 – 25 of 159) sorted by relevance

1234567

/dports/security/xray-core/Xray-core-1.5.0/proxy/shadowsocks/
H A Dconfig.pb.go25 type CipherType int32 type
28 CipherType_UNKNOWN CipherType = 0
29 CipherType_AES_128_GCM CipherType = 5
30 CipherType_AES_256_GCM CipherType = 6
31 CipherType_CHACHA20_POLY1305 CipherType = 7
32 CipherType_NONE CipherType = 8
53 func (x CipherType) Enum() *CipherType {
54 p := new(CipherType)
59 func (x CipherType) String() string {
128 func (x *Account) GetCipherType() CipherType {
[all …]
H A Dprotocol_test.go37 CipherType: CipherType_AES_128_GCM,
76 CipherType: CipherType_AES_128_GCM,
92 CipherType: CipherType_AES_256_GCM,
108 CipherType: CipherType_CHACHA20_POLY1305,
152 CipherType: CipherType_CHACHA20_POLY1305,
H A Dconfig.proto15 CipherType cipher_type = 2;
18 enum CipherType { enum
/dports/net/v2ray/v2ray-core-4.36.2/proxy/shadowsocks/
H A Dconfig.pb.go30 type CipherType int32 type
33 CipherType_UNKNOWN CipherType = 0
34 CipherType_AES_128_GCM CipherType = 1
35 CipherType_AES_256_GCM CipherType = 2
36 CipherType_CHACHA20_POLY1305 CipherType = 3
37 CipherType_NONE CipherType = 4
58 func (x CipherType) Enum() *CipherType {
59 p := new(CipherType)
64 func (x CipherType) String() string {
133 func (x *Account) GetCipherType() CipherType {
[all …]
H A Dprotocol_test.go37 CipherType: CipherType_AES_128_GCM,
74 CipherType: CipherType_AES_128_GCM,
90 CipherType: CipherType_AES_256_GCM,
106 CipherType: CipherType_CHACHA20_POLY1305,
148 CipherType: CipherType_CHACHA20_POLY1305,
H A Dconfig.proto15 CipherType cipher_type = 2;
18 enum CipherType { enum
/dports/security/xray-core/Xray-core-1.5.0/infra/conf/
H A Dshadowsocks.go13 func cipherFromString(c string) shadowsocks.CipherType {
52 CipherType: cipherFromString(user.Cipher),
57 if account.CipherType < shadowsocks.CipherType_AES_128_GCM ||
58 account.CipherType > shadowsocks.CipherType_CHACHA20_POLY1305 {
70 CipherType: cipherFromString(v.Cipher),
75 if account.CipherType == shadowsocks.CipherType_UNKNOWN {
122 account.CipherType = cipherFromString(server.Cipher)
123 if account.CipherType == shadowsocks.CipherType_UNKNOWN {
/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/test/crypto/
H A Dtestcrypto.cpp108 template<typename CipherType, int BLOCKSIZE>
115 encrypt1.Init(CipherContext::Encrypt, CipherType(CipherDescription::Mode_CBC, KEY, sizeof(KEY))); in test_cipher()
124 decrypt1.Init(CipherContext::Decrypt, CipherType(CipherDescription::Mode_CBC, KEY, sizeof(KEY))); in test_cipher()
162 …encrypt1.Init(CipherContext::Encrypt, CipherType(CipherDescription::Mode_CBC, KEY2, sizeof(KEY2))); in test_cipher()
170 encrypt2.Init(CipherContext::Encrypt, CipherType(CipherDescription::Mode_CBC, KEY, sizeof(KEY))); in test_cipher()
216 encrypt3.Init(CipherContext::Encrypt, CipherType(CipherDescription::Mode_CBC, KEY, sizeof(KEY))); in test_cipher()
228 encrypt4.Init(CipherContext::Encrypt, CipherType(CipherDescription::Mode_CBC, KEY, sizeof(KEY))); in test_cipher()
238 encrypt4b.Init(CipherContext::Encrypt, CipherType(CipherDescription::Mode_CBC, KEY, sizeof(KEY))); in test_cipher()
250 decrypt4.Init(CipherContext::Decrypt, CipherType(CipherDescription::Mode_CBC, KEY, sizeof(KEY))); in test_cipher()
273 encrypt4.Init(CipherContext::Encrypt, CipherType(CipherDescription::Mode_CBC, KEY, sizeof(KEY))); in test_cipher()
[all …]
/dports/net/v2ray/v2ray-core-4.36.2/infra/conf/
H A Dshadowsocks.go13 func cipherFromString(c string) shadowsocks.CipherType {
48 account.CipherType = cipherFromString(v.Cipher)
49 if account.CipherType == shadowsocks.CipherType_UNKNOWN {
97 account.CipherType = cipherFromString(server.Cipher)
98 if account.CipherType == shadowsocks.CipherType_UNKNOWN {
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/common/crypto/
H A DcipherBlock.h19 IoFilter *cipherBlockNew(CipherMode mode, CipherType cipherType, const Buffer *pass, const String *…
26 IoFilterGroup *cipherBlockFilterGroupAdd(IoFilterGroup *filterGroup, CipherType type, CipherMode mo…
/dports/security/py-ctypescrypto/ctypescrypto-0.5/tests/
H A Dtestcipher.py9 ct=cipher.CipherType("des-cbc")
17 ct=cipher.CipherType("aes-256-ofb")
26 ct=cipher.CipherType("no-such-cipher")
30 ct=cipher.CipherType("DES-CBC")
H A Dtestpkey.py141 from ctypescrypto.cipher import CipherType
143 pem=key.exportpriv(password='2222',cipher=CipherType("aes256"))
154 from ctypescrypto.cipher import CipherType
156 der=key.exportpriv(format="DER",password='2222',cipher=CipherType("aes256"))
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/vendor/github.com/containers/ocicrypt/blockcipher/
H A Dblockcipher.go56 CipherType LayerCipherType `json:"cipher"` member
109 lbco.Public.CipherType = typ
137 typ := opt.Public.CipherType
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/vendor/github.com/containers/ocicrypt/blockcipher/
H A Dblockcipher.go56 CipherType LayerCipherType `json:"cipher"` member
109 lbco.Public.CipherType = typ
137 typ := opt.Public.CipherType
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/vendor/github.com/containers/ocicrypt/blockcipher/
H A Dblockcipher.go56 CipherType LayerCipherType `json:"cipher"` member
109 lbco.Public.CipherType = typ
137 typ := opt.Public.CipherType
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/vendor/github.com/containers/ocicrypt/blockcipher/
H A Dblockcipher.go56 CipherType LayerCipherType `json:"cipher"` member
109 lbco.Public.CipherType = typ
137 typ := opt.Public.CipherType
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/vendor/github.com/containers/ocicrypt/blockcipher/
H A Dblockcipher.go56 CipherType LayerCipherType `json:"cipher"` member
109 lbco.Public.CipherType = typ
137 typ := opt.Public.CipherType
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/containerd/containerd/vendor/github.com/containers/ocicrypt/blockcipher/
H A Dblockcipher.go56 CipherType LayerCipherType `json:"cipher"` member
109 lbco.Public.CipherType = typ
137 typ := opt.Public.CipherType
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/info/
H A DinfoBackup.h158 … const Storage *storage, const String *fileName, CipherType cipherType, const String *cipherPass);
162 … const Storage *storage, const String *fileName, CipherType cipherType, const String *cipherPass);
166 …InfoBackup *infoBackup, const Storage *storage, const String *fileName, CipherType cipherType, con…
H A DinfoArchive.h97 … const Storage *storage, const String *fileName, CipherType cipherType, const String *cipherPass);
101 …InfoArchive *infoArchive, const Storage *storage, const String *fileName, CipherType cipherType, c…
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Source/Common/
H A DgdcmOpenSSLP7CryptographicMessageSyntax.cxx75 …CryptographicMessageSyntaxInternals():recips(NULL),pkey(NULL),CipherType( CryptographicMessageSynt… in CryptographicMessageSyntaxInternals()
109 CipherType = ciphertype; in SetCipherType()
214 return CipherType; in GetCipherType()
220 CryptographicMessageSyntax::CipherTypes CipherType; member in gdcm::CryptographicMessageSyntaxInternals
/dports/devel/gdcm/gdcm-3.0.10/Source/Common/
H A DgdcmOpenSSLP7CryptographicMessageSyntax.cxx75 …CryptographicMessageSyntaxInternals():recips(NULL),pkey(NULL),CipherType( CryptographicMessageSynt… in CryptographicMessageSyntaxInternals()
109 CipherType = ciphertype; in SetCipherType()
214 return CipherType; in GetCipherType()
220 CryptographicMessageSyntax::CipherTypes CipherType; member in gdcm::CryptographicMessageSyntaxInternals
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/command/backup/
H A Dprotocol.c44 const CipherType cipherType = (CipherType)pckReadU64P(param); in backupFileProtocol()
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/ssl/
H A Dsslspec.h59 } CipherType; typedef
69 CipherType type;
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/ssl/
H A Dsslspec.h54 } CipherType; typedef
64 CipherType type;

1234567