Searched refs:aligned_auto (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/i386/
H A Daes_modes.c99 #define aligned_auto(type, name, no, stride) type name[no] macro
110 aligned_auto(unsigned long, cwd, 4, 16); \
148 { aligned_auto(uint_8t, buf, BFR_BLOCKS * AES_BLOCK_SIZE, 16);
209 { aligned_auto(uint_8t, buf, BFR_BLOCKS * AES_BLOCK_SIZE, 16);
260 aligned_auto(uint_8t, liv, AES_BLOCK_SIZE, 16);
277 { aligned_auto(uint_8t, buf, BFR_BLOCKS * AES_BLOCK_SIZE, 16);
369 aligned_auto(uint_8t, liv, AES_BLOCK_SIZE, 16);
386 { aligned_auto(uint_8t, buf, BFR_BLOCKS * AES_BLOCK_SIZE, 16);

Completed in 9 milliseconds