Searched refs:tls12_record_layer (Results 1 – 3 of 3) sorted by relevance
163 struct tls12_record_layer { struct184 struct tls12_record_layer * argument187 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 …]
674 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 …]
23 tls12_record_layer.c tls13_client.c tls13_error.c \