Searched refs:write_new (Results 1 – 1 of 1) sorted by relevance
568 struct tls12_record_protection *write_new; in tls12_record_layer_change_write_cipher_state() local571 if ((write_new = tls12_record_protection_new()) == NULL) in tls12_record_layer_change_write_cipher_state()578 write_new->epoch = rl->write_current->epoch + 1; in tls12_record_layer_change_write_cipher_state()580 if (!tls12_record_layer_change_cipher_state(rl, write_new, 1, in tls12_record_layer_change_write_cipher_state()590 rl->write = rl->write_current = write_new; in tls12_record_layer_change_write_cipher_state()591 write_new = NULL; in tls12_record_layer_change_write_cipher_state()596 tls12_record_protection_free(write_new); in tls12_record_layer_change_write_cipher_state()