Searched refs:aes_counter (Results 1 – 1 of 1) sorted by relevance
36 u_char aes_counter[AES_BLOCK_SIZE]; member69 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()