Home
last modified time | relevance | path

Searched refs:PGP_HASH_SHA3_512 (Results 1 – 18 of 18) sorted by relevance

/dports/security/rnp/rnp-0.15.2/src/tests/
H A Dkey-prefs.cpp67 pref2.add_hash_alg(PGP_HASH_SHA3_512); in TEST_F()
72 assert_int_equal(pref1.hash_algs[0], PGP_HASH_SHA3_512); in TEST_F()
H A Dcipher.cpp53 PGP_HASH_SHA3_512, in TEST_F()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/tests/
H A Dkey-prefs.cpp67 pref2.add_hash_alg(PGP_HASH_SHA3_512); in TEST_F()
72 assert_int_equal(pref1.hash_algs[0], PGP_HASH_SHA3_512); in TEST_F()
H A Dcipher.cpp50 PGP_HASH_SHA3_512, in TEST_F()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/patches/rnp/
H A Ddisable_obsolete_ciphers.patch23 + case PGP_HASH_SHA3_512:
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/lib/crypto/
H A Dhash.cpp47 {PGP_HASH_SHA3_512, "SHA-3(512)"},
H A Dhash_common.cpp45 {PGP_HASH_SHA3_512, "SHA3-512", 64}};
H A Dhash_ossl.cpp50 {PGP_HASH_SHA3_512, "sha3-512"},
H A Decdsa.cpp136 case PGP_HASH_SHA3_512: in ecdsa_padding_str_for()
H A Dsignatures.cpp202 case PGP_HASH_SHA3_512: in is_hash_alg_allowed_in_sig()
/dports/security/rnp/rnp-0.15.2/include/repgp/
H A Drepgp_def.h485 PGP_HASH_SHA3_512 = 14, enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/include/repgp/
H A Drepgp_def.h487 PGP_HASH_SHA3_512 = 14, enumerator
/dports/security/rnp/rnp-0.15.2/src/lib/crypto/
H A Dhash.cpp98 {PGP_HASH_SHA3_512, "SHA3-512", "SHA-3(512)", 64}};
H A Decdsa.cpp134 case PGP_HASH_SHA3_512: in ecdsa_padding_str_for()
/dports/security/rnp/rnp-0.15.2/src/librepgp/
H A Dstream-dump.cpp178 {PGP_HASH_SHA3_512, "SHA3-512"},
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/librepgp/
H A Dstream-dump.cpp176 {PGP_HASH_SHA3_512, "SHA3-512"},
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/lib/
H A Drnp.cpp205 {PGP_HASH_SHA3_512, RNP_ALGNAME_SHA3_512},
1076 ret = json_array_add_id_str(features, hash_alg_map, PGP_HASH_MD5, PGP_HASH_SHA3_512); in rnp_supported_features()
/dports/security/rnp/rnp-0.15.2/src/lib/
H A Drnp.cpp200 {PGP_HASH_SHA3_512, RNP_ALGNAME_SHA3_512},