NeoMutt  2023-11-03-85-g512e01
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches

Initialise the crypto module. More...

+ Collaboration diagram for init():

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() -.
 

Detailed Description

Initialise the crypto module.

Function Documentation

◆ pgp_gpgme_init()

void pgp_gpgme_init ( void  )

Initialise the crypto module - Implements CryptModuleSpecs::init() -.

Definition at line 3749 of file crypt_gpgme.c.

3750{
3751 init_common();
3752 init_pgp();
3753}
static void init_common(void)
Initialise code common to PGP and SMIME parts of GPGME.
Definition: crypt_gpgme.c:3708
static void init_pgp(void)
Initialise the PGP crypto backend.
Definition: crypt_gpgme.c:3727
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ smime_gpgme_init()

void smime_gpgme_init ( void  )

Initialise the crypto module - Implements CryptModuleSpecs::init() -.

Definition at line 3758 of file crypt_gpgme.c.

3759{
3760 init_common();
3761 init_smime();
3762}
static void init_smime(void)
Initialise the SMIME crypto backend.
Definition: crypt_gpgme.c:3738
+ Here is the call graph for this function: