Home
last modified time | relevance | path

Searched refs:xtea_le_crypt_ecb (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavutil/
Dxtea.c178 static void xtea_le_crypt_ecb(AVXTEA *ctx, uint8_t *dst, const uint8_t *src, in xtea_le_crypt_ecb() function
252 xtea_crypt(ctx, dst, src, count, iv, decrypt, xtea_le_crypt_ecb); in av_xtea_le_crypt()