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

/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/i386/
H A Daes_modes.c131 if(len & (AES_BLOCK_SIZE - 1))
148 { aligned_auto(uint_8t, buf, BFR_BLOCKS * AES_BLOCK_SIZE, 16);
159 memcpy(buf, ibuf, m * AES_BLOCK_SIZE);
164 memcpy(obuf, buf, m * AES_BLOCK_SIZE);
166 ibuf += m * AES_BLOCK_SIZE;
167 obuf += m * AES_BLOCK_SIZE;
181 ibuf += AES_BLOCK_SIZE;
182 obuf += AES_BLOCK_SIZE;
192 if(len & (AES_BLOCK_SIZE - 1))
209 { aligned_auto(uint_8t, buf, BFR_BLOCKS * AES_BLOCK_SIZE, 1
[all...]
H A Daesopt.h473 #define RC_LENGTH (5 * (AES_BLOCK_SIZE / 4 - 2))
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/
H A Daes.h58 #define AES_BLOCK_SIZE 16 /* the AES block size in bytes */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/ppc/
H A Daescrypt.c147 for (;num_blk; in += AES_BLOCK_SIZE, out += AES_BLOCK_SIZE, --num_blk)
316 in += AES_BLOCK_SIZE * (num_blk - 1);
317 out += AES_BLOCK_SIZE * (num_blk - 1);
321 for (;num_blk; out -= AES_BLOCK_SIZE, --num_blk)
393 in -= AES_BLOCK_SIZE;
H A Daesopt.h522 #define RC_LENGTH (5 * (AES_BLOCK_SIZE / 4 - 2))
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOHibernatePrivate.h123 uint8_t aes_iv[AES_BLOCK_SIZE];
129 uint8_t aes_iv[AES_BLOCK_SIZE];
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOHibernateIO.cpp838 encryptLen / AES_BLOCK_SIZE,
842 bcopy(vars->buffer + vars->bufferHalf + encryptStart + encryptLen - AES_BLOCK_SIZE,
844 AES_BLOCK_SIZE);
968 uint8_t thisVector[AES_BLOCK_SIZE];
970 bcopy(&cryptvars->aes_iv[0], &thisVector[0], AES_BLOCK_SIZE);
971 bcopy(vars->buffer + vars->bufferHalf + lastReadLength - AES_BLOCK_SIZE,
972 &cryptvars->aes_iv[0], AES_BLOCK_SIZE);
976 lastReadLength / AES_BLOCK_SIZE,
1734 static const unsigned char first_iv[AES_BLOCK_SIZE]
1753 bcopy(&first_iv[0], &cryptvars->aes_iv[0], AES_BLOCK_SIZE);
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_pageout.c5592 const unsigned char swap_crypt_null_iv[AES_BLOCK_SIZE] = {0xa, };
5646 PAGE_SIZE / AES_BLOCK_SIZE,
5652 PAGE_SIZE / AES_BLOCK_SIZE,
5666 PAGE_SIZE / AES_BLOCK_SIZE,
5672 PAGE_SIZE / AES_BLOCK_SIZE,
5709 unsigned char aes_iv[AES_BLOCK_SIZE];
5792 PAGE_SIZE / AES_BLOCK_SIZE,
5847 unsigned char aes_iv[AES_BLOCK_SIZE];
5912 PAGE_SIZE / AES_BLOCK_SIZE,

Completed in 37 milliseconds