Home
last modified time | relevance | path

Searched refs:open_rec (Results 1 – 2 of 2) 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()
367 struct tls_rec *rec = ctx->open_rec; in tls_free_open_rec()
371 ctx->open_rec = NULL; in tls_free_open_rec()
505 struct tls_rec *rec = ctx->open_rec; in tls_do_encryption()
561 ctx->open_rec = NULL; in tls_do_encryption()
690 struct tls_rec *rec = ctx->open_rec, *tmp = NULL; in tls_push_record()
796 ctx->open_rec = tmp; in tls_push_record()
891 bool reset_eval = !ctx->open_rec; in bpf_exec_tx_verdict()
[all …]
/Linux-v6.6/include/net/
Dtls.h96 struct tls_rec *open_rec; member