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

Go to the source code of this file.

Functions

CHECK_RETVAL STDC_NONNULL_ARG ((1))
 
void endInternalMsgs (void)
 
CHECK_RETVAL STDC_NONNULL_ARG ((3))
 
CHECK_RETVAL int incRefCount (IN_HANDLE const int objectHandle, STDC_UNUSED const int dummy1, STDC_UNUSED const void *dummy2, STDC_UNUSED const BOOLEAN dummy3)
 
CHECK_RETVAL int decRefCount (IN_HANDLE const int objectHandle, STDC_UNUSED const int dummy1, STDC_UNUSED const void *dummy2, const BOOLEAN isInternal)
 
CHECK_RETVAL int cloneObject (IN_HANDLE const int objectHandle, IN_HANDLE const int clonedObject, STDC_UNUSED const void *dummy1, STDC_UNUSED const BOOLEAN dummy2)
 

Function Documentation

CHECK_RETVAL int cloneObject ( IN_HANDLE const int  objectHandle,
IN_HANDLE const int  clonedObject,
STDC_UNUSED const void *  dummy1,
STDC_UNUSED const BOOLEAN  dummy2 
)

Definition at line 900 of file int_msg.c.

CHECK_RETVAL int decRefCount ( IN_HANDLE const int  objectHandle,
STDC_UNUSED const int  dummy1,
STDC_UNUSED const void *  dummy2,
const BOOLEAN  isInternal 
)

Definition at line 648 of file int_msg.c.

void endInternalMsgs ( void  )

Definition at line 294 of file int_msg.c.

CHECK_RETVAL int incRefCount ( IN_HANDLE const int  objectHandle,
STDC_UNUSED const int  dummy1,
STDC_UNUSED const void *  dummy2,
STDC_UNUSED const BOOLEAN  dummy3 
)

Definition at line 623 of file int_msg.c.

CHECK_RETVAL STDC_NONNULL_ARG ( (1)  )

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

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

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

Definition at line 255 of file int_msg.c.

CHECK_RETVAL STDC_NONNULL_ARG ( (3)  )

Definition at line 313 of file int_msg.c.