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 3896 of file crypt_gpgme.c.
| void smime_gpgme_init | ( | void | ) |
Initialise the crypto module - Implements CryptModuleSpecs::init() -.
Definition at line 3905 of file crypt_gpgme.c.
|
static |
Initialise smime - Implements CryptModuleSpecs::init() -.
Definition at line 42 of file crypt_mod_smime_classic.c.