Lines Matching refs:m
38 uint8_t m[] = {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, in TEST() local
47 aes_encrypt(m, output, &ctx); /* outputs in byte 48 to byte 63 */ in TEST()
84 Octet16 m = {0x6b, 0xc1, 0xbe, 0xe2, 0x2e, 0x40, 0x9f, 0x96, in TEST() local
92 std::reverse(std::begin(m), std::end(m)); in TEST()
95 Octet16 output = aes_cmac(k, m); in TEST()
111 uint8_t m[] = {0x6b, 0xc1, 0xbe, 0xe2, 0x2e, 0x40, 0x9f, 0x96, 0xe9, 0x3d, in TEST() local
121 std::reverse(std::begin(m), std::end(m)); in TEST()
124 Octet16 output = aes_cmac(k, m, sizeof(m)); in TEST()
133 uint8_t m[] = {0x6b, 0xc1, 0xbe, 0xe2, 0x2e, 0x40, 0x9f, 0x96, 0xe9, 0x3d, in TEST() local
146 std::reverse(std::begin(m), std::end(m)); in TEST()
149 Octet16 output = aes_cmac(k, m, sizeof(m)); in TEST()