Home
last modified time | relevance | path

Searched refs:PGP_STREAM_ARMORED (Results 1 – 8 of 8) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/librepgp/
H A Dstream-common.h52 PGP_STREAM_ARMORED, enumerator
H A Dstream-armor.cpp741 src->type = PGP_STREAM_ARMORED; in init_armored_src()
1028 dst->type = PGP_STREAM_ARMORED; in init_armored_dst()
1060 return dst->type == PGP_STREAM_ARMORED; in is_armored_dest()
H A Dstream-key.cpp379 if ((src->type != PGP_STREAM_ARMORED) && is_armored_source(src)) { in process_pgp_keys()
445 if ((src->type != PGP_STREAM_ARMORED) && is_armored_source(src)) { in process_pgp_key()
/dports/security/rnp/rnp-0.15.2/src/librepgp/
H A Dstream-common.h52 PGP_STREAM_ARMORED, enumerator
H A Dstream-armor.cpp725 src->type = PGP_STREAM_ARMORED; in init_armored_src()
998 dst->type = PGP_STREAM_ARMORED; in init_armored_dst()
1035 return dst->type == PGP_STREAM_ARMORED; in is_armored_dest()
H A Dstream-key.cpp728 if ((src->type != PGP_STREAM_ARMORED) && is_armored_source(src)) { in process_pgp_keys()
794 if ((src->type != PGP_STREAM_ARMORED) && is_armored_source(src)) { in process_pgp_key()
/dports/security/rnp/rnp-0.15.2/src/lib/
H A Drnp.cpp1319 if (input->src.type == PGP_STREAM_ARMORED) { in rnp_input_dearmor_if_needed()
1900 bool armored = input->src.type == PGP_STREAM_ARMORED; in rnp_input_destroy()
2169 if (output->dst.type == PGP_STREAM_ARMORED) { in rnp_output_destroy()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/lib/
H A Drnp.cpp1546 if (input->src.type == PGP_STREAM_ARMORED) { in rnp_input_dearmor_if_needed()
2116 bool armored = input->src.type == PGP_STREAM_ARMORED; in rnp_input_destroy()
2385 if (output->dst.type == PGP_STREAM_ARMORED) { in rnp_output_destroy()