Searched refs:xtea_crypt (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | xtea.c | 214 static void xtea_crypt(AVXTEA *ctx, uint8_t *dst, const uint8_t *src, int count, in xtea_crypt() function 246 xtea_crypt(ctx, dst, src, count, iv, decrypt, xtea_crypt_ecb); in av_xtea_crypt() 252 xtea_crypt(ctx, dst, src, count, iv, decrypt, xtea_le_crypt_ecb); in av_xtea_le_crypt()
|