Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/ssl/
H A Dtls12_record_layer.c56 tls12_record_protection_new(void) in tls12_record_protection_new() function
191 if ((rl->read_current = tls12_record_protection_new()) == NULL) in tls12_record_layer_new()
193 if ((rl->write_current = tls12_record_protection_new()) == NULL) in tls12_record_layer_new()
567 if ((read_new = tls12_record_protection_new()) == NULL) in tls12_record_layer_change_read_cipher_state()
599 if ((write_new = tls12_record_protection_new()) == NULL) in tls12_record_layer_change_write_cipher_state()