|
cryptlib
3.4.1
|
#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) |
| typedef CHECK_RETVAL_FNPTR int( * MANAGEMENT_FUNCTION)(IN_ENUM(MANAGEMENT_ACTION) const MANAGEMENT_ACTION_TYPE action) |
Definition at line 149 of file cryptlib.c.
| 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 | ) |
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 | ) |
| CHECK_RETVAL int krnlBeginShutdown | ( | void | ) |
| 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 | ) |
| CHECK_RETVAL int userManagementFunction | ( | IN_ENUM(MANAGEMENT_ACTION) const MANAGEMENT_ACTION_TYPE | action | ) |
Definition at line 566 of file cryptusr.c.
| const int messageValueCryptError = CRYPT_ERROR |
Definition at line 32 of file cryptlib.c.
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.
Definition at line 30 of file cryptlib.c.
Definition at line 29 of file cryptlib.c.
1.8.2