Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dcipher-ctr.c36 u_char aes_counter[AES_BLOCK_SIZE]; member
69 AES_encrypt(c->aes_counter, buf, &c->aes_ctx); in ssh_aes_ctr()
70 ssh_ctr_inc(c->aes_counter, AES_BLOCK_SIZE); in ssh_aes_ctr()
92 memcpy(c->aes_counter, iv, AES_BLOCK_SIZE); in ssh_aes_ctr_init()
117 memcpy(c->aes_counter, iv, len); in ssh_aes_ctr_iv()
119 memcpy(iv, c->aes_counter, len); in ssh_aes_ctr_iv()