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

/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/i386/
H A Daes_modes.c58 #define BFR_BLOCKS 8 macro
148 { aligned_auto(uint_8t, buf, BFR_BLOCKS * AES_BLOCK_SIZE, 16);
153 int m = (nb > BFR_BLOCKS ? BFR_BLOCKS : nb);
209 { aligned_auto(uint_8t, buf, BFR_BLOCKS * AES_BLOCK_SIZE, 16);
214 int m = (nb > BFR_BLOCKS ? BFR_BLOCKS : nb);
277 { aligned_auto(uint_8t, buf, BFR_BLOCKS * AES_BLOCK_SIZE, 16);
282 int m = (nb > BFR_BLOCKS ? BFR_BLOCKS
[all...]

Completed in 33 milliseconds