Home
last modified time | relevance | path

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

/dports/security/rnp/rnp-0.15.2/include/repgp/
H A Drepgp_def.h452 PGP_OP_ADD_SUBKEY = 1, /* adding a subkey, primary key password required */ enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/include/repgp/
H A Drepgp_def.h454 PGP_OP_ADD_SUBKEY = 1, /* adding a subkey, primary key password required */ enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/lib/
H A Dgenerate-key.cpp454 !primary_sec.unlock(password_provider, PGP_OP_ADD_SUBKEY)) { in pgp_generate_subkey()
H A Drnp.cpp627 case PGP_OP_ADD_SUBKEY: in operation_description()
/dports/security/rnp/rnp-0.15.2/src/lib/
H A Dgenerate-key.cpp489 ctx = {.op = PGP_OP_ADD_SUBKEY, .key = primary_sec}; in pgp_generate_subkey()
H A Drnp.cpp599 case PGP_OP_ADD_SUBKEY: in operation_description()