Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/ssl/
H A Dtls12_record_layer.c180 struct tls12_record_protection *write_current; member
193 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 …]