Searched refs:av_xtea_init (Results 1 – 4 of 4) sorted by relevance
51 void av_xtea_init(struct AVXTEA *ctx, const uint8_t key[16]);
42 void av_xtea_init(AVXTEA *ctx, const uint8_t key[16]) in av_xtea_init() function
94 av_xtea_init(ctx, xtea_test_key[i]); in main()
189 av_xtea_init(xtea, hardcoded_key); in run_lavu_xtea()