Home
last modified time | relevance | path

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

/linux/net/tls/
H A Dtls_sw.c313 struct tls_rec *rec = ctx->open_rec; in tls_trim_both_msgs()
325 struct tls_rec *rec = ctx->open_rec; in tls_alloc_encrypted_msg()
336 struct tls_rec *rec = ctx->open_rec; in tls_clone_plaintext_msg()
355 static struct tls_rec *tls_get_rec(struct sock *sk) in tls_get_rec()
361 struct tls_rec *rec; in tls_get_rec()
364 mem_size = sizeof(struct tls_rec) + crypto_aead_reqsize(ctx->aead_send); in tls_get_rec()
389 static void tls_free_rec(struct sock *sk, struct tls_rec *rec) in tls_free_rec()
400 struct tls_rec *rec = ctx->open_rec; in tls_free_open_rec()
412 struct tls_rec *rec, *tmp; in tls_tx_records()
418 struct tls_rec, list); in tls_tx_records()
[all …]
H A Dtls.h111 struct tls_rec { struct
/linux/include/net/
H A Dtls.h52 struct tls_rec;
101 struct tls_rec *open_rec;