Home
last modified time | relevance | path

Searched refs:MGF (Results 1 – 25 of 532) sorted by relevance

12345678910>>...22

/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/prov/pkcs11/
H A Dp11_mechanism.cpp20 using PSS_Params = std::tuple<size_t, MechanismType, MGF>;
25 { MechanismType::RsaPkcsPss, PSS_Params(0, MechanismType::Sha1, MGF::Mgf1Sha1) },
26 { MechanismType::Sha1RsaPkcsPss, PSS_Params(20, MechanismType::Sha1, MGF::Mgf1Sha1) },
27 { MechanismType::Sha224RsaPkcsPss, PSS_Params(28, MechanismType::Sha224, MGF::Mgf1Sha224) },
28 { MechanismType::Sha256RsaPkcsPss, PSS_Params(32, MechanismType::Sha256, MGF::Mgf1Sha256) },
29 { MechanismType::Sha384RsaPkcsPss, PSS_Params(48, MechanismType::Sha384, MGF::Mgf1Sha384) },
30 { MechanismType::Sha512RsaPkcsPss, PSS_Params(64, MechanismType::Sha512, MGF::Mgf1Sha512) }
67 MGF mgf;
117 RSA_CryptMechanism(MechanismType _type, size_t _padding_size, MechanismType _hash, MGF _mgf) in RSA_CryptMechanism()
122 : RSA_CryptMechanism(_type, _padding_size, static_cast<MechanismType>(0), static_cast<MGF>(0)) in RSA_CryptMechanism()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/prov/pkcs11/
H A Dp11_mechanism.cpp20 using PSS_Params = std::tuple<size_t, MechanismType, MGF>;
25 { MechanismType::RsaPkcsPss, PSS_Params(0, MechanismType::Sha1, MGF::Mgf1Sha1) },
26 { MechanismType::Sha1RsaPkcsPss, PSS_Params(20, MechanismType::Sha1, MGF::Mgf1Sha1) },
27 { MechanismType::Sha224RsaPkcsPss, PSS_Params(28, MechanismType::Sha224, MGF::Mgf1Sha224) },
28 { MechanismType::Sha256RsaPkcsPss, PSS_Params(32, MechanismType::Sha256, MGF::Mgf1Sha256) },
29 { MechanismType::Sha384RsaPkcsPss, PSS_Params(48, MechanismType::Sha384, MGF::Mgf1Sha384) },
30 { MechanismType::Sha512RsaPkcsPss, PSS_Params(64, MechanismType::Sha512, MGF::Mgf1Sha512) }
67 MGF mgf;
117 RSA_CryptMechanism(MechanismType _type, size_t _padding_size, MechanismType _hash, MGF _mgf) in RSA_CryptMechanism()
122 : RSA_CryptMechanism(_type, _padding_size, static_cast<MechanismType>(0), static_cast<MGF>(0)) in RSA_CryptMechanism()
[all …]
/dports/security/botan2/Botan-2.18.2/src/lib/prov/pkcs11/
H A Dp11_mechanism.cpp20 using PSS_Params = std::tuple<size_t, MechanismType, MGF>;
25 { MechanismType::RsaPkcsPss, PSS_Params(0, MechanismType::Sha1, MGF::Mgf1Sha1) },
26 { MechanismType::Sha1RsaPkcsPss, PSS_Params(20, MechanismType::Sha1, MGF::Mgf1Sha1) },
27 { MechanismType::Sha224RsaPkcsPss, PSS_Params(28, MechanismType::Sha224, MGF::Mgf1Sha224) },
28 { MechanismType::Sha256RsaPkcsPss, PSS_Params(32, MechanismType::Sha256, MGF::Mgf1Sha256) },
29 { MechanismType::Sha384RsaPkcsPss, PSS_Params(48, MechanismType::Sha384, MGF::Mgf1Sha384) },
30 { MechanismType::Sha512RsaPkcsPss, PSS_Params(64, MechanismType::Sha512, MGF::Mgf1Sha512) }
67 MGF mgf;
117 RSA_CryptMechanism(MechanismType _type, size_t _padding_size, MechanismType _hash, MGF _mgf) in RSA_CryptMechanism()
122 : RSA_CryptMechanism(_type, _padding_size, static_cast<MechanismType>(0), static_cast<MGF>(0)) in RSA_CryptMechanism()
[all …]
/dports/security/cryptopp/cryptopp-8.6.0/
H A Doaep.h37 template <class H, class MGF=P1363_MGF1>
41 …static std::string CRYPTOPP_API StaticAlgorithmName() {return std::string("OAEP-") + MGF::StaticAl… in StaticAlgorithmName()
42 typedef OAEP<H, MGF> EncryptionMessageEncodingMethod;
47 MaskGeneratingFunction * NewMGF() const {return new MGF;} in NewMGF()
H A Dpssr.h73 template <bool ALLOW_RECOVERY, class MGF=P1363_MGF1, int SALT_LEN=-1, int MIN_PAD_LEN=0, bool USE_H…
79 virtual const MaskGeneratingFunction & GetMGF() const {static MGF mgf; return mgf;} in GetMGF()
82 …icAlgorithmName() {return std::string(ALLOW_RECOVERY ? "PSSR-" : "PSS-") + MGF::StaticAlgorithmNam… in StaticAlgorithmName()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cryptopp/
H A Doaep.h27 template <class H, class MGF=P1363_MGF1>
31 …static std::string CRYPTOPP_API StaticAlgorithmName() {return std::string("OAEP-") + MGF::StaticAl… in StaticAlgorithmName()
32 typedef OAEP<H, MGF> EncryptionMessageEncodingMethod;
37 MaskGeneratingFunction * NewMGF() const {return new MGF;} in NewMGF()
H A Dpssr.h68 template <bool ALLOW_RECOVERY, class MGF=P1363_MGF1, int SALT_LEN=-1, int MIN_PAD_LEN=0, bool USE_H…
74 virtual const MaskGeneratingFunction & GetMGF() const {static MGF mgf; return mgf;} in GetMGF()
77 …icAlgorithmName() {return std::string(ALLOW_RECOVERY ? "PSSR-" : "PSS-") + MGF::StaticAlgorithmNam… in StaticAlgorithmName()
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Doaep.h37 template <class H, class MGF=P1363_MGF1>
41 …static std::string CRYPTOPP_API StaticAlgorithmName() {return std::string("OAEP-") + MGF::StaticAl… in StaticAlgorithmName()
42 typedef OAEP<H, MGF> EncryptionMessageEncodingMethod;
47 MaskGeneratingFunction * NewMGF() const {return new MGF;} in NewMGF()
H A Dpssr.h73 template <bool ALLOW_RECOVERY, class MGF=P1363_MGF1, int SALT_LEN=-1, int MIN_PAD_LEN=0, bool USE_H…
79 virtual const MaskGeneratingFunction & GetMGF() const {static MGF mgf; return mgf;} in GetMGF()
82 …icAlgorithmName() {return std::string(ALLOW_RECOVERY ? "PSSR-" : "PSS-") + MGF::StaticAlgorithmNam… in StaticAlgorithmName()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Doaep.h37 template <class H, class MGF=P1363_MGF1>
41 …static std::string CRYPTOPP_API StaticAlgorithmName() {return std::string("OAEP-") + MGF::StaticAl… in StaticAlgorithmName()
42 typedef OAEP<H, MGF> EncryptionMessageEncodingMethod;
47 MaskGeneratingFunction * NewMGF() const {return new MGF;} in NewMGF()
H A Dpssr.h73 template <bool ALLOW_RECOVERY, class MGF=P1363_MGF1, int SALT_LEN=-1, int MIN_PAD_LEN=0, bool USE_H…
79 virtual const MaskGeneratingFunction & GetMGF() const {static MGF mgf; return mgf;} in GetMGF()
82 …icAlgorithmName() {return std::string(ALLOW_RECOVERY ? "PSSR-" : "PSS-") + MGF::StaticAlgorithmNam… in StaticAlgorithmName()
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Doaep.h37 template <class H, class MGF=P1363_MGF1>
41 …static std::string CRYPTOPP_API StaticAlgorithmName() {return std::string("OAEP-") + MGF::StaticAl… in StaticAlgorithmName()
42 typedef OAEP<H, MGF> EncryptionMessageEncodingMethod;
47 MaskGeneratingFunction * NewMGF() const {return new MGF;} in NewMGF()
H A Dpssr.h73 template <bool ALLOW_RECOVERY, class MGF=P1363_MGF1, int SALT_LEN=-1, int MIN_PAD_LEN=0, bool USE_H…
79 virtual const MaskGeneratingFunction & GetMGF() const {static MGF mgf; return mgf;}
82 …icAlgorithmName() {return std::string(ALLOW_RECOVERY ? "PSSR-" : "PSS-") + MGF::StaticAlgorithmNam…
/dports/finance/skrooge/skrooge-2.26.1/skgbankmodeler/currency/
H A Dmgf.desktop2 CurrencyCodeIsoAlpha3=MGF
32 CurrencyUnitSymbols=fr.,F,MGF
34 CurrencyUnitSymbolUnambiguous=MGF
/dports/security/py-python-pkcs11/python-pkcs11-0.7.0/tests/
H A Dtest_rsa.py6 from pkcs11 import Attribute, KeyType, ObjectClass, Mechanism, MGF
86 MGF.SHA1,
94 MGF.SHA1,
107 MGF.SHA1,
/dports/devel/xmltooling/xmltooling-3.2.1/xmltooling/encryption/impl/
H A DEncryptionSchemaValidators.cpp117 BEGIN_XMLOBJECTVALIDATOR(XMLTOOL_DLLLOCAL,MGF);
118 XMLOBJECTVALIDATOR_REQUIRE(MGF,Algorithm);
158 REGISTER_ELEMENT(XMLENC11_NS,MGF); in registerEncryptionClasses()
159 REGISTER_TYPE(XMLENC11_NS,MGF); in registerEncryptionClasses()
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/data/currency/
H A Dmgf.desktop2 CurrencyCodeIsoAlpha3=MGF
56 CurrencyUnitSymbols=fr.,F,MGF
58 CurrencyUnitSymbolUnambiguous=MGF
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/github.com/miekg/pkcs11/
H A Dparams.go130 MGF uint member
139 MGF: mgf,
148 mgf: C.CK_RSA_PKCS_MGF_TYPE(p.MGF),
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/
H A Dparams.go130 MGF uint member
139 MGF: mgf,
148 mgf: C.CK_RSA_PKCS_MGF_TYPE(p.MGF),
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/vendor/github.com/miekg/pkcs11/
H A Dparams.go128 MGF uint member
137 MGF: mgf,
146 mgf: C.CK_RSA_PKCS_MGF_TYPE(p.MGF),
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/
H A Dparams.go130 MGF uint member
139 MGF: mgf,
148 mgf: C.CK_RSA_PKCS_MGF_TYPE(p.MGF),
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/vendor/github.com/miekg/pkcs11/
H A Dparams.go130 MGF uint member
139 MGF: mgf,
148 mgf: C.CK_RSA_PKCS_MGF_TYPE(p.MGF),
/dports/net/traefik/traefik-2.6.1/vendor/github.com/miekg/pkcs11/
H A Dparams.go130 MGF uint member
139 MGF: mgf,
148 mgf: C.CK_RSA_PKCS_MGF_TYPE(p.MGF),
/dports/security/botan110/Botan-1.10.17/src/kdf/
H A Dkdf.h94 class BOTAN_DLL MGF
100 virtual ~MGF() {} in ~MGF()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/vendor/github.com/fullsailor/pkcs7/
H A Dx509.go77 MGF pkix.AlgorithmIdentifier `asn1:"explicit,tag:1"` member
104 if _, err := asn1.Unmarshal(params.MGF.Parameters.FullBytes, &mgf1HashFunc); err != nil {
116 !params.MGF.Algorithm.Equal(oidMGF1) ||

12345678910>>...22