Home
last modified time | relevance | path

Searched refs:Mechanism (Results 1 – 25 of 2741) sorted by relevance

12345678910>>...110

/dports/security/iaikpkcs11wrapper/src/java/src/iaik/pkcs/pkcs11/
H A DMechanism.java48 public static final Mechanism MD2_RSA_PKCS = new Mechanism(
54 public static final Mechanism MD5_RSA_PKCS = new Mechanism(
60 public static final Mechanism SHA1_RSA_PKCS = new Mechanism(
78 public static final Mechanism SHA256_RSA_PKCS = new Mechanism(
96 public static final Mechanism RSA_PKCS_OAEP = new Mechanism(
120 public static final Mechanism RSA_PKCS_PSS = new Mechanism(
205 public static final Mechanism RC2_KEY_GEN = new Mechanism(
232 public static final Mechanism RC2_CBC_PAD = new Mechanism(
238 public static final Mechanism RC4_KEY_GEN = new Mechanism(
249 public static final Mechanism DES_KEY_GEN = new Mechanism(
[all …]
/dports/www/firefox-esr/firefox-91.8.0/security/nss/cmd/lib/
H A Dpk11table.c274 mkEntry(CKM_DSA, Mechanism),
285 mkEntry(CKM_RC2_ECB, Mechanism),
286 mkEntry(CKM_RC2_CBC, Mechanism),
291 mkEntry(CKM_RC4, Mechanism),
311 mkEntry(CKM_MD2, Mechanism),
314 mkEntry(CKM_MD5, Mechanism),
317 mkEntry(CKM_SHA_1, Mechanism),
326 mkEntry(CKM_SHA256, Mechanism),
329 mkEntry(CKM_SHA384, Mechanism),
332 mkEntry(CKM_SHA512, Mechanism),
[all …]
/dports/security/nss/nss-3.76.1/nss/cmd/lib/
H A Dpk11table.c274 mkEntry(CKM_DSA, Mechanism),
285 mkEntry(CKM_RC2_ECB, Mechanism),
286 mkEntry(CKM_RC2_CBC, Mechanism),
291 mkEntry(CKM_RC4, Mechanism),
311 mkEntry(CKM_MD2, Mechanism),
314 mkEntry(CKM_MD5, Mechanism),
317 mkEntry(CKM_SHA_1, Mechanism),
326 mkEntry(CKM_SHA256, Mechanism),
329 mkEntry(CKM_SHA384, Mechanism),
332 mkEntry(CKM_SHA512, Mechanism),
[all …]
/dports/security/ca_root_nss/nss-3.71/nss/cmd/lib/
H A Dpk11table.c274 mkEntry(CKM_DSA, Mechanism),
285 mkEntry(CKM_RC2_ECB, Mechanism),
286 mkEntry(CKM_RC2_CBC, Mechanism),
291 mkEntry(CKM_RC4, Mechanism),
311 mkEntry(CKM_MD2, Mechanism),
314 mkEntry(CKM_MD5, Mechanism),
317 mkEntry(CKM_SHA_1, Mechanism),
326 mkEntry(CKM_SHA256, Mechanism),
329 mkEntry(CKM_SHA384, Mechanism),
332 mkEntry(CKM_SHA512, Mechanism),
[all …]
/dports/www/firefox/firefox-99.0/security/nss/cmd/lib/
H A Dpk11table.c274 mkEntry(CKM_DSA, Mechanism),
285 mkEntry(CKM_RC2_ECB, Mechanism),
286 mkEntry(CKM_RC2_CBC, Mechanism),
291 mkEntry(CKM_RC4, Mechanism),
311 mkEntry(CKM_MD2, Mechanism),
314 mkEntry(CKM_MD5, Mechanism),
317 mkEntry(CKM_SHA_1, Mechanism),
326 mkEntry(CKM_SHA256, Mechanism),
329 mkEntry(CKM_SHA384, Mechanism),
332 mkEntry(CKM_SHA512, Mechanism),
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/cmd/lib/
H A Dpk11table.c274 mkEntry(CKM_DSA, Mechanism),
285 mkEntry(CKM_RC2_ECB, Mechanism),
286 mkEntry(CKM_RC2_CBC, Mechanism),
291 mkEntry(CKM_RC4, Mechanism),
311 mkEntry(CKM_MD2, Mechanism),
314 mkEntry(CKM_MD5, Mechanism),
317 mkEntry(CKM_SHA_1, Mechanism),
326 mkEntry(CKM_SHA256, Mechanism),
329 mkEntry(CKM_SHA384, Mechanism),
332 mkEntry(CKM_SHA512, Mechanism),
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/cmd/lib/
H A Dpk11table.c274 mkEntry(CKM_DSA, Mechanism),
285 mkEntry(CKM_RC2_ECB, Mechanism),
286 mkEntry(CKM_RC2_CBC, Mechanism),
291 mkEntry(CKM_RC4, Mechanism),
311 mkEntry(CKM_MD2, Mechanism),
314 mkEntry(CKM_MD5, Mechanism),
317 mkEntry(CKM_SHA_1, Mechanism),
326 mkEntry(CKM_SHA256, Mechanism),
329 mkEntry(CKM_SHA384, Mechanism),
332 mkEntry(CKM_SHA512, Mechanism),
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/cmd/lib/
H A Dpk11table.c275 mkEntry(CKM_DSA, Mechanism),
286 mkEntry(CKM_RC2_ECB, Mechanism),
287 mkEntry(CKM_RC2_CBC, Mechanism),
292 mkEntry(CKM_RC4, Mechanism),
312 mkEntry(CKM_MD2, Mechanism),
315 mkEntry(CKM_MD5, Mechanism),
318 mkEntry(CKM_SHA_1, Mechanism),
327 mkEntry(CKM_SHA256, Mechanism),
330 mkEntry(CKM_SHA384, Mechanism),
333 mkEntry(CKM_SHA512, Mechanism),
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/cmd/lib/
H A Dpk11table.c275 mkEntry(CKM_DSA, Mechanism),
286 mkEntry(CKM_RC2_ECB, Mechanism),
287 mkEntry(CKM_RC2_CBC, Mechanism),
292 mkEntry(CKM_RC4, Mechanism),
312 mkEntry(CKM_MD2, Mechanism),
315 mkEntry(CKM_MD5, Mechanism),
318 mkEntry(CKM_SHA_1, Mechanism),
327 mkEntry(CKM_SHA256, Mechanism),
330 mkEntry(CKM_SHA384, Mechanism),
333 mkEntry(CKM_SHA512, Mechanism),
[all …]
/dports/security/py-python-pkcs11/python-pkcs11-0.7.0/pkcs11/
H A Ddefaults.py21 KeyType.AES: Mechanism.AES_KEY_GEN,
22 KeyType.DES2: Mechanism.DES2_KEY_GEN,
23 KeyType.DES3: Mechanism.DES3_KEY_GEN,
65 KeyType.AES: Mechanism.AES_MAC,
66 KeyType.DES2: Mechanism.DES3_MAC,
67 KeyType.DES3: Mechanism.DES3_MAC,
68 KeyType.DSA: Mechanism.DSA_SHA512,
79 KeyType.DES2: Mechanism.DES3_ECB,
80 KeyType.DES3: Mechanism.DES3_ECB,
107 Mechanism.RSA_PKCS_OAEP: (Mechanism.SHA_1, MGF.SHA1, None),
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/lettre-0.10.0-rc.4/src/transport/smtp/
H A Dauthentication.rs9 pub const DEFAULT_MECHANISMS: &[Mechanism] = &[Mechanism::Plain, Mechanism::Login];
48 pub enum Mechanism { enum
62 impl Display for Mechanism { implementation
65 Mechanism::Plain => "PLAIN", in fmt()
66 Mechanism::Login => "LOGIN", in fmt()
72 impl Mechanism { impl
76 Mechanism::Plain | Mechanism::Xoauth2 => true, in supports_initial_response()
77 Mechanism::Login => false, in supports_initial_response()
96 Mechanism::Login => { in response()
123 use super::{Credentials, Mechanism};
[all …]
/dports/security/py-python-pkcs11/python-pkcs11-0.7.0/tests/
H A Dtest_rsa.py6 from pkcs11 import Attribute, KeyType, ObjectClass, Mechanism, MGF
13 @requires(Mechanism.RSA_PKCS_KEY_PAIR_GEN)
20 @requires(Mechanism.RSA_PKCS)
24 signature = self.private.sign(data, mechanism=Mechanism.RSA_PKCS)
28 mechanism=Mechanism.RSA_PKCS))
32 @requires(Mechanism.SHA512_RSA_PKCS)
42 @requires(Mechanism.SHA512_RSA_PKCS)
57 @requires(Mechanism.RSA_PKCS_OAEP)
79 @requires(Mechanism.RSA_PKCS_OAEP)
99 @requires(Mechanism.SHA1_RSA_PKCS_PSS)
[all …]
H A Dtest_ecc.py8 from pkcs11 import Attribute, KeyType, KDF, Mechanism
21 @requires(Mechanism.EC_KEY_PAIR_GEN, Mechanism.ECDSA)
29 mechanism = Mechanism.ECDSA
34 @requires(Mechanism.EC_KEY_PAIR_GEN, Mechanism.ECDH1_DERIVE)
64 @requires(Mechanism.ECDSA)
87 @requires(Mechanism.ECDSA_SHA1)
104 mechanism=Mechanism.ECDSA_SHA1))
109 @requires(Mechanism.ECDSA)
148 mechanism=Mechanism.ECDSA))
150 @requires(Mechanism.EC_EDWARDS_KEY_PAIR_GEN, Mechanism.EDDSA)
[all …]
H A Dtest_digest.py7 from pkcs11 import Mechanism, KeyType, Attribute
14 @requires(Mechanism.SHA256)
17 digest = self.session.digest(data, mechanism=Mechanism.SHA256)
22 @requires(Mechanism.SHA256)
30 digest = self.session.digest(data, mechanism=Mechanism.SHA256)
38 @requires(Mechanism.AES_KEY_GEN, Mechanism.SHA256)
47 digest = self.session.digest(key, mechanism=Mechanism.SHA256)
52 @requires(Mechanism.AES_KEY_GEN, Mechanism.SHA256)
66 digest = self.session.digest(data, mechanism=Mechanism.SHA256)
/dports/x11/eaglemode/eaglemode-0.95.0/include/emCore/
H A DemRadioButton.h71 class Mechanism : public emUncopyable {
77 Mechanism();
78 virtual ~Mechanism();
133 class LinearGroup : public emLinearGroup, public Mechanism {
154 class RasterGroup : public emRasterGroup, public Mechanism {
175 class Group : public emGroup, public Mechanism {
215 friend class Mechanism;
217 Mechanism * Mech;
233 inline int emRadioButton::Mechanism::GetCheckIndex() const in GetCheckIndex()
238 inline int emRadioButton::Mechanism::GetCount() const in GetCount()
[all …]
/dports/security/cyrus-sasl2-gssapi/cyrus-sasl-2.1.28/docsrc/sasl/faqs/
H A Drfcs.rst9 * :rfc:`2444` - The One-Time-Password SASL Mechanism (OTP)
10 * :rfc:`2808` - The SecurID(r) SASL Mechanism
11 * :rfc:`2831` - Using Digest Authentication as a SASL Mechanism (historic: :rfc:`6331`)
13 * :rfc:`4505` - Anonymous Simple Authentication and Security Layer (SASL) Mechanism
14 * :rfc:`4616` - The PLAIN Simple Authentication and Security Layer (SASL) Mechanism
15 * :rfc:`4752` - The Kerberos V5 ("GSSAPI") Simple Authentication and Security Layer (SASL) Mechanism
17 …curity Service Application Program Interface (GSS-API) Mechanisms in SASL: The GS2 Mechanism Family
18 * :rfc:`5802` - Salted Challenge Response Authentication Mechanism (SCRAM) SASL and GSS-API Mechani…
23 * :rfc:`7804` - Salted Challenge Response HTTP Authentication Mechanism
25 …d5 <https://tools.ietf.org/html/draft-ietf-sasl-crammd5>`_ - The CRAM-MD5 SASL Mechanism (CRAM-MD5)
[all …]
/dports/security/cyrus-sasl2/cyrus-sasl-2.1.28/docsrc/sasl/faqs/
H A Drfcs.rst9 * :rfc:`2444` - The One-Time-Password SASL Mechanism (OTP)
10 * :rfc:`2808` - The SecurID(r) SASL Mechanism
11 * :rfc:`2831` - Using Digest Authentication as a SASL Mechanism (historic: :rfc:`6331`)
13 * :rfc:`4505` - Anonymous Simple Authentication and Security Layer (SASL) Mechanism
14 * :rfc:`4616` - The PLAIN Simple Authentication and Security Layer (SASL) Mechanism
15 * :rfc:`4752` - The Kerberos V5 ("GSSAPI") Simple Authentication and Security Layer (SASL) Mechanism
17 …curity Service Application Program Interface (GSS-API) Mechanisms in SASL: The GS2 Mechanism Family
18 * :rfc:`5802` - Salted Challenge Response Authentication Mechanism (SCRAM) SASL and GSS-API Mechani…
23 * :rfc:`7804` - Salted Challenge Response HTTP Authentication Mechanism
25 …d5 <https://tools.ietf.org/html/draft-ietf-sasl-crammd5>`_ - The CRAM-MD5 SASL Mechanism (CRAM-MD5)
[all …]
/dports/security/cyrus-sasl2-saslauthd/cyrus-sasl-2.1.28/docsrc/sasl/faqs/
H A Drfcs.rst9 * :rfc:`2444` - The One-Time-Password SASL Mechanism (OTP)
10 * :rfc:`2808` - The SecurID(r) SASL Mechanism
11 * :rfc:`2831` - Using Digest Authentication as a SASL Mechanism (historic: :rfc:`6331`)
13 * :rfc:`4505` - Anonymous Simple Authentication and Security Layer (SASL) Mechanism
14 * :rfc:`4616` - The PLAIN Simple Authentication and Security Layer (SASL) Mechanism
15 * :rfc:`4752` - The Kerberos V5 ("GSSAPI") Simple Authentication and Security Layer (SASL) Mechanism
17 …curity Service Application Program Interface (GSS-API) Mechanisms in SASL: The GS2 Mechanism Family
18 * :rfc:`5802` - Salted Challenge Response Authentication Mechanism (SCRAM) SASL and GSS-API Mechani…
23 * :rfc:`7804` - Salted Challenge Response HTTP Authentication Mechanism
25 …d5 <https://tools.ietf.org/html/draft-ietf-sasl-crammd5>`_ - The CRAM-MD5 SASL Mechanism (CRAM-MD5)
[all …]
/dports/security/cyrus-sasl2-srp/cyrus-sasl-2.1.28/docsrc/sasl/faqs/
H A Drfcs.rst9 * :rfc:`2444` - The One-Time-Password SASL Mechanism (OTP)
10 * :rfc:`2808` - The SecurID(r) SASL Mechanism
11 * :rfc:`2831` - Using Digest Authentication as a SASL Mechanism (historic: :rfc:`6331`)
13 * :rfc:`4505` - Anonymous Simple Authentication and Security Layer (SASL) Mechanism
14 * :rfc:`4616` - The PLAIN Simple Authentication and Security Layer (SASL) Mechanism
15 * :rfc:`4752` - The Kerberos V5 ("GSSAPI") Simple Authentication and Security Layer (SASL) Mechanism
17 …curity Service Application Program Interface (GSS-API) Mechanisms in SASL: The GS2 Mechanism Family
18 * :rfc:`5802` - Salted Challenge Response Authentication Mechanism (SCRAM) SASL and GSS-API Mechani…
23 * :rfc:`7804` - Salted Challenge Response HTTP Authentication Mechanism
25 …d5 <https://tools.ietf.org/html/draft-ietf-sasl-crammd5>`_ - The CRAM-MD5 SASL Mechanism (CRAM-MD5)
[all …]
/dports/security/cyrus-sasl2-sql/cyrus-sasl-2.1.28/docsrc/sasl/faqs/
H A Drfcs.rst9 * :rfc:`2444` - The One-Time-Password SASL Mechanism (OTP)
10 * :rfc:`2808` - The SecurID(r) SASL Mechanism
11 * :rfc:`2831` - Using Digest Authentication as a SASL Mechanism (historic: :rfc:`6331`)
13 * :rfc:`4505` - Anonymous Simple Authentication and Security Layer (SASL) Mechanism
14 * :rfc:`4616` - The PLAIN Simple Authentication and Security Layer (SASL) Mechanism
15 * :rfc:`4752` - The Kerberos V5 ("GSSAPI") Simple Authentication and Security Layer (SASL) Mechanism
17 …curity Service Application Program Interface (GSS-API) Mechanisms in SASL: The GS2 Mechanism Family
18 * :rfc:`5802` - Salted Challenge Response Authentication Mechanism (SCRAM) SASL and GSS-API Mechani…
23 * :rfc:`7804` - Salted Challenge Response HTTP Authentication Mechanism
25 …d5 <https://tools.ietf.org/html/draft-ietf-sasl-crammd5>`_ - The CRAM-MD5 SASL Mechanism (CRAM-MD5)
[all …]
/dports/security/cyrus-sasl2-ldapdb/cyrus-sasl-2.1.28/docsrc/sasl/faqs/
H A Drfcs.rst9 * :rfc:`2444` - The One-Time-Password SASL Mechanism (OTP)
10 * :rfc:`2808` - The SecurID(r) SASL Mechanism
11 * :rfc:`2831` - Using Digest Authentication as a SASL Mechanism (historic: :rfc:`6331`)
13 * :rfc:`4505` - Anonymous Simple Authentication and Security Layer (SASL) Mechanism
14 * :rfc:`4616` - The PLAIN Simple Authentication and Security Layer (SASL) Mechanism
15 * :rfc:`4752` - The Kerberos V5 ("GSSAPI") Simple Authentication and Security Layer (SASL) Mechanism
17 …curity Service Application Program Interface (GSS-API) Mechanisms in SASL: The GS2 Mechanism Family
18 * :rfc:`5802` - Salted Challenge Response Authentication Mechanism (SCRAM) SASL and GSS-API Mechani…
23 * :rfc:`7804` - Salted Challenge Response HTTP Authentication Mechanism
25 …d5 <https://tools.ietf.org/html/draft-ietf-sasl-crammd5>`_ - The CRAM-MD5 SASL Mechanism (CRAM-MD5)
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/sasl2-sys-0.1.12/sasl2/docsrc/sasl/faqs/
H A Drfcs.rst12 * :rfc:`4505` - Anonymous Simple Authentication and Security Layer (SASL) Mechanism
13 * :rfc:`4616` - The PLAIN Simple Authentication and Security Layer (SASL) Mechanism
14 * :rfc:`4752` - The Kerberos V5 ("GSSAPI") Simple Authentication and Security Layer (SASL) Mechanism
15 …curity Service Application Program Interface (GSS-API) Mechanisms in SASL: The GS2 Mechanism Family
16 * :rfc:`5802` - Salted Challenge Response Authentication Mechanism (SCRAM) SASL and GSS-API Mechani…
17 * :rfc:`2444` - The One-Time-Password SASL Mechanism (OTP)
18 * :rfc:`2808` - The SecurID(r) SASL Mechanism
19 * :rfc:`2831` - Using Digest Authentication as a SASL Mechanism (historic: :rfc:`6331`)
21 …d5 <https://tools.ietf.org/html/draft-ietf-sasl-crammd5>`_ - The CRAM-MD5 SASL Mechanism (CRAM-MD5)
22 …on-sasl-login <https://tools.ietf.org/html/draft-murchison-sasl-login>`_ - The LOGIN SASL Mechanism
[all …]
/dports/x11/eaglemode/eaglemode-0.95.0/src/emCore/
H A DemRadioButton.cpp30 Mechanism * mechanism; in emRadioButton()
36 mechanism=dynamic_cast<emRadioButton::Mechanism*>(GetParent()); in emRadioButton()
48 emRadioButton::Mechanism::Mechanism() in Mechanism() function in emRadioButton::Mechanism
55 emRadioButton::Mechanism::~Mechanism() in ~Mechanism()
61 void emRadioButton::Mechanism::Add(emRadioButton * radioButton) in Add()
80 void emRadioButton::Mechanism::AddAll(emPanel * parent) in AddAll()
92 void emRadioButton::Mechanism::Remove(emRadioButton * radioButton) in Remove()
98 void emRadioButton::Mechanism::RemoveByIndex(int index) in RemoveByIndex()
121 void emRadioButton::Mechanism::RemoveAll() in RemoveAll()
152 void emRadioButton::Mechanism::SetCheckIndex(int index) in SetCheckIndex()
[all …]
/dports/security/iaikpkcs11wrapper/src/java/src/iaik/pkcs/pkcs11/objects/
H A DMechanism.java13 public class Mechanism extends Object { class
25 public Mechanism() { in Mechanism() method in Mechanism
40 protected Mechanism(Session session, long objectHandle) in Mechanism() method in Mechanism
56 protected static void putAttributesInTable(Mechanism object) { in putAttributesInTable()
82 Mechanism clone = (Mechanism) super.clone(); in clone()
100 if (otherObject instanceof Mechanism) { in equals()
101 Mechanism other = (Mechanism) otherObject; in equals()
/dports/irc/smuxi/smuxi-1.1/lib/agsxmpp/agsxmpp/Sasl/
H A DSaslHandler.cs42 private Mechanism m_Mechanism;
103 … args.Mechanism = protocol.sasl.Mechanism.GetMechanismName(MechanismType.X_GOOGLE_TOKEN); in OnStreamElement()
108 … args.Mechanism = protocol.sasl.Mechanism.GetMechanismName(MechanismType.GSSAPI); in OnStreamElement()
118 … args.Mechanism = protocol.sasl.Mechanism.GetMechanismName(MechanismType.SCRAM_SHA_1); in OnStreamElement()
122 args.Mechanism = protocol.sasl.Mechanism.GetMechanismName(MechanismType.DIGEST_MD5); in OnStreamElement()
126 args.Mechanism = protocol.sasl.Mechanism.GetMechanismName(MechanismType.PLAIN); in OnStreamElement()
130 args.Mechanism = null; in OnStreamElement()
137 args.Mechanism = null; in OnStreamElement()
141 if (args.Mechanism != null) in OnStreamElement()
143 m_Mechanism = Factory.SaslFactory.GetMechanism(args.Mechanism); in OnStreamElement()

12345678910>>...110