#include "libdes/des_locl.h"#include "libdes/spr.h"#include "libdes/version.h"Go to the source code of this file.
Functions | |
| int | des_ecb_encrypt (des_cblock *input, des_cblock *output, des_key_schedule ks, int encrypt) |
| int | des_encrypt (unsigned long *input, unsigned long *output, des_key_schedule ks, int encrypt) |
| int des_ecb_encrypt | ( | des_cblock * | input, | |
| des_cblock * | output, | |||
| des_key_schedule | ks, | |||
| int | encrypt | |||
| ) |
| int des_encrypt | ( | unsigned long * | input, | |
| unsigned long * | output, | |||
| des_key_schedule | ks, | |||
| int | encrypt | |||
| ) |
Definition at line 44 of file ecb_enc.c.
References c, D_ENCRYPT, des_SPtrans, FP, IP, l, and simple_client::s.
1.5.6