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

Go to the source code of this file.

Classes

struct  HI
 
struct  HAI
 

Macros

#define PKC_CONTEXT   /* Indicate that we're working with PKC contexts */
 

Typedefs

typedef struct HI HASHFUNCTION_INFO
 
typedef struct HAI HASHFUNCTION_ATOMIC_INFO
 

Functions

CHECK_RETVAL_BOOL STDC_NONNULL_ARG ((1))
 
 STDC_NONNULL_ARG ((1, 2))
 
CHECK_RETVAL STDC_NONNULL_ARG ((3))
 
CHECK_RETVAL STDC_NONNULL_ARG ((1, 3, 4))
 
CHECK_RETVAL STDC_NONNULL_ARG ((1, 2, 3, 5, 6))
 
CHECK_RETVAL STDC_NONNULL_ARG ((1, 2, 5))
 
CHECK_RETVAL STDC_NONNULL_ARG ((1, 2, 3, 5, 7))
 

Macro Definition Documentation

#define PKC_CONTEXT   /* Indicate that we're working with PKC contexts */

Definition at line 8 of file ctx_misc.c.

Typedef Documentation

typedef struct HAI HASHFUNCTION_ATOMIC_INFO
typedef struct HI HASHFUNCTION_INFO

Function Documentation

CHECK_RETVAL_BOOL STDC_NONNULL_ARG ( (1)  )

Definition at line 45 of file ctx_misc.c.

STDC_NONNULL_ARG ( (1, 2)  )

Definition at line 227 of file ctx_misc.c.

CHECK_RETVAL STDC_NONNULL_ARG ( (3)  )

Definition at line 279 of file ctx_misc.c.

CHECK_RETVAL STDC_NONNULL_ARG ( (1, 3, 4)  )

Definition at line 860 of file ctx_misc.c.

CHECK_RETVAL STDC_NONNULL_ARG ( (1, 2, 3, 5, 6)  )

Definition at line 941 of file ctx_misc.c.

CHECK_RETVAL STDC_NONNULL_ARG ( (1, 2, 5)  )

Definition at line 989 of file ctx_misc.c.

CHECK_RETVAL STDC_NONNULL_ARG ( (1, 2, 3, 5, 7)  )

Definition at line 1037 of file ctx_misc.c.