Home
last modified time | relevance | path

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

/Linux-v5.10/net/tls/
Dtls_sw.c274 struct tls_rec *rec = ctx->open_rec; in tls_trim_both_msgs()
286 struct tls_rec *rec = ctx->open_rec; in tls_alloc_encrypted_msg()
297 struct tls_rec *rec = ctx->open_rec; in tls_clone_plaintext_msg()
316 static struct tls_rec *tls_get_rec(struct sock *sk) in tls_get_rec()
322 struct tls_rec *rec; in tls_get_rec()
325 mem_size = sizeof(struct tls_rec) + crypto_aead_reqsize(ctx->aead_send); in tls_get_rec()
348 static void tls_free_rec(struct sock *sk, struct tls_rec *rec) in tls_free_rec()
359 struct tls_rec *rec = ctx->open_rec; in tls_free_open_rec()
371 struct tls_rec *rec, *tmp; in tls_tx_records()
377 struct tls_rec, list); in tls_tx_records()
[all …]
/Linux-v5.10/include/net/
Dtls.h99 struct tls_rec { struct
135 struct tls_rec *open_rec; argument
421 struct tls_rec *rec; in is_tx_ready()
423 rec = list_first_entry(&ctx->tx_list, struct tls_rec, list); in is_tx_ready()