Home
last modified time | relevance | path

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

/Linux-v5.15/net/tls/
Dtls_sw.c284 struct tls_rec *rec = ctx->open_rec; in tls_trim_both_msgs()
296 struct tls_rec *rec = ctx->open_rec; in tls_alloc_encrypted_msg()
307 struct tls_rec *rec = ctx->open_rec; in tls_clone_plaintext_msg()
326 static struct tls_rec *tls_get_rec(struct sock *sk) in tls_get_rec()
332 struct tls_rec *rec; in tls_get_rec()
335 mem_size = sizeof(struct tls_rec) + crypto_aead_reqsize(ctx->aead_send); in tls_get_rec()
358 static void tls_free_rec(struct sock *sk, struct tls_rec *rec) in tls_free_rec()
369 struct tls_rec *rec = ctx->open_rec; in tls_free_open_rec()
381 struct tls_rec *rec, *tmp; in tls_tx_records()
387 struct tls_rec, list); in tls_tx_records()
[all …]
/Linux-v5.15/include/net/
Dtls.h97 struct tls_rec { struct
133 struct tls_rec *open_rec; argument
426 struct tls_rec *rec; in is_tx_ready()
428 rec = list_first_entry(&ctx->tx_list, struct tls_rec, list); in is_tx_ready()