cryptlib  3.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
Macros | Functions
ctx_des.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.

Macros

#define DES_BLOCKSIZE   8
 
#define DES_KEY   Key_schedule
 
#define DES_KEYSIZE   sizeof( Key_schedule )
 

Functions

CHECK_RETVAL STDC_NONNULL_ARG ((3))
 
const CAPABILITY_INFOgetDESCapability (void)
 

Macro Definition Documentation

#define DES_BLOCKSIZE   8

Definition at line 20 of file ctx_des.c.

#define DES_KEY   Key_schedule

Definition at line 30 of file ctx_des.c.

#define DES_KEYSIZE   sizeof( Key_schedule )

Definition at line 31 of file ctx_des.c.

Function Documentation

const CAPABILITY_INFO* getDESCapability ( void  )

Definition at line 462 of file ctx_des.c.

CHECK_RETVAL STDC_NONNULL_ARG ( (3)  )

Definition at line 100 of file ctx_des.c.