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

/external/openssh/
H A Dcipher-aes.c42 #define RIJNDAEL_BLOCKSIZE 16 macro
46 u_char r_iv[RIJNDAEL_BLOCKSIZE];
69 memcpy(c->r_iv, iv, RIJNDAEL_BLOCKSIZE);
78 u_char buf[RIJNDAEL_BLOCKSIZE];
80 int i, j, blocks = len / RIJNDAEL_BLOCKSIZE;
84 if (len % RIJNDAEL_BLOCKSIZE)
94 for (i = 0; i < blocks; i++, plain+=RIJNDAEL_BLOCKSIZE,
95 cnow+=RIJNDAEL_BLOCKSIZE) {
96 for (j = 0; j < RIJNDAEL_BLOCKSIZE; j++)
101 memcpy(c->r_iv, cprev, RIJNDAEL_BLOCKSIZE);
[all...]

Completed in 155 milliseconds