Home
last modified time | relevance | path

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

/Linux-v6.6/net/tls/
Dtls_sw.c280 struct tls_rec *rec = ctx->open_rec; in tls_trim_both_msgs()
292 struct tls_rec *rec = ctx->open_rec; in tls_alloc_encrypted_msg()
303 struct tls_rec *rec = ctx->open_rec; in tls_clone_plaintext_msg()
322 static struct tls_rec *tls_get_rec(struct sock *sk) in tls_get_rec()
328 struct tls_rec *rec; in tls_get_rec()
331 mem_size = sizeof(struct tls_rec) + crypto_aead_reqsize(ctx->aead_send); in tls_get_rec()
356 static void tls_free_rec(struct sock *sk, struct tls_rec *rec) in tls_free_rec()
367 struct tls_rec *rec = ctx->open_rec; in tls_free_open_rec()
379 struct tls_rec *rec, *tmp; in tls_tx_records()
385 struct tls_rec, list); in tls_tx_records()
[all …]
Dtls.h111 struct tls_rec { struct
/Linux-v6.6/include/net/
Dtls.h52 struct tls_rec;
96 struct tls_rec *open_rec;