cryptlib  3.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
Macros | Enumerations | Functions
mech_sig.c File Reference
#include "crypt.h"
#include "enc_dec/asn1.h"
#include "enc_dec/asn1_ext.h"
#include "mechs/mech_int.h"

Go to the source code of this file.

Macros

#define getMinPadBytes(length)   ( ( length ) - ( 3 + 19 + CRYPT_MAX_HASHSIZE ) )
 

Enumerations

enum  SIGN_TYPE { SIGN_NONE, SIGN_PKCS1, SIGN_SSL, SIGN_LAST }
 

Functions

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

Macro Definition Documentation

#define getMinPadBytes (   length)    ( ( length ) - ( 3 + 19 + CRYPT_MAX_HASHSIZE ) )

Definition at line 33 of file mech_sig.c.

Enumeration Type Documentation

enum SIGN_TYPE
Enumerator:
SIGN_NONE 
SIGN_PKCS1 
SIGN_SSL 
SIGN_LAST 

Definition at line 191 of file mech_sig.c.

Function Documentation

CHECK_RETVAL STDC_NONNULL_ARG ( (1)  )

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

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

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

Definition at line 38 of file mech_sig.c.

CHECK_RETVAL STDC_NONNULL_ARG ( (1, 3)  )

Definition at line 92 of file mech_sig.c.

CHECK_RETVAL STDC_NONNULL_ARG ( (2)  )

Definition at line 458 of file mech_sig.c.