Searched refs:aes_counter (Results 1 – 1 of 1) sorted by relevance
40 u_char aes_counter[AES_BLOCK_SIZE]; member73 AES_encrypt(c->aes_counter, buf, &c->aes_ctx); in ssh_aes_ctr()74 ssh_ctr_inc(c->aes_counter, AES_BLOCK_SIZE); in ssh_aes_ctr()96 memcpy(c->aes_counter, iv, AES_BLOCK_SIZE); in ssh_aes_ctr_init()121 memcpy(c->aes_counter, iv, len); in ssh_aes_ctr_iv()123 memcpy(iv, c->aes_counter, len); in ssh_aes_ctr_iv()