Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/ssl/
H A Dtls12_record_layer.c163 struct tls12_record_layer { struct
184 struct tls12_record_layer * argument
187 struct tls12_record_layer *rl; in tls12_record_layer_new()
189 if ((rl = calloc(1, sizeof(struct tls12_record_layer))) == NULL) in tls12_record_layer_new()
208 tls12_record_layer_free(struct tls12_record_layer *rl) in tls12_record_layer_free()
217 freezero(rl, sizeof(struct tls12_record_layer)); in tls12_record_layer_free()
221 tls12_record_layer_alert(struct tls12_record_layer *rl, uint8_t *alert_desc) in tls12_record_layer_alert()
227 tls12_record_layer_write_overhead(struct tls12_record_layer *rl, in tls12_record_layer_write_overhead()
254 tls12_record_layer_read_protected(struct tls12_record_layer *rl) in tls12_record_layer_read_protected()
260 tls12_record_layer_write_protected(struct tls12_record_layer *rl) in tls12_record_layer_write_protected()
[all …]
H A Dssl_locl.h674 struct tls12_record_layer;
676 struct tls12_record_layer *tls12_record_layer_new(void);
677 void tls12_record_layer_free(struct tls12_record_layer *rl);
678 void tls12_record_layer_alert(struct tls12_record_layer *rl,
680 int tls12_record_layer_write_overhead(struct tls12_record_layer *rl,
682 int tls12_record_layer_read_protected(struct tls12_record_layer *rl);
683 int tls12_record_layer_write_protected(struct tls12_record_layer *rl);
684 void tls12_record_layer_set_aead(struct tls12_record_layer *rl,
686 void tls12_record_layer_set_cipher_hash(struct tls12_record_layer *rl,
689 void tls12_record_layer_set_version(struct tls12_record_layer *rl,
[all …]
/dflybsd-src/lib/libressl/
H A DMakefile23 tls12_record_layer.c tls13_client.c tls13_error.c \