LibXenon
Bare-metal Xbox 360 homebrew library
Loading...
Searching...
No Matches
Data Fields
des3_context Struct Reference

Triple-DES context structure. More...

#include <des.h>

Data Fields

int mode
 
unsigned long sk [96]
 

Detailed Description

Triple-DES context structure.

Definition at line 23 of file des.h.

Field Documentation

◆ mode

int des3_context::mode

encrypt/decrypt

Definition at line 25 of file des.h.

◆ sk

unsigned long des3_context::sk[96]

3DES subkeys

Definition at line 26 of file des.h.


The documentation for this struct was generated from the following file: