Home
last modified time | relevance | path

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

/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/rnp/
H A Drnpcfg.h78 #define CFG_SECRET "secret" /* indicates operation on secret key */ macro
H A Dfficli.cpp2013 bool secret = rnp->cfg().get_bool(CFG_SECRET); in cli_rnp_export_keys()
/dports/security/rnp/rnp-0.15.2/src/rnp/
H A Drnpcfg.h80 #define CFG_SECRET "secret" /* indicates operation on secret key */ macro
H A Dfficli.cpp1758 bool secret = cli_rnp_cfg(*rnp).get_bool(CFG_SECRET); in cli_rnp_export_keys()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/rnpkeys/
H A Drnpkeys.cpp141 bool psecret = rnp->cfg().get_bool(CFG_SECRET); in print_keys_info()
588 cfg.set_bool(CFG_SECRET, true); in setoption()
/dports/security/rnp/rnp-0.15.2/src/rnpkeys/
H A Drnpkeys.cpp134 bool psecret = cli_rnp_cfg(*rnp).get_bool(CFG_SECRET); in print_keys_info()
591 cfg.set_bool(CFG_SECRET, true); in setoption()