Home
last modified time | relevance | path

Searched refs:Alg (Results 1 – 25 of 2662) sorted by relevance

12345678910>>...107

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/SecureProtocols/
H A DSslEnumTypes.cs39 RsaSign = (Alg.ClassSignture| Alg.TypeRSA | Alg.Any),
42 RsaKeyX = (Alg.ClassKeyXch | Alg.TypeRSA | Alg.Any),
54 Rc2 = (Alg.ClassEncrypt | Alg.TypeBlock | Alg.NameRC2),
56 Rc4 = (Alg.ClassEncrypt | Alg.TypeStream | Alg.NameRC4),
58 Des = (Alg.ClassEncrypt | Alg.TypeBlock | Alg.NameDES),
62 Aes = (Alg.ClassEncrypt | Alg.TypeBlock | Alg.NameAES),
77 Md5 = (Alg.ClassHash | Alg.Any | Alg.NameMD5),
79 Sha1 = (Alg.ClassHash | Alg.Any | Alg.NameSHA),
81 Sha256 = (Alg.ClassHash | Alg.Any | Alg.NameSHA256),
83 Sha384 = (Alg.ClassHash | Alg.Any | Alg.NameSHA384),
[all …]
/dports/security/hash/Hash-3c8d607b3d470d8a41ac3262ee310e850fab61cd/src/
H A Dtuple_hash.h57 template <typename Alg>
94 Alg m_cshake;
114 template <typename Alg>
122 template <typename Alg>
128 template <typename Alg>
129 constexpr TupleHash<Alg>& TupleHash<Alg>::finalize() in finalize()
137 template <typename Alg>
144 std::vector<typename TupleHash<Alg>::Byte> TupleHash<Alg>::toVector() const in toVector()
168 constexpr TupleHash<Alg>& TupleHash<Alg>::nextData(const Byte (&array)[N]) in nextData()
175 TupleHash<Alg>& TupleHash<Alg>::nextData(const T (&array)[N]) in nextData()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-auth-jwt/vendor/github.com/hashicorp/cap/jwt/
H A Dalgs.go6 type Alg string type
12 RS256 Alg = "RS256" // RSASSA-PKCS-v1.5 using SHA-256
13 RS384 Alg = "RS384" // RSASSA-PKCS-v1.5 using SHA-384
14 RS512 Alg = "RS512" // RSASSA-PKCS-v1.5 using SHA-512
15 ES256 Alg = "ES256" // ECDSA using P-256 and SHA-256
16 ES384 Alg = "ES384" // ECDSA using P-384 and SHA-384
17 ES512 Alg = "ES512" // ECDSA using P-521 and SHA-512
18 PS256 Alg = "PS256" // RSASSA-PSS using SHA256 and MGF1-SHA256
21 EdDSA Alg = "EdDSA" // Ed25519 using SHA-512
24 var supportedAlgorithms = map[Alg]bool{
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/cap/jwt/
H A Dalgs.go6 type Alg string type
12 RS256 Alg = "RS256" // RSASSA-PKCS-v1.5 using SHA-256
13 RS384 Alg = "RS384" // RSASSA-PKCS-v1.5 using SHA-384
14 RS512 Alg = "RS512" // RSASSA-PKCS-v1.5 using SHA-512
15 ES256 Alg = "ES256" // ECDSA using P-256 and SHA-256
16 ES384 Alg = "ES384" // ECDSA using P-384 and SHA-384
17 ES512 Alg = "ES512" // ECDSA using P-521 and SHA-512
18 PS256 Alg = "PS256" // RSASSA-PSS using SHA256 and MGF1-SHA256
21 EdDSA Alg = "EdDSA" // Ed25519 using SHA-512
24 var supportedAlgorithms = map[Alg]bool{
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/src/
H A Drand.erl227 {#{type:=Alg}, Seed} -> {Alg, Seed};
232 export_seed_s({#{type:=Alg}, Seed}) -> {Alg, Seed}.
243 seed(Alg) ->
253 {Alg, Seed};
254 seed_s(Alg) ->
274 {Alg, AS}.
452 {Alg, R1}};
461 {Alg, R1}};
515 {Alg, R1}}
715 {Alg, AS2}.
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-auth-jwt/vendor/github.com/hashicorp/cap/oidc/
H A Dalgs.go4 type Alg string type
10 RS256 Alg = "RS256" // RSASSA-PKCS-v1.5 using SHA-256
11 RS384 Alg = "RS384" // RSASSA-PKCS-v1.5 using SHA-384
12 RS512 Alg = "RS512" // RSASSA-PKCS-v1.5 using SHA-512
13 ES256 Alg = "ES256" // ECDSA using P-256 and SHA-256
14 ES384 Alg = "ES384" // ECDSA using P-384 and SHA-384
15 ES512 Alg = "ES512" // ECDSA using P-521 and SHA-512
16 PS256 Alg = "PS256" // RSASSA-PSS using SHA256 and MGF1-SHA256
17 PS384 Alg = "PS384" // RSASSA-PSS using SHA384 and MGF1-SHA384
19 EdDSA Alg = "EdDSA"
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/cap/oidc/
H A Dalgs.go4 type Alg string type
10 RS256 Alg = "RS256" // RSASSA-PKCS-v1.5 using SHA-256
11 RS384 Alg = "RS384" // RSASSA-PKCS-v1.5 using SHA-384
12 RS512 Alg = "RS512" // RSASSA-PKCS-v1.5 using SHA-512
13 ES256 Alg = "ES256" // ECDSA using P-256 and SHA-256
14 ES384 Alg = "ES384" // ECDSA using P-384 and SHA-384
15 ES512 Alg = "ES512" // ECDSA using P-521 and SHA-512
16 PS256 Alg = "PS256" // RSASSA-PSS using SHA256 and MGF1-SHA256
17 PS384 Alg = "PS384" // RSASSA-PSS using SHA384 and MGF1-SHA384
19 EdDSA Alg = "EdDSA"
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/briankassouf/jose/jws/
H A Dsigning_methods.go13 crypto.SigningMethodES256.Alg(): crypto.SigningMethodES256,
14 crypto.SigningMethodES384.Alg(): crypto.SigningMethodES384,
15 crypto.SigningMethodES512.Alg(): crypto.SigningMethodES512,
17 crypto.SigningMethodPS256.Alg(): crypto.SigningMethodPS256,
18 crypto.SigningMethodPS384.Alg(): crypto.SigningMethodPS384,
19 crypto.SigningMethodPS512.Alg(): crypto.SigningMethodPS512,
21 crypto.SigningMethodRS256.Alg(): crypto.SigningMethodRS256,
22 crypto.SigningMethodRS384.Alg(): crypto.SigningMethodRS384,
29 crypto.Unsecured.Alg(): crypto.Unsecured,
36 alg := sm.Alg()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-auth-kubernetes/vendor/github.com/briankassouf/jose/jws/
H A Dsigning_methods.go13 crypto.SigningMethodES256.Alg(): crypto.SigningMethodES256,
14 crypto.SigningMethodES384.Alg(): crypto.SigningMethodES384,
15 crypto.SigningMethodES512.Alg(): crypto.SigningMethodES512,
17 crypto.SigningMethodPS256.Alg(): crypto.SigningMethodPS256,
18 crypto.SigningMethodPS384.Alg(): crypto.SigningMethodPS384,
19 crypto.SigningMethodPS512.Alg(): crypto.SigningMethodPS512,
21 crypto.SigningMethodRS256.Alg(): crypto.SigningMethodRS256,
22 crypto.SigningMethodRS384.Alg(): crypto.SigningMethodRS384,
29 crypto.Unsecured.Alg(): crypto.Unsecured,
36 alg := sm.Alg()
[all …]
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/briankassouf/jose/jws/
H A Dsigning_methods.go13 crypto.SigningMethodES256.Alg(): crypto.SigningMethodES256,
14 crypto.SigningMethodES384.Alg(): crypto.SigningMethodES384,
15 crypto.SigningMethodES512.Alg(): crypto.SigningMethodES512,
17 crypto.SigningMethodPS256.Alg(): crypto.SigningMethodPS256,
18 crypto.SigningMethodPS384.Alg(): crypto.SigningMethodPS384,
19 crypto.SigningMethodPS512.Alg(): crypto.SigningMethodPS512,
21 crypto.SigningMethodRS256.Alg(): crypto.SigningMethodRS256,
22 crypto.SigningMethodRS384.Alg(): crypto.SigningMethodRS384,
29 crypto.Unsecured.Alg(): crypto.Unsecured,
36 alg := sm.Alg()
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/briankassouf/jose/jws/
H A Dsigning_methods.go13 crypto.SigningMethodES256.Alg(): crypto.SigningMethodES256,
14 crypto.SigningMethodES384.Alg(): crypto.SigningMethodES384,
15 crypto.SigningMethodES512.Alg(): crypto.SigningMethodES512,
17 crypto.SigningMethodPS256.Alg(): crypto.SigningMethodPS256,
18 crypto.SigningMethodPS384.Alg(): crypto.SigningMethodPS384,
19 crypto.SigningMethodPS512.Alg(): crypto.SigningMethodPS512,
21 crypto.SigningMethodRS256.Alg(): crypto.SigningMethodRS256,
22 crypto.SigningMethodRS384.Alg(): crypto.SigningMethodRS384,
29 crypto.Unsecured.Alg(): crypto.Unsecured,
36 alg := sm.Alg()
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/SermoDigital/jose/jws/
H A Dsigning_methods.go13 crypto.SigningMethodES256.Alg(): crypto.SigningMethodES256,
14 crypto.SigningMethodES384.Alg(): crypto.SigningMethodES384,
15 crypto.SigningMethodES512.Alg(): crypto.SigningMethodES512,
17 crypto.SigningMethodPS256.Alg(): crypto.SigningMethodPS256,
18 crypto.SigningMethodPS384.Alg(): crypto.SigningMethodPS384,
19 crypto.SigningMethodPS512.Alg(): crypto.SigningMethodPS512,
21 crypto.SigningMethodRS256.Alg(): crypto.SigningMethodRS256,
22 crypto.SigningMethodRS384.Alg(): crypto.SigningMethodRS384,
29 crypto.Unsecured.Alg(): crypto.Unsecured,
36 alg := sm.Alg()
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/github.com/briankassouf/jose/jws/
H A Dsigning_methods.go13 crypto.SigningMethodES256.Alg(): crypto.SigningMethodES256,
14 crypto.SigningMethodES384.Alg(): crypto.SigningMethodES384,
15 crypto.SigningMethodES512.Alg(): crypto.SigningMethodES512,
17 crypto.SigningMethodPS256.Alg(): crypto.SigningMethodPS256,
18 crypto.SigningMethodPS384.Alg(): crypto.SigningMethodPS384,
19 crypto.SigningMethodPS512.Alg(): crypto.SigningMethodPS512,
21 crypto.SigningMethodRS256.Alg(): crypto.SigningMethodRS256,
22 crypto.SigningMethodRS384.Alg(): crypto.SigningMethodRS384,
29 crypto.Unsecured.Alg(): crypto.Unsecured,
36 alg := sm.Alg()
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/SermoDigital/jose/jws/
H A Dsigning_methods.go13 crypto.SigningMethodES256.Alg(): crypto.SigningMethodES256,
14 crypto.SigningMethodES384.Alg(): crypto.SigningMethodES384,
15 crypto.SigningMethodES512.Alg(): crypto.SigningMethodES512,
17 crypto.SigningMethodPS256.Alg(): crypto.SigningMethodPS256,
18 crypto.SigningMethodPS384.Alg(): crypto.SigningMethodPS384,
19 crypto.SigningMethodPS512.Alg(): crypto.SigningMethodPS512,
21 crypto.SigningMethodRS256.Alg(): crypto.SigningMethodRS256,
22 crypto.SigningMethodRS384.Alg(): crypto.SigningMethodRS384,
29 crypto.Unsecured.Alg(): crypto.Unsecured,
36 alg := sm.Alg()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/briankassouf/jose/jws/
H A Dsigning_methods.go13 crypto.SigningMethodES256.Alg(): crypto.SigningMethodES256,
14 crypto.SigningMethodES384.Alg(): crypto.SigningMethodES384,
15 crypto.SigningMethodES512.Alg(): crypto.SigningMethodES512,
17 crypto.SigningMethodPS256.Alg(): crypto.SigningMethodPS256,
18 crypto.SigningMethodPS384.Alg(): crypto.SigningMethodPS384,
19 crypto.SigningMethodPS512.Alg(): crypto.SigningMethodPS512,
21 crypto.SigningMethodRS256.Alg(): crypto.SigningMethodRS256,
22 crypto.SigningMethodRS384.Alg(): crypto.SigningMethodRS384,
29 crypto.Unsecured.Alg(): crypto.Unsecured,
36 alg := sm.Alg()
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/briankassouf/jose/jws/
H A Dsigning_methods.go13 crypto.SigningMethodES256.Alg(): crypto.SigningMethodES256,
14 crypto.SigningMethodES384.Alg(): crypto.SigningMethodES384,
15 crypto.SigningMethodES512.Alg(): crypto.SigningMethodES512,
17 crypto.SigningMethodPS256.Alg(): crypto.SigningMethodPS256,
18 crypto.SigningMethodPS384.Alg(): crypto.SigningMethodPS384,
19 crypto.SigningMethodPS512.Alg(): crypto.SigningMethodPS512,
21 crypto.SigningMethodRS256.Alg(): crypto.SigningMethodRS256,
22 crypto.SigningMethodRS384.Alg(): crypto.SigningMethodRS384,
29 crypto.Unsecured.Alg(): crypto.Unsecured,
36 alg := sm.Alg()
[all …]
/dports/sysutils/gomplate/vault-sdk-v0.1.13/vendor/github.com/briankassouf/jose/jws/
H A Dsigning_methods.go13 crypto.SigningMethodES256.Alg(): crypto.SigningMethodES256,
14 crypto.SigningMethodES384.Alg(): crypto.SigningMethodES384,
15 crypto.SigningMethodES512.Alg(): crypto.SigningMethodES512,
17 crypto.SigningMethodPS256.Alg(): crypto.SigningMethodPS256,
18 crypto.SigningMethodPS384.Alg(): crypto.SigningMethodPS384,
19 crypto.SigningMethodPS512.Alg(): crypto.SigningMethodPS512,
21 crypto.SigningMethodRS256.Alg(): crypto.SigningMethodRS256,
22 crypto.SigningMethodRS384.Alg(): crypto.SigningMethodRS384,
29 crypto.Unsecured.Alg(): crypto.Unsecured,
36 alg := sm.Alg()
[all …]
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/vendor/github.com/briankassouf/jose/jws/
H A Dsigning_methods.go13 crypto.SigningMethodES256.Alg(): crypto.SigningMethodES256,
14 crypto.SigningMethodES384.Alg(): crypto.SigningMethodES384,
15 crypto.SigningMethodES512.Alg(): crypto.SigningMethodES512,
17 crypto.SigningMethodPS256.Alg(): crypto.SigningMethodPS256,
18 crypto.SigningMethodPS384.Alg(): crypto.SigningMethodPS384,
19 crypto.SigningMethodPS512.Alg(): crypto.SigningMethodPS512,
21 crypto.SigningMethodRS256.Alg(): crypto.SigningMethodRS256,
22 crypto.SigningMethodRS384.Alg(): crypto.SigningMethodRS384,
29 crypto.Unsecured.Alg(): crypto.Unsecured,
36 alg := sm.Alg()
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/vendor/github.com/briankassouf/jose/jws/
H A Dsigning_methods.go13 crypto.SigningMethodES256.Alg(): crypto.SigningMethodES256,
14 crypto.SigningMethodES384.Alg(): crypto.SigningMethodES384,
15 crypto.SigningMethodES512.Alg(): crypto.SigningMethodES512,
17 crypto.SigningMethodPS256.Alg(): crypto.SigningMethodPS256,
18 crypto.SigningMethodPS384.Alg(): crypto.SigningMethodPS384,
19 crypto.SigningMethodPS512.Alg(): crypto.SigningMethodPS512,
21 crypto.SigningMethodRS256.Alg(): crypto.SigningMethodRS256,
22 crypto.SigningMethodRS384.Alg(): crypto.SigningMethodRS384,
29 crypto.Unsecured.Alg(): crypto.Unsecured,
36 alg := sm.Alg()
[all …]
/dports/sysutils/istio/vault-sdk-v0.1.12/vendor/github.com/briankassouf/jose/jws/
H A Dsigning_methods.go13 crypto.SigningMethodES256.Alg(): crypto.SigningMethodES256,
14 crypto.SigningMethodES384.Alg(): crypto.SigningMethodES384,
15 crypto.SigningMethodES512.Alg(): crypto.SigningMethodES512,
17 crypto.SigningMethodPS256.Alg(): crypto.SigningMethodPS256,
18 crypto.SigningMethodPS384.Alg(): crypto.SigningMethodPS384,
19 crypto.SigningMethodPS512.Alg(): crypto.SigningMethodPS512,
21 crypto.SigningMethodRS256.Alg(): crypto.SigningMethodRS256,
22 crypto.SigningMethodRS384.Alg(): crypto.SigningMethodRS384,
29 crypto.Unsecured.Alg(): crypto.Unsecured,
36 alg := sm.Alg()
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/SermoDigital/jose/jws/
H A Dsigning_methods.go13 crypto.SigningMethodES256.Alg(): crypto.SigningMethodES256,
14 crypto.SigningMethodES384.Alg(): crypto.SigningMethodES384,
15 crypto.SigningMethodES512.Alg(): crypto.SigningMethodES512,
17 crypto.SigningMethodPS256.Alg(): crypto.SigningMethodPS256,
18 crypto.SigningMethodPS384.Alg(): crypto.SigningMethodPS384,
19 crypto.SigningMethodPS512.Alg(): crypto.SigningMethodPS512,
21 crypto.SigningMethodRS256.Alg(): crypto.SigningMethodRS256,
22 crypto.SigningMethodRS384.Alg(): crypto.SigningMethodRS384,
29 crypto.Unsecured.Alg(): crypto.Unsecured,
36 alg := sm.Alg()
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/vendor/github.com/SermoDigital/jose/jws/
H A Dsigning_methods.go13 crypto.SigningMethodES256.Alg(): crypto.SigningMethodES256,
14 crypto.SigningMethodES384.Alg(): crypto.SigningMethodES384,
15 crypto.SigningMethodES512.Alg(): crypto.SigningMethodES512,
17 crypto.SigningMethodPS256.Alg(): crypto.SigningMethodPS256,
18 crypto.SigningMethodPS384.Alg(): crypto.SigningMethodPS384,
19 crypto.SigningMethodPS512.Alg(): crypto.SigningMethodPS512,
21 crypto.SigningMethodRS256.Alg(): crypto.SigningMethodRS256,
22 crypto.SigningMethodRS384.Alg(): crypto.SigningMethodRS384,
29 crypto.Unsecured.Alg(): crypto.Unsecured,
36 alg := sm.Alg()
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/vendor/github.com/briankassouf/jose/jws/
H A Dsigning_methods.go13 crypto.SigningMethodES256.Alg(): crypto.SigningMethodES256,
14 crypto.SigningMethodES384.Alg(): crypto.SigningMethodES384,
15 crypto.SigningMethodES512.Alg(): crypto.SigningMethodES512,
17 crypto.SigningMethodPS256.Alg(): crypto.SigningMethodPS256,
18 crypto.SigningMethodPS384.Alg(): crypto.SigningMethodPS384,
19 crypto.SigningMethodPS512.Alg(): crypto.SigningMethodPS512,
21 crypto.SigningMethodRS256.Alg(): crypto.SigningMethodRS256,
22 crypto.SigningMethodRS384.Alg(): crypto.SigningMethodRS384,
29 crypto.Unsecured.Alg(): crypto.Unsecured,
36 alg := sm.Alg()
[all …]
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/cipher-0.3.0/src/
H A Dblock.rs148 impl<Alg: BlockEncrypt> BlockEncryptMut for Alg { implementation
154 impl<Alg: BlockDecrypt> BlockDecryptMut for Alg { implementation
162 impl<Alg: BlockCipher> BlockCipher for &Alg { implementation
163 type BlockSize = Alg::BlockSize;
164 type ParBlocks = Alg::ParBlocks;
167 impl<Alg: BlockEncrypt> BlockEncrypt for &Alg { implementation
170 Alg::encrypt_block(self, block); in encrypt_block()
180 Alg::encrypt_blocks(self, blocks); in encrypt_blocks()
184 impl<Alg: BlockDecrypt> BlockDecrypt for &Alg { implementation
187 Alg::decrypt_block(self, block); in decrypt_block()
[all …]
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/cipher-0.3.0/src/
H A Dblock.rs148 impl<Alg: BlockEncrypt> BlockEncryptMut for Alg { implementation
154 impl<Alg: BlockDecrypt> BlockDecryptMut for Alg { implementation
162 impl<Alg: BlockCipher> BlockCipher for &Alg { implementation
163 type BlockSize = Alg::BlockSize;
164 type ParBlocks = Alg::ParBlocks;
167 impl<Alg: BlockEncrypt> BlockEncrypt for &Alg { implementation
170 Alg::encrypt_block(self, block); in encrypt_block()
180 Alg::encrypt_blocks(self, blocks); in encrypt_blocks()
184 impl<Alg: BlockDecrypt> BlockDecrypt for &Alg { implementation
187 Alg::decrypt_block(self, block); in decrypt_block()
[all …]

12345678910>>...107