Home
last modified time | relevance | path

Searched refs:PGP_HASH_SM3 (Results 1 – 20 of 20) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/lib/crypto/
H A Dhash_ossl.cpp48 {PGP_HASH_SM3, "sm3"},
71 if (alg == PGP_HASH_SM3) { in Hash()
H A Dhash.cpp45 {PGP_HASH_SM3, "SM3"},
H A Dhash_common.cpp43 {PGP_HASH_SM3, "SM3", 32},
H A Decdsa.cpp139 case PGP_HASH_SM3: in ecdsa_padding_str_for()
H A Dsignatures.cpp206 case PGP_HASH_SM3: in is_hash_alg_allowed_in_sig()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/patches/rnp/
H A Ddisable_obsolete_ciphers.patch27 + case PGP_HASH_SM3:
/dports/security/rnp/rnp-0.15.2/include/repgp/
H A Drepgp_def.h488 PGP_HASH_SM3 = 105, enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/include/repgp/
H A Drepgp_def.h490 PGP_HASH_SM3 = 105, enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/tests/
H A Dcipher.cpp48 PGP_HASH_SM3, in TEST_F()
72 if (hash_algs[i] == PGP_HASH_SM3) { in TEST_F()
400 key_desc.hash_alg = PGP_HASH_SM3; in TEST_F()
411 pgp_hash_alg_t hashes[] = {PGP_HASH_SM3, PGP_HASH_SHA256, PGP_HASH_SHA512}; in TEST_F()
439 pgp_hash_alg_t hash_alg = PGP_HASH_SM3; in TEST_F()
/dports/security/rnp/rnp-0.15.2/src/tests/
H A Dcipher.cpp51 PGP_HASH_SM3, in TEST_F()
385 key_desc.hash_alg = PGP_HASH_SM3; in TEST_F()
396 pgp_hash_alg_t hashes[] = {PGP_HASH_SM3, PGP_HASH_SHA256, PGP_HASH_SHA512}; in TEST_F()
424 pgp_hash_alg_t hash_alg = PGP_HASH_SM3; in TEST_F()
/dports/security/rnp/rnp-0.15.2/src/lib/crypto/
H A Dhash.cpp96 {PGP_HASH_SM3, "SM3", "SM3", 32},
H A Decdsa.cpp137 case PGP_HASH_SM3: in ecdsa_padding_str_for()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/lib/
H A Dgenerate-key.cpp198 crypto.hash_alg = PGP_HASH_SM3; in keygen_merge_crypto_defaults()
H A Drnp.cpp206 {PGP_HASH_SM3, RNP_ALGNAME_SM3},
316 if (alg == PGP_HASH_SM3) { in str_to_hash_alg()
1078 ret = json_array_add_id_str(features, hash_alg_map, PGP_HASH_SM3, PGP_HASH_SM3); in rnp_supported_features()
/dports/security/rnp/rnp-0.15.2/src/lib/
H A Dgenerate-key.cpp196 crypto.hash_alg = PGP_HASH_SM3; in keygen_merge_crypto_defaults()
H A Drnp.cpp201 {PGP_HASH_SM3, RNP_ALGNAME_SM3}};
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/librepgp/
H A Dstream-write.cpp580 PGP_HASH_SM3, in encrypted_add_recipient()
H A Dstream-dump.cpp174 {PGP_HASH_SM3, "SM3"},
/dports/security/rnp/rnp-0.15.2/src/librepgp/
H A Dstream-write.cpp558 PGP_HASH_SM3, in encrypted_add_recipient()
H A Dstream-dump.cpp176 {PGP_HASH_SM3, "SM3"},