Home
last modified time | relevance | path

Searched refs:open_rec (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/net/tls/
H A Dtls_sw.c284 struct tls_rec *rec = ctx->open_rec; in tls_trim_both_msgs()
296 struct tls_rec *rec = ctx->open_rec; in tls_alloc_encrypted_msg()
307 struct tls_rec *rec = ctx->open_rec; in tls_clone_plaintext_msg()
369 struct tls_rec *rec = ctx->open_rec; in tls_free_open_rec()
373 ctx->open_rec = NULL; in tls_free_open_rec()
504 struct tls_rec *rec = ctx->open_rec; in tls_do_encryption()
553 ctx->open_rec = NULL; in tls_do_encryption()
682 struct tls_rec *rec = ctx->open_rec, *tmp = NULL; in tls_push_record()
789 ctx->open_rec = tmp; in tls_push_record()
882 bool reset_eval = !ctx->open_rec; in bpf_exec_tx_verdict()
[all …]
/OK3568_Linux_fs/kernel/include/net/
H A Dtls.h139 struct tls_rec *open_rec; member