NeoMutt  2024-04-16-36-g75b6fb
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() -.
 
static void smime_class_init (void)
 Initialise smime - 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 3823 of file crypt_gpgme.c.

3824{
3825 init_common();
3826 init_pgp();
3827}
static void init_common(void)
Initialise code common to PGP and SMIME parts of GPGME.
Definition: crypt_gpgme.c:3782
static void init_pgp(void)
Initialise the PGP crypto backend.
Definition: crypt_gpgme.c:3801
+ 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 3832 of file crypt_gpgme.c.

3833{
3834 init_common();
3835 init_smime();
3836}
static void init_smime(void)
Initialise the SMIME crypto backend.
Definition: crypt_gpgme.c:3812
+ Here is the call graph for this function:

◆ smime_class_init()

static void smime_class_init ( void  )
static

Initialise smime - Implements CryptModuleSpecs::init() -.

Definition at line 40 of file crypt_mod_smime_classic.c.

41{
42 smime_init();
43}
void smime_init(void)
Initialise smime globals.
Definition: smime.c:84
+ Here is the call graph for this function: