Home
last modified time | relevance | path

Searched refs:PGP_C_ZLIB (Results 1 – 16 of 16) sorted by relevance

/dports/security/rnp/rnp-0.15.2/src/tests/
H A Dkey-prefs.cpp77 pref1.add_z_alg(PGP_C_ZLIB); in TEST_F()
80 pref1.add_z_alg(PGP_C_ZLIB); in TEST_F()
84 assert_int_equal(pref1.z_algs[1], PGP_C_ZLIB); in TEST_F()
H A Duser-prefs.cpp116 expected = {PGP_C_ZLIB, PGP_C_BZIP2, PGP_C_ZIP}; in TEST_F()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/tests/
H A Dkey-prefs.cpp77 pref1.add_z_alg(PGP_C_ZLIB); in TEST_F()
80 pref1.add_z_alg(PGP_C_ZLIB); in TEST_F()
84 assert_int_equal(pref1.z_algs[1], PGP_C_ZLIB); in TEST_F()
H A Duser-prefs.cpp116 expected = {PGP_C_ZLIB, PGP_C_BZIP2, PGP_C_ZIP}; in TEST_F()
/dports/security/rnp/rnp-0.15.2/include/repgp/
H A Drepgp_def.h431 PGP_C_ZLIB = 2, enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/include/repgp/
H A Drepgp_def.h433 PGP_C_ZLIB = 2, enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/librepgp/
H A Dstream-write.cpp1413 if ((param->alg == PGP_C_ZIP) || (param->alg == PGP_C_ZLIB)) { in compressed_dst_write()
1478 if ((param->alg == PGP_C_ZIP) || (param->alg == PGP_C_ZLIB)) { in compressed_dst_finish()
1547 if ((param->alg == PGP_C_ZIP) || (param->alg == PGP_C_ZLIB)) { in compressed_dst_close()
1598 case PGP_C_ZLIB: in init_compressed_dst()
H A Dstream-parse.cpp333 if ((param->alg == PGP_C_ZIP) || (param->alg == PGP_C_ZLIB)) { in compressed_src_read()
436 if ((param->alg == PGP_C_ZIP) || (param->alg == PGP_C_ZLIB)) { in compressed_src_close()
1838 case PGP_C_ZLIB: in init_compressed_src()
H A Dstream-dump.cpp183 {PGP_C_ZLIB, "ZLib"},
/dports/security/rnp/rnp-0.15.2/src/librepgp/
H A Dstream-write.cpp1375 if ((param->alg == PGP_C_ZIP) || (param->alg == PGP_C_ZLIB)) { in compressed_dst_write()
1440 if ((param->alg == PGP_C_ZIP) || (param->alg == PGP_C_ZLIB)) { in compressed_dst_finish()
1509 if ((param->alg == PGP_C_ZIP) || (param->alg == PGP_C_ZLIB)) { in compressed_dst_close()
1560 case PGP_C_ZLIB: in init_compressed_dst()
H A Dstream-parse.cpp326 if ((param->alg == PGP_C_ZIP) || (param->alg == PGP_C_ZLIB)) { in compressed_src_read()
429 if ((param->alg == PGP_C_ZIP) || (param->alg == PGP_C_ZLIB)) { in compressed_src_close()
1773 case PGP_C_ZLIB: in init_compressed_src()
H A Dstream-dump.cpp185 {PGP_C_ZLIB, "ZLib"},
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/lib/
H A Dgenerate-key.cpp44 PGP_C_ZLIB, PGP_C_BZIP2, PGP_C_ZIP, PGP_C_NONE};
H A Drnp.cpp193 {PGP_C_ZLIB, "ZLIB"},
/dports/security/rnp/rnp-0.15.2/src/lib/
H A Dgenerate-key.cpp44 PGP_C_ZLIB, PGP_C_BZIP2, PGP_C_ZIP, PGP_C_NONE};
H A Drnp.cpp189 {PGP_C_ZLIB, "ZLIB"},