Lines Matching full:ecb
571 * are covered indirectly by AES-CMAC and AES-ECB tests.
624 * Tests for AES-ECB, a.k.a. "ecb(aes)" in crypto API syntax.
629 * encryption direction, so we choose ECB to test decryption. Thus, we
630 * test the "ecb" template composed with each "aes" implementation.
633 * implementations of "ecb(aes)" such as "ecb-aes-ce", as they don't
638 .alg = "ecb(aes)",
640 /* "ecb" template with all "aes" implementations */
641 "ecb(aes-generic)",
642 "ecb(aes-arm64)",
643 "ecb(aes-ce)",
644 /* All standalone implementations of "ecb(aes)" */
645 "ecb-aes-neon",
646 "ecb-aes-neonbs",
647 "ecb-aes-ce",
666 * the "cmac" and "ecb" templates fulfill these conditions; therefore,