Home
last modified time | relevance | path

Searched refs:PGP_SA_CAMELLIA_128 (Results 1 – 11 of 11) sorted by relevance

/dports/security/rnp/rnp-0.15.2/src/tests/
H A Dkey-prefs.cpp48 pref2.add_symm_alg(PGP_SA_CAMELLIA_128); in TEST_F()
53 assert_int_equal(pref1.symm_algs[0], PGP_SA_CAMELLIA_128); in TEST_F()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/tests/
H A Dkey-prefs.cpp48 pref2.add_symm_alg(PGP_SA_CAMELLIA_128); in TEST_F()
53 assert_int_equal(pref1.symm_algs[0], PGP_SA_CAMELLIA_128); in TEST_F()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/lib/crypto/
H A Dsymmetric_ossl.cpp58 case PGP_SA_CAMELLIA_128: in pgp_sa_to_openssl_string()
342 case PGP_SA_CAMELLIA_128: in pgp_block_size()
365 case PGP_SA_CAMELLIA_128: in pgp_key_size()
H A Dsymmetric.cpp106 case PGP_SA_CAMELLIA_128: in pgp_sa_to_botan_string()
405 case PGP_SA_CAMELLIA_128: in pgp_block_size()
428 case PGP_SA_CAMELLIA_128: in pgp_key_size()
/dports/security/rnp/rnp-0.15.2/src/lib/crypto/
H A Dsymmetric.cpp106 case PGP_SA_CAMELLIA_128: in pgp_sa_to_botan_string()
404 case PGP_SA_CAMELLIA_128: in pgp_block_size()
429 case PGP_SA_CAMELLIA_128: in pgp_key_size()
/dports/security/rnp/rnp-0.15.2/include/repgp/
H A Drepgp_def.h262 PGP_SA_CAMELLIA_128 = 11, /* Camellia with 128-bit key (CAMELLIA) */ enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/include/repgp/
H A Drepgp_def.h264 PGP_SA_CAMELLIA_128 = 11, /* Camellia with 128-bit key (CAMELLIA) */ enumerator
/dports/security/rnp/rnp-0.15.2/src/librepgp/
H A Dstream-dump.cpp161 {PGP_SA_CAMELLIA_128, "Camellia-128"},
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/librepgp/
H A Dstream-dump.cpp159 {PGP_SA_CAMELLIA_128, "Camellia-128"},
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/lib/
H A Drnp.cpp177 {PGP_SA_CAMELLIA_128, RNP_ALGNAME_CAMELLIA_128},
1055 features, symm_alg_map, PGP_SA_CAMELLIA_128, PGP_SA_CAMELLIA_256); in rnp_supported_features()
/dports/security/rnp/rnp-0.15.2/src/lib/
H A Drnp.cpp176 {PGP_SA_CAMELLIA_128, RNP_ALGNAME_CAMELLIA_128},