Home
last modified time | relevance | path

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

/linux-6.12.1/net/tls/
Dtls_sw.c312 struct tls_rec *rec = ctx->open_rec; in tls_trim_both_msgs()
324 struct tls_rec *rec = ctx->open_rec; in tls_alloc_encrypted_msg()
335 struct tls_rec *rec = ctx->open_rec; in tls_clone_plaintext_msg()
354 static struct tls_rec *tls_get_rec(struct sock *sk) in tls_get_rec()
360 struct tls_rec *rec; in tls_get_rec()
363 mem_size = sizeof(struct tls_rec) + crypto_aead_reqsize(ctx->aead_send); in tls_get_rec()
388 static void tls_free_rec(struct sock *sk, struct tls_rec *rec) in tls_free_rec()
399 struct tls_rec *rec = ctx->open_rec; in tls_free_open_rec()
411 struct tls_rec *rec, *tmp; in tls_tx_records()
417 struct tls_rec, list); in tls_tx_records()
[all …]
Dtls.h111 struct tls_rec { struct
/linux-6.12.1/include/net/
Dtls.h52 struct tls_rec;
97 struct tls_rec *open_rec;