Home
last modified time | relevance | path

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

/Linux-v6.1/net/tls/
Dtls_sw.c268 struct tls_rec *rec = ctx->open_rec; in tls_trim_both_msgs()
280 struct tls_rec *rec = ctx->open_rec; in tls_alloc_encrypted_msg()
291 struct tls_rec *rec = ctx->open_rec; in tls_clone_plaintext_msg()
310 static struct tls_rec *tls_get_rec(struct sock *sk) in tls_get_rec()
316 struct tls_rec *rec; in tls_get_rec()
319 mem_size = sizeof(struct tls_rec) + crypto_aead_reqsize(ctx->aead_send); in tls_get_rec()
342 static void tls_free_rec(struct sock *sk, struct tls_rec *rec) in tls_free_rec()
353 struct tls_rec *rec = ctx->open_rec; in tls_free_open_rec()
365 struct tls_rec *rec, *tmp; in tls_tx_records()
371 struct tls_rec, list); in tls_tx_records()
[all …]
Dtls.h57 struct tls_rec { struct
/Linux-v6.1/include/net/
Dtls.h52 struct tls_rec;
108 struct tls_rec *open_rec;