Initialise the crypto module. More...
Functions | |
void | pgp_gpgme_init (void) |
Initialise the crypto module - Implements CryptModuleSpecs::init() -. | |
void | smime_gpgme_init (void) |
Initialise the crypto module - Implements CryptModuleSpecs::init() -. | |
static void | smime_class_init (void) |
Initialise smime - Implements CryptModuleSpecs::init() -. | |
Initialise the crypto module.
void pgp_gpgme_init | ( | void | ) |
Initialise the crypto module - Implements CryptModuleSpecs::init() -.
Definition at line 3865 of file crypt_gpgme.c.
void smime_gpgme_init | ( | void | ) |
Initialise the crypto module - Implements CryptModuleSpecs::init() -.
Definition at line 3874 of file crypt_gpgme.c.
|
static |
Initialise smime - Implements CryptModuleSpecs::init() -.
Definition at line 40 of file crypt_mod_smime_classic.c.