Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/ssl/
H A Dtls12_record_layer.c564 struct tls12_record_protection *read_new = NULL; in tls12_record_layer_change_read_cipher_state() local
567 if ((read_new = tls12_record_protection_new()) == NULL) in tls12_record_layer_change_read_cipher_state()
574 read_new->epoch = rl->read_current->epoch + 1; in tls12_record_layer_change_read_cipher_state()
576 if (!tls12_record_layer_change_cipher_state(rl, read_new, 0, in tls12_record_layer_change_read_cipher_state()
581 rl->read = rl->read_current = read_new; in tls12_record_layer_change_read_cipher_state()
582 read_new = NULL; in tls12_record_layer_change_read_cipher_state()
587 tls12_record_protection_free(read_new); in tls12_record_layer_change_read_cipher_state()