Home
last modified time | relevance | path

Searched refs:PGP_HASH_MD5 (Results 1 – 23 of 23) sorted by relevance

/dports/security/rnp/rnp-0.15.2/src/lib/
H A Dfingerprint.cpp50 if (!pgp_hash_create(&hash, PGP_HASH_MD5)) { in pgp_fingerprint()
H A Drnp.cpp192 static const pgp_map_t hash_alg_map[] = {{PGP_HASH_MD5, RNP_ALGNAME_MD5},
1034 ret = json_array_add_map_str(features, hash_alg_map, PGP_HASH_MD5, PGP_HASH_SM3); in rnp_supported_features()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/lib/
H A Dfingerprint.cpp49 rnp::Hash hash(PGP_HASH_MD5); in pgp_fingerprint()
H A Dsec_profile.cpp157 SecurityRule(FeatureType::Hash, PGP_HASH_MD5, SecurityLevel::Insecure, 1325376000)); in SecurityContext()
H A Drnp.cpp197 static const id_str_pair hash_alg_map[] = {{PGP_HASH_MD5, RNP_ALGNAME_MD5},
1076 ret = json_array_add_id_str(features, hash_alg_map, PGP_HASH_MD5, PGP_HASH_SHA3_512); in rnp_supported_features()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/patches/rnp/
H A Ddisable_obsolete_ciphers.patch26 + case PGP_HASH_MD5:
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/lib/crypto/
H A Dhash.cpp38 {PGP_HASH_MD5, "MD5"},
H A Dhash_common.cpp36 } hash_alg_map[] = {{PGP_HASH_MD5, "MD5", 16},
H A Dhash_ossl.cpp41 {PGP_HASH_MD5, "md5"},
H A Decdsa.cpp119 case PGP_HASH_MD5: in ecdsa_padding_str_for()
H A Dsignatures.cpp205 case PGP_HASH_MD5: in is_hash_alg_allowed_in_sig()
/dports/security/rnp/rnp-0.15.2/include/repgp/
H A Drepgp_def.h476 PGP_HASH_MD5 = 1, enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/include/repgp/
H A Drepgp_def.h478 PGP_HASH_MD5 = 1, enumerator
/dports/security/rnp/rnp-0.15.2/src/lib/crypto/
H A Dhash.cpp89 } hash_alg_map[] = {{PGP_HASH_MD5, "MD5", "MD5", 16},
H A Decdsa.cpp117 case PGP_HASH_MD5: in ecdsa_padding_str_for()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/tests/
H A Dkey-validate.cpp120 rnp::FeatureType::Hash, PGP_HASH_MD5, rnp::SecurityLevel::Default); in TEST_F()
H A Dstreams.cpp1019 rnp::FeatureType::Hash, PGP_HASH_MD5, rnp::SecurityLevel::Default); in TEST_F()
1113 rnp::FeatureType::Hash, PGP_HASH_MD5, rnp::SecurityLevel::Default); in TEST_F()
H A Dcipher.cpp42 const pgp_hash_alg_t hash_algs[] = {PGP_HASH_MD5, in TEST_F()
/dports/security/rnp/rnp-0.15.2/src/tests/
H A Dcipher.cpp45 const pgp_hash_alg_t hash_algs[] = {PGP_HASH_MD5, in TEST_F()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/librepgp/
H A Dstream-key.cpp1453 sec_protection.s2k.hash_alg = PGP_HASH_MD5; in parse()
H A Dstream-dump.cpp167 {PGP_HASH_MD5, "MD5"},
/dports/security/rnp/rnp-0.15.2/src/librepgp/
H A Dstream-key.cpp1814 sec_protection.s2k.hash_alg = PGP_HASH_MD5; in parse()
H A Dstream-dump.cpp169 {PGP_HASH_MD5, "MD5"},