Searched refs:IMPL_ALL (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/tools/ |
D | crypto_bench.c | 633 #define IMPL_ALL(...) \ macro 641 IMPL_ALL("MD5", md5, "aa26ff5b895356bcffd9292ba9f89e66") 642 IMPL_ALL("SHA-1", sha1, "1fd8bd1fa02f5b0fe916b0d71750726b096c5744") 643 …IMPL_ALL("SHA-256", sha256, "14028ac673b3087e51a1d407fbf0df4deeec8f217119e13b07bf2138f93db8c… 644 …IMPL_ALL("SHA-512", sha512, "3afdd44a80d99af15c87bd724cb717243193767835ce866dd5d58c02d674bb5… 648 IMPL_ALL("RIPEMD-160", ripemd160, "62a5321e4fc8784903bb43ab7752c75f8b25af00") 649 IMPL_ALL("AES-128", aes128, "crc:ff6bc888") 650 IMPL_ALL("CAMELLIA", camellia, "crc:7abb59a7") 655 IMPL_ALL("BLOWFISH", blowfish, "crc:33e8aa74") 656 IMPL_ALL("DES", des, "crc:31291e0b") [all …]
|