Ruby  2.4.2p198(2017-09-14revision59899)
Macros | Variables
des_tables.c File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define HAVE_DES_TABLES   1
 

Variables

static const C_block PC1ROT [64/CHUNKBITS][1<< CHUNKBITS]
 
static const C_block PC2ROT [2][64/CHUNKBITS][1<< CHUNKBITS]
 
static const C_block IE3264 [32/CHUNKBITS][1<< CHUNKBITS]
 
static const unsigned long SPE [2][8][64]
 
static const C_block CF6464 [64/CHUNKBITS][1<< CHUNKBITS]
 

Macro Definition Documentation

◆ HAVE_DES_TABLES

#define HAVE_DES_TABLES   1

Definition at line 1615 of file des_tables.c.

Variable Documentation

◆ CF6464

const C_block CF6464[64/CHUNKBITS][1<< CHUNKBITS]
static

Definition at line 1324 of file des_tables.c.

◆ IE3264

const C_block IE3264[32/CHUNKBITS][1<< CHUNKBITS]
static

Definition at line 880 of file des_tables.c.

◆ PC1ROT

const C_block PC1ROT[64/CHUNKBITS][1<< CHUNKBITS]
static

Definition at line 4 of file des_tables.c.

◆ PC2ROT

const C_block PC2ROT[2][64/CHUNKBITS][1<< CHUNKBITS]
static

Definition at line 296 of file des_tables.c.

◆ SPE

const unsigned long SPE[2][8][64]
static

Definition at line 1028 of file des_tables.c.