Esempio n. 1
0
 public static extern int av_des_init(libavutil.AVDES *d, byte *key, int key_bits, int decrypt);
Esempio n. 2
0
 public static extern void av_des_crypt(libavutil.AVDES *d, byte *dst, byte *src, int count, byte *iv, int decrypt);
Esempio n. 3
0
 public static extern void av_des_mac(libavutil.AVDES *d, byte *dst, byte *src, int count);