Searched refs:IO_ALIGNMENT_BYTES (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/samples/drivers/crypto/src/ |
D | main.c | 43 #define IO_ALIGNMENT_BYTES 4 macro 46 __aligned(IO_ALIGNMENT_BYTES) = {0x2b, 0x7e, 0x15, 0x16, 0x28, 0xae, 0xd2, 0xa6, 49 static uint8_t plaintext[64] __aligned(IO_ALIGNMENT_BYTES) = { 125 __aligned(IO_ALIGNMENT_BYTES) = {0x00, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, in ecb_mode() 128 __aligned(IO_ALIGNMENT_BYTES) = {0x69, 0xC4, 0xE0, 0xD8, 0x6A, 0x7B, 0x04, 0x30, in ecb_mode() 131 uint8_t encrypted[16] __aligned(IO_ALIGNMENT_BYTES) = {0}; in ecb_mode() 132 uint8_t decrypted[16] __aligned(IO_ALIGNMENT_BYTES) = {0}; in ecb_mode() 213 uint8_t encrypted[80] __aligned(IO_ALIGNMENT_BYTES) = {0}; in cbc_mode() 214 uint8_t decrypted[64] __aligned(IO_ALIGNMENT_BYTES) = {0}; in cbc_mode() 302 uint8_t encrypted[64] __aligned(IO_ALIGNMENT_BYTES) = {0}; in ctr_mode() [all …]
|