Home
last modified time | relevance | path

Searched refs:PGP_KF_SPLIT (Results 1 – 6 of 6) sorted by relevance

/dports/security/rnp/rnp-0.15.2/include/repgp/
H A Drepgp_def.h411 PGP_KF_SPLIT = 0x10, /* The private component of this key may have been split enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/include/repgp/
H A Drepgp_def.h413 PGP_KF_SPLIT = 0x10, /* The private component of this key may have been split enumerator
/dports/security/rnp/rnp-0.15.2/src/librepgp/
H A Dstream-dump.cpp618 dst_printf(dst, "%s", flg & PGP_KF_SPLIT ? "split " : ""); in signature_dump_subpacket()
1633 if ((flg & PGP_KF_SPLIT) && in signature_dump_subpacket_json()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/librepgp/
H A Dstream-dump.cpp632 dst_printf(dst, "%s", flg & PGP_KF_SPLIT ? "split " : ""); in signature_dump_subpacket()
1657 if ((flg & PGP_KF_SPLIT) && in signature_dump_subpacket_json()
/dports/security/rnp/rnp-0.15.2/src/lib/
H A Drnp.cpp213 static const pgp_bit_map_t key_flags_map[] = {{PGP_KF_SPLIT, "split"},
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/lib/
H A Drnp.cpp224 {PGP_KF_SPLIT, "split"},