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

Go to the source code of this file.

Classes

struct  DES3_KEY
 

Macros

#define DES_BLOCKSIZE   8
 
#define DES_KEYSIZE   sizeof( Key_schedule )
 
#define DES3_KEYSIZE   sizeof( DES3_KEY )
 

Functions

CHECK_RETVAL STDC_NONNULL_ARG ((3))
 
const CAPABILITY_INFOget3DESCapability (void)
 

Macro Definition Documentation

#define DES3_KEYSIZE   sizeof( DES3_KEY )

Definition at line 39 of file ctx_3des.c.

#define DES_BLOCKSIZE   8

Definition at line 20 of file ctx_3des.c.

#define DES_KEYSIZE   sizeof( Key_schedule )

Definition at line 38 of file ctx_3des.c.

Function Documentation

const CAPABILITY_INFO* get3DESCapability ( void  )

Definition at line 536 of file ctx_3des.c.

CHECK_RETVAL STDC_NONNULL_ARG ( (3)  )

Definition at line 112 of file ctx_3des.c.