Home
last modified time | relevance | path

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

/dports/security/rnp/rnp-0.15.2/include/repgp/
H A Drepgp_def.h455 PGP_OP_UNLOCK = 4, /* unlocking a key with key->unlock() */ enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/include/repgp/
H A Drepgp_def.h457 PGP_OP_UNLOCK = 4, /* unlocking a key with key->unlock() */ enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/lib/
H A Dpgp-key.h291 bool unlock(const pgp_password_provider_t &provider, pgp_op_t op = PGP_OP_UNLOCK);
H A Drnp.cpp635 case PGP_OP_UNLOCK: in operation_description()
/dports/security/rnp/rnp-0.15.2/src/lib/
H A Dpgp-key.cpp1593 pgp_password_ctx_t ctx = {.op = PGP_OP_UNLOCK, .key = this}; in unlock()
H A Drnp.cpp607 case PGP_OP_UNLOCK: in operation_description()