Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/ssl/
H A Dtls13_legacy.c287 ret = tls13_write_application_data(ctx->rl, buf, len); in tls13_legacy_write_bytes()
306 if ((ret = tls13_write_application_data(ctx->rl, in tls13_legacy_write_bytes()
H A Dtls13_internal.h227 ssize_t tls13_write_application_data(struct tls13_record_layer *rl, const uint8_t *buf,
H A Dtls13_record_layer.c1193 tls13_write_application_data(struct tls13_record_layer *rl, const uint8_t *buf, in tls13_write_application_data() function