Wrappers for calls to GPGME PGP. More...
#include "config.h"
#include <stdbool.h>
#include <stdio.h>
#include "lib.h"
#include "crypt_gpgme.h"
#include "crypt_mod.h"
Go to the source code of this file.
Functions | |
static void | pgp_gpgme_void_passphrase (void) |
Forget the cached passphrase - Implements CryptModuleSpecs::void_passphrase() -. | |
static bool | pgp_gpgme_valid_passphrase (void) |
Ensure we have a valid passphrase - Implements CryptModuleSpecs::valid_passphrase() -. | |
Variables | |
const struct CryptModuleSpecs | CryptModPgpGpgme |
GPGME PGP - Implements CryptModuleSpecs -. | |
Wrappers for calls to GPGME PGP.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file crypt_mod_pgp_gpgme.c.