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

/xnu-2422.115.4/libkern/libkern/crypto/
H A Daes.h40 #define AES_BLOCK_SIZE 16 /* the AES block size in bytes */ macro
44 #define AES_CBC_CTX_MAX_SIZE (ccn_sizeof_size(sizeof(void *)) + ccn_sizeof_size(AES_BLOCK_SIZE) + ccn_sizeof_size(64*4))
/xnu-2422.115.4/iokit/IOKit/
H A DIOHibernatePrivate.h162 uint8_t aes_iv[AES_BLOCK_SIZE];
168 uint8_t aes_iv[AES_BLOCK_SIZE];
/xnu-2422.115.4/osfmk/vm/
H A Dvm_compressor_backing_store.c114 extern const unsigned char swap_crypt_null_iv[AES_BLOCK_SIZE];
360 unsigned char aes_iv[AES_BLOCK_SIZE];
385 (unsigned int)(size / AES_BLOCK_SIZE),
400 unsigned char aes_iv[AES_BLOCK_SIZE];
431 (unsigned int) (size / AES_BLOCK_SIZE),
H A Dvm_pageout.c7776 const unsigned char swap_crypt_null_iv[AES_BLOCK_SIZE] = {0xa, };
7828 PAGE_SIZE / AES_BLOCK_SIZE,
7834 PAGE_SIZE / AES_BLOCK_SIZE,
7848 PAGE_SIZE / AES_BLOCK_SIZE,
7854 PAGE_SIZE / AES_BLOCK_SIZE,
7892 unsigned char aes_iv[AES_BLOCK_SIZE];
7979 PAGE_SIZE / AES_BLOCK_SIZE,
8035 unsigned char aes_iv[AES_BLOCK_SIZE];
8106 PAGE_SIZE / AES_BLOCK_SIZE,
/xnu-2422.115.4/iokit/Kernel/
H A DIOHibernateIO.cpp980 encryptLen / AES_BLOCK_SIZE,
990 bcopy(vars->buffer + vars->bufferHalf + encryptStart + encryptLen - AES_BLOCK_SIZE,
992 AES_BLOCK_SIZE);
1120 uint8_t thisVector[AES_BLOCK_SIZE];
1124 bcopy(&cryptvars->aes_iv[0], &thisVector[0], AES_BLOCK_SIZE);
1125 bcopy(vars->buffer + vars->bufferHalf + lastReadLength - AES_BLOCK_SIZE,
1126 &cryptvars->aes_iv[0], AES_BLOCK_SIZE);
1133 lastReadLength / AES_BLOCK_SIZE,
2195 static const unsigned char first_iv[AES_BLOCK_SIZE]
2217 bcopy(&first_iv[0], &cryptvars->aes_iv[0], AES_BLOCK_SIZE);
[all...]

Completed in 49 milliseconds