Home
last modified time | relevance | path

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

/third_party/ffmpeg/tools/
Dcrypto_bench.c186 static struct AVXTEA *xtea; in run_lavu_xtea() local
187 if (!xtea && !(xtea = av_xtea_alloc())) in run_lavu_xtea()
189 av_xtea_init(xtea, hardcoded_key); in run_lavu_xtea()
190 av_xtea_crypt(xtea, output, input, size >> 3, NULL, 0); in run_lavu_xtea()
434 mbedtls_xtea_context xtea; in run_mbedcrypto_xtea() local
436 mbedtls_xtea_init(&xtea); in run_mbedcrypto_xtea()
437 mbedtls_xtea_setup(&xtea, hardcoded_key); in run_mbedcrypto_xtea()
439 mbedtls_xtea_crypt_ecb(&xtea, MBEDTLS_XTEA_ENCRYPT, in run_mbedcrypto_xtea()
441 mbedtls_xtea_free(&xtea); in run_mbedcrypto_xtea()
556 symmetric_key xtea; in run_tomcrypt_xtea() local
[all …]
/third_party/ffmpeg/tests/fate/
Dlibavutil.mak157 FATE_LIBAVUTIL += fate-xtea
158 fate-xtea: libavutil/tests/xtea$(EXESUF)
159 fate-xtea: CMD = run libavutil/tests/xtea$(EXESUF)
/third_party/ffmpeg/libavutil/
DMakefile84 xtea.h \
167 xtea.o \
253 xtea \
/third_party/ffmpeg/libavutil/tests/
D.gitignore51 /xtea
/third_party/ffmpeg/
DBUILD.gn1484 "//third_party/ffmpeg/libavutil/xtea.c",
/third_party/ffmpeg/doc/
DAPIchanges926 2015-11-22 - e12f403 - lavu 55.8.100 - xtea.h