#include <inttypes.h>Go to the source code of this file.
Functions | |
| uint64_t | ff_des_encdec (uint64_t in, uint64_t key, int decrypt) |
| en- or decrypt an 64-bit block of data with DES | |
| uint64_t ff_des_encdec | ( | uint64_t | in, | |
| uint64_t | key, | |||
| int | decrypt | |||
| ) |
en- or decrypt an 64-bit block of data with DES
| in | data to process. | |
| key | key to use for en-/decryption. | |
| decrypt | if 0 encrypt, else decrypt. |
Definition at line 251 of file des.c.
Referenced by ff_asfcrypt_dec().
1.5.6