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

Go to the source code of this file.

Macros

#define OBJECT_TABLE_ALLOCSIZE   1024
 
#define INITIAL_LFSRPOLY   0x409
 

Functions

CHECK_RETVAL STDC_NONNULL_ARG ((1))
 
void endObjects (void)
 
CHECK_RETVAL int destroyObjectData (IN_HANDLE const int objectHandle)
 
CHECK_RETVAL int destroyObjects (void)
 
CHECK_RETVAL STDC_NONNULL_ARG ((1, 2, 9))
 

Macro Definition Documentation

#define INITIAL_LFSRPOLY   0x409

Definition at line 44 of file objects.c.

#define OBJECT_TABLE_ALLOCSIZE   1024

Definition at line 43 of file objects.c.

Function Documentation

CHECK_RETVAL int destroyObjectData ( IN_HANDLE const int  objectHandle)

Definition at line 203 of file objects.c.

CHECK_RETVAL int destroyObjects ( void  )

Definition at line 347 of file objects.c.

void endObjects ( void  )

Definition at line 179 of file objects.c.

CHECK_RETVAL STDC_NONNULL_ARG ( (1)  )

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Definition at line 97 of file objects.c.

CHECK_RETVAL STDC_NONNULL_ARG ( (1, 2, 9)  )

Definition at line 623 of file objects.c.