tls13_record_protection
struct tls13_record_protection *read;
struct tls13_record_protection *write;
struct tls13_record_protection *
return calloc(1, sizeof(struct tls13_record_protection));
tls13_record_protection_clear(struct tls13_record_protection *rp)
struct tls13_record_protection *rp, struct tls13_secret *traffic_key)
tls13_record_protection_free(struct tls13_record_protection *rp)
freezero(rp, sizeof(struct tls13_record_protection));