Home
last modified time | relevance | path

Searched refs:tls_rec (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/net/tls/
Dtls_sw.c269 struct tls_rec *rec = ctx->open_rec; in tls_trim_both_msgs()
281 struct tls_rec *rec = ctx->open_rec; in tls_alloc_encrypted_msg()
292 struct tls_rec *rec = ctx->open_rec; in tls_clone_plaintext_msg()
311 static struct tls_rec *tls_get_rec(struct sock *sk) in tls_get_rec()
317 struct tls_rec *rec; in tls_get_rec()
320 mem_size = sizeof(struct tls_rec) + crypto_aead_reqsize(ctx->aead_send); in tls_get_rec()
343 static void tls_free_rec(struct sock *sk, struct tls_rec *rec) in tls_free_rec()
354 struct tls_rec *rec = ctx->open_rec; in tls_free_open_rec()
366 struct tls_rec *rec, *tmp; in tls_tx_records()
372 struct tls_rec, list); in tls_tx_records()
[all …]
/Linux-v5.4/include/net/
Dtls.h121 struct tls_rec { struct
158 struct tls_rec *open_rec; argument
418 struct tls_rec *rec; in is_tx_ready()
420 rec = list_first_entry(&ctx->tx_list, struct tls_rec, list); in is_tx_ready()