Go to the documentation of this file.
38 int av_des_init(
struct AVDES *d,
const uint8_t *key,
int key_bits,
int decrypt);
50 void av_des_crypt(
struct AVDES *d, uint8_t *dst,
const uint8_t *src,
int count, uint8_t *iv,
int decrypt);
59 void av_des_mac(
struct AVDES *d, uint8_t *dst,
const uint8_t *src,
int count);