Exemple #1
0
 public static extern void av_xtea_crypt(libavutil.AVXTEA *ctx, byte *dst, byte *src, int count, byte *iv, int decrypt);
Exemple #2
0
 public static extern void av_xtea_init(libavutil.AVXTEA *ctx, byte *key);