POK
|
DES crypto protocol. More...
Go to the source code of this file.
Functions | |
void | pok_protocols_des_init () |
void | pok_protocols_des_marshall (void *uncrypted_data, pok_size_t uncrypted_size, void *crypted_data, size_t *crypted_size) |
void | pok_protocols_des_unmarshall (void *crypted_data, pok_size_t crypted_size, void *uncrypted_data, size_t *uncrypted_size) |
Variables | |
unsigned char | initVector [8] = POK_PROTOCOLS_DES_INIT |
int | pok_protocols_des_is_init = 0 |
DES crypto protocol.
Definition in file des.c.
void pok_protocols_des_marshall | ( | void * | uncrypted_data, |
pok_size_t | uncrypted_size, | ||
void * | crypted_data, | ||
size_t * | crypted_size | ||
) |
Function that crypts data.
Definition at line 54 of file des.c.
void pok_protocols_des_unmarshall | ( | void * | crypted_data, |
pok_size_t | crypted_size, | ||
void * | uncrypted_data, | ||
size_t * | uncrypted_size | ||
) |
Function that uncrypts data.
Definition at line 68 of file des.c.