Lines Matching full:aes
4 * \brief NIST SP800-38B compliant CMAC implementation for AES and 3DES
17 * - RFC 4493 - The AES-CMAC Algorithm
21 * Authentication Code-Pseudo-Random Function-128 (AES-CMAC-PRF-128)
53 * Block size must be 8 bytes or 16 bytes - the block sizes for DES and AES.
393 * Implementation of AES-CMAC-PRF-128 defined in RFC 4615
446 * AES-CMAC-PRF-128 test data from RFC 4615
469 /* Truncation point of message for AES CMAC tests */
699 /* AES AES-CMAC-PRF-128 Test Data */
777 * AES-192 may be unavailable. This should not cause the selftest in cmac_test_subkeys()
862 * AES-192 and/or 3DES may be unavailable. This should not cause in cmac_test_wth_cipher()
905 mbedtls_printf(" AES CMAC 128 PRF #%d: ", i); in test_aes128_cmac_prf()
928 /* AES-128 */ in mbedtls_cmac_self_test()
930 "AES 128", in mbedtls_cmac_self_test()
941 "AES 128", in mbedtls_cmac_self_test()
953 /* AES-192 */ in mbedtls_cmac_self_test()
956 "AES 192", in mbedtls_cmac_self_test()
967 "AES 192", in mbedtls_cmac_self_test()
980 /* AES-256 */ in mbedtls_cmac_self_test()
983 "AES 256", in mbedtls_cmac_self_test()
994 "AES 256", in mbedtls_cmac_self_test()