Searched refs:tls13_pending_application_data (Results 1 – 3 of 3) sorted by relevance
216 ret = tls13_pending_application_data(ctx->rl); in tls13_legacy_pending()513 if (tls13_pending_application_data(ctx->rl) == 0) { in tls13_legacy_shutdown()
224 ssize_t tls13_pending_application_data(struct tls13_record_layer *rl);
1166 tls13_pending_application_data(struct tls13_record_layer *rl) in tls13_pending_application_data() function