Home
last modified time | relevance | path

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

/dports/security/rnp/rnp-0.15.2/include/repgp/
H A Drepgp_def.h377 PGP_SIG_SUBPKT_KEYSERV_PREFS = 23, /* key server preferences */ enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/include/repgp/
H A Drepgp_def.h379 PGP_SIG_SUBPKT_KEYSERV_PREFS = 23, /* key server preferences */ enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/librepgp/
H A Dstream-sig.cpp331 case PGP_SIG_SUBPKT_KEYSERV_PREFS: in parse()
910 const pgp_sig_subpkt_t *subpkt = get_subpkt(PGP_SIG_SUBPKT_KEYSERV_PREFS); in key_server_prefs()
921 pgp_sig_subpkt_t &subpkt = add_subpkt(PGP_SIG_SUBPKT_KEYSERV_PREFS, 1, true); in set_key_server_prefs()
H A Dstream-dump.cpp111 {PGP_SIG_SUBPKT_KEYSERV_PREFS, "key server preferences"},
610 case PGP_SIG_SUBPKT_KEYSERV_PREFS: in signature_dump_subpacket()
1616 case PGP_SIG_SUBPKT_KEYSERV_PREFS: in signature_dump_subpacket_json()
/dports/security/rnp/rnp-0.15.2/src/librepgp/
H A Dstream-sig.cpp681 case PGP_SIG_SUBPKT_KEYSERV_PREFS: in parse()
1265 const pgp_sig_subpkt_t *subpkt = get_subpkt(PGP_SIG_SUBPKT_KEYSERV_PREFS); in key_server_prefs()
1276 pgp_sig_subpkt_t &subpkt = add_subpkt(PGP_SIG_SUBPKT_KEYSERV_PREFS, 1, true); in set_key_server_prefs()
H A Dstream-dump.cpp113 {PGP_SIG_SUBPKT_KEYSERV_PREFS, "key server preferences"},
596 case PGP_SIG_SUBPKT_KEYSERV_PREFS: in signature_dump_subpacket()
1592 case PGP_SIG_SUBPKT_KEYSERV_PREFS: in signature_dump_subpacket_json()
/dports/security/rnp/rnp-0.15.2/src/lib/
H A Dpgp-key.cpp769 if (sig.has_subpkt(PGP_SIG_SUBPKT_KEYSERV_PREFS)) { in pgp_subsig_t()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/lib/
H A Dpgp-key.cpp667 if (sig.has_subpkt(PGP_SIG_SUBPKT_KEYSERV_PREFS)) { in pgp_subsig_t()