Home
last modified time | relevance | path

Searched refs:open_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()
400 struct tls_rec *rec = ctx->open_rec; in tls_free_open_rec()
404 ctx->open_rec = NULL; in tls_free_open_rec()
541 struct tls_rec *rec = ctx->open_rec; in tls_do_encryption()
612 ctx->open_rec = NULL; in tls_do_encryption()
741 struct tls_rec *rec = ctx->open_rec, *tmp = NULL; in tls_push_record()
847 ctx->open_rec = tmp; in tls_push_record()
895 struct sk_msg *enc = &ctx->open_rec->msg_encrypted; in bpf_exec_tx_verdict()
[all …]
H A Dtls_main.c845 if (sw_ctx && sw_ctx->open_rec) in do_tls_setsockopt_tx_payload_len()
/linux/include/net/
H A Dtls.h101 struct tls_rec *open_rec; member