Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/tests/
Ddes.c83 uint64_t roundkeys[16]; in main() local
87 gen_roundkeys(roundkeys, key[0].word); in main()
88 if (des_encdec(data.word, roundkeys, 0) != AV_RB64(crypt_ref)) { in main()