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

/macosx-10.10/OpenSSH-189/openssh/
H A Dcipher-ctr.c48 u_char aes_counter[AES_BLOCK_SIZE]; member in struct:ssh_aes_ctr_ctx
81 AES_encrypt(c->aes_counter, buf, &c->aes_ctx);
82 ssh_ctr_inc(c->aes_counter, AES_BLOCK_SIZE);
104 memcpy(c->aes_counter, iv, AES_BLOCK_SIZE);
132 memcpy(c->aes_counter, iv, len);
134 memcpy(iv, c->aes_counter, len);

Completed in 106 milliseconds