Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dcipher-aes.c42 #define RIJNDAEL_BLOCKSIZE 16 macro
46 u_char r_iv[RIJNDAEL_BLOCKSIZE];
66 memcpy(c->r_iv, iv, RIJNDAEL_BLOCKSIZE); in ssh_rijndael_init()
75 u_char buf[RIJNDAEL_BLOCKSIZE]; in ssh_rijndael_cbc()
81 if (len % RIJNDAEL_BLOCKSIZE) in ssh_rijndael_cbc()
92 cnow+=RIJNDAEL_BLOCKSIZE) { in ssh_rijndael_cbc()
93 for (j = 0; j < RIJNDAEL_BLOCKSIZE; j++) in ssh_rijndael_cbc()
101 plain = dest+len-RIJNDAEL_BLOCKSIZE; in ssh_rijndael_cbc()
103 memcpy(buf, cnow, RIJNDAEL_BLOCKSIZE); in ssh_rijndael_cbc()
105 plain-=RIJNDAEL_BLOCKSIZE) { in ssh_rijndael_cbc()
[all …]