cryptlib  3.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
Typedefs | Functions | Variables
cryptlib.c File Reference
#include "crypt.h"

Go to the source code of this file.

Typedefs

typedef CHECK_RETVAL_FNPTR int(* MANAGEMENT_FUNCTION )(IN_ENUM(MANAGEMENT_ACTION) const MANAGEMENT_ACTION_TYPE action)
 

Functions

CHECK_RETVAL int krnlBeginInit (void)
 
void krnlCompleteInit (void)
 
CHECK_RETVAL int krnlBeginShutdown (void)
 
int krnlCompleteShutdown (void)
 
int destroyObjects (void)
 
CHECK_RETVAL int testKernel (void)
 
CHECK_RETVAL int certManagementFunction (IN_ENUM(MANAGEMENT_ACTION) const MANAGEMENT_ACTION_TYPE action)
 
CHECK_RETVAL int deviceManagementFunction (IN_ENUM(MANAGEMENT_ACTION) const MANAGEMENT_ACTION_TYPE action)
 
CHECK_RETVAL int keysetManagementFunction (IN_ENUM(MANAGEMENT_ACTION) const MANAGEMENT_ACTION_TYPE action)
 
CHECK_RETVAL int sessionManagementFunction (IN_ENUM(MANAGEMENT_ACTION) const MANAGEMENT_ACTION_TYPE action)
 
CHECK_RETVAL int userManagementFunction (IN_ENUM(MANAGEMENT_ACTION) const MANAGEMENT_ACTION_TYPE action)
 
CHECK_RETVAL STDC_NONNULL_ARG ((1))
 
CHECK_RETVAL int initCryptlib (void)
 
CHECK_RETVAL int endCryptlib (void)
 

Variables

const int messageValueTrue = TRUE
 
const int messageValueFalse = FALSE
 
const int messageValueCryptOK = CRYPT_OK
 
const int messageValueCryptError = CRYPT_ERROR
 
const int messageValueCryptSignalled = CRYPT_ERROR_SIGNALLED
 
const int messageValueCryptUnused = CRYPT_UNUSED
 
const int messageValueCryptUseDefault = CRYPT_USE_DEFAULT
 
const int messageValueCursorFirst = CRYPT_CURSOR_FIRST
 
const int messageValueCursorNext = CRYPT_CURSOR_NEXT
 
const int messageValueCursorPrevious = CRYPT_CURSOR_PREVIOUS
 
const int messageValueCursorLast = CRYPT_CURSOR_LAST
 

Typedef Documentation

typedef CHECK_RETVAL_FNPTR int( * MANAGEMENT_FUNCTION)(IN_ENUM(MANAGEMENT_ACTION) const MANAGEMENT_ACTION_TYPE action)

Definition at line 149 of file cryptlib.c.

Function Documentation

CHECK_RETVAL int certManagementFunction ( IN_ENUM(MANAGEMENT_ACTION) const MANAGEMENT_ACTION_TYPE  action)
int destroyObjects ( void  )

Definition at line 347 of file objects.c.

CHECK_RETVAL int deviceManagementFunction ( IN_ENUM(MANAGEMENT_ACTION) const MANAGEMENT_ACTION_TYPE  action)

Definition at line 773 of file cryptdev.c.

CHECK_RETVAL int endCryptlib ( void  )

Definition at line 449 of file cryptlib.c.

CHECK_RETVAL int initCryptlib ( void  )

Definition at line 313 of file cryptlib.c.

CHECK_RETVAL int keysetManagementFunction ( IN_ENUM(MANAGEMENT_ACTION) const MANAGEMENT_ACTION_TYPE  action)
CHECK_RETVAL int krnlBeginInit ( void  )

Definition at line 247 of file init.c.

CHECK_RETVAL int krnlBeginShutdown ( void  )

Definition at line 356 of file init.c.

void krnlCompleteInit ( void  )

Definition at line 332 of file init.c.

int krnlCompleteShutdown ( void  )

Definition at line 380 of file init.c.

CHECK_RETVAL int sessionManagementFunction ( IN_ENUM(MANAGEMENT_ACTION) const MANAGEMENT_ACTION_TYPE  action)
CHECK_RETVAL STDC_NONNULL_ARG ( (1)  )

Definition at line 194 of file cryptlib.c.

CHECK_RETVAL int testKernel ( void  )

Definition at line 1114 of file init.c.

CHECK_RETVAL int userManagementFunction ( IN_ENUM(MANAGEMENT_ACTION) const MANAGEMENT_ACTION_TYPE  action)

Definition at line 566 of file cryptusr.c.

Variable Documentation

const int messageValueCryptError = CRYPT_ERROR

Definition at line 32 of file cryptlib.c.

const int messageValueCryptOK = CRYPT_OK

Definition at line 31 of file cryptlib.c.

const int messageValueCryptSignalled = CRYPT_ERROR_SIGNALLED

Definition at line 33 of file cryptlib.c.

const int messageValueCryptUnused = CRYPT_UNUSED

Definition at line 34 of file cryptlib.c.

const int messageValueCryptUseDefault = CRYPT_USE_DEFAULT

Definition at line 35 of file cryptlib.c.

const int messageValueCursorFirst = CRYPT_CURSOR_FIRST

Definition at line 36 of file cryptlib.c.

const int messageValueCursorLast = CRYPT_CURSOR_LAST

Definition at line 39 of file cryptlib.c.

const int messageValueCursorNext = CRYPT_CURSOR_NEXT

Definition at line 37 of file cryptlib.c.

const int messageValueCursorPrevious = CRYPT_CURSOR_PREVIOUS

Definition at line 38 of file cryptlib.c.

const int messageValueFalse = FALSE

Definition at line 30 of file cryptlib.c.

const int messageValueTrue = TRUE

Definition at line 29 of file cryptlib.c.