Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/ssl/
HDtls12_record_layer.c179 struct tls12_record_protection *read_current; member
191 if ((rl->read_current = tls12_record_protection_new()) == NULL) in tls12_record_layer_new()
196 rl->read = rl->read_current; in tls12_record_layer_new()
213 tls12_record_protection_free(rl->read_current); in tls12_record_layer_free()
574 read_new->epoch = rl->read_current->epoch + 1; in tls12_record_layer_change_read_cipher_state()
580 tls12_record_protection_free(rl->read_current); in tls12_record_layer_change_read_cipher_state()
581 rl->read = rl->read_current = read_new; in tls12_record_layer_change_read_cipher_state()