Rizin
unix-like reverse engineering framework and cli tools
des_state Struct Reference

Public Attributes

ut32 keylo [16]
 
ut32 keyhi [16]
 
ut32 buflo
 
ut32 bufhi
 
int key_size
 
int rounds
 
int i
 

Detailed Description

Definition at line 8 of file crypto_des.c.

Member Data Documentation

◆ bufhi

ut32 des_state::bufhi

Definition at line 12 of file crypto_des.c.

Referenced by des_decrypt(), and des_encrypt().

◆ buflo

ut32 des_state::buflo

Definition at line 11 of file crypto_des.c.

Referenced by des_decrypt(), and des_encrypt().

◆ i

int des_state::i

Definition at line 15 of file crypto_des.c.

Referenced by des_decrypt(), and des_encrypt().

◆ key_size

int des_state::key_size

Definition at line 13 of file crypto_des.c.

Referenced by des_get_key_size(), and des_set_key().

◆ keyhi

ut32 des_state::keyhi[16]

Definition at line 10 of file crypto_des.c.

Referenced by des_decrypt(), des_encrypt(), and des_set_key().

◆ keylo

ut32 des_state::keylo[16]

Definition at line 9 of file crypto_des.c.

Referenced by des_decrypt(), des_encrypt(), and des_set_key().

◆ rounds

int des_state::rounds

Definition at line 14 of file crypto_des.c.

Referenced by des_set_key().


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