Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/ssl/
H A Dtls13_legacy.c250 ret = tls13_peek_application_data(ctx->rl, buf, len); in tls13_legacy_read_bytes()
H A Dtls13_internal.h225 ssize_t tls13_peek_application_data(struct tls13_record_layer *rl, uint8_t *buf, size_t n);
H A Dtls13_record_layer.c1175 tls13_peek_application_data(struct tls13_record_layer *rl, uint8_t *buf, size_t n) in tls13_peek_application_data() function