Ensure we have a valid passphrase. More...
Collaboration diagram for valid_passphrase():Functions | |
| static bool | pgp_gpgme_valid_passphrase (void) |
| Ensure we have a valid passphrase - Implements CryptModuleSpecs::valid_passphrase() -. | |
| static bool | smime_gpgme_valid_passphrase (void) |
| Ensure we have a valid passphrase - Implements CryptModuleSpecs::valid_passphrase() -. | |
| bool | pgp_class_valid_passphrase (void) |
| Ensure we have a valid passphrase - Implements CryptModuleSpecs::valid_passphrase() -. | |
| bool | smime_class_valid_passphrase (void) |
| Ensure we have a valid passphrase - Implements CryptModuleSpecs::valid_passphrase() -. | |
Ensure we have a valid passphrase.
| true | Success |
| false | Failed |
If the passphrase is within the expiry time (backend-specific), use it. If not prompt the user again.
|
static |
Ensure we have a valid passphrase - Implements CryptModuleSpecs::valid_passphrase() -.
This is handled by gpg-agent.
Definition at line 50 of file crypt_mod_pgp_gpgme.c.
|
static |
Ensure we have a valid passphrase - Implements CryptModuleSpecs::valid_passphrase() -.
This is handled by gpg-agent.
Definition at line 50 of file crypt_mod_smime_gpgme.c.
| bool pgp_class_valid_passphrase | ( | void | ) |
Ensure we have a valid passphrase - Implements CryptModuleSpecs::valid_passphrase() -.
Definition at line 85 of file pgp.c.
Here is the call graph for this function:
Here is the caller graph for this function:| bool smime_class_valid_passphrase | ( | void | ) |
Ensure we have a valid passphrase - Implements CryptModuleSpecs::valid_passphrase() -.
Definition at line 157 of file smime.c.
Here is the call graph for this function:
Here is the caller graph for this function: