Searched refs:write_current (Results 1 – 1 of 1) sorted by relevance
180 struct tls12_record_protection *write_current; member193 if ((rl->write_current = tls12_record_protection_new()) == NULL) in tls12_record_layer_new()197 rl->write = rl->write_current; in tls12_record_layer_new()214 tls12_record_protection_free(rl->write_current); in tls12_record_layer_free()313 if (rl->write_current->epoch == epoch) { in tls12_record_layer_use_write_epoch()314 rl->write = rl->write_current; in tls12_record_layer_use_write_epoch()332 rl->write = rl->write_current; in tls12_record_layer_write_epoch_done()606 write_new->epoch = rl->write_current->epoch + 1; in tls12_record_layer_change_write_cipher_state()614 rl->write_previous = rl->write_current; in tls12_record_layer_change_write_cipher_state()615 rl->write_current = NULL; in tls12_record_layer_change_write_cipher_state()[all …]