Home
last modified time | relevance | path

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

/linux/net/tls/
H A Dtls_sw.c311 struct tls_sw_context_tx *ctx = tls_sw_ctx_tx(tls_ctx); in tls_trim_both_msgs()
323 struct tls_sw_context_tx *ctx = tls_sw_ctx_tx(tls_ctx); in tls_alloc_encrypted_msg()
334 struct tls_sw_context_tx *ctx = tls_sw_ctx_tx(tls_ctx); in tls_clone_plaintext_msg()
358 struct tls_sw_context_tx *ctx = tls_sw_ctx_tx(tls_ctx); in tls_get_rec()
398 struct tls_sw_context_tx *ctx = tls_sw_ctx_tx(tls_ctx); in tls_free_open_rec()
410 struct tls_sw_context_tx *ctx = tls_sw_ctx_tx(tls_ctx); in tls_tx_records()
484 ctx = tls_sw_ctx_tx(tls_ctx); in tls_encrypt_done()
729 struct tls_sw_context_tx *ctx = tls_sw_ctx_tx(tls_ctx); in tls_push_record()
847 struct tls_sw_context_tx *ctx = tls_sw_ctx_tx(tls_ctx); in bpf_exec_tx_verdict()
957 struct tls_sw_context_tx *ctx = tls_sw_ctx_tx(tls_ctx); in tls_sw_push_pending_record()
[all …]
/linux/include/net/
H A Dtls.h379 static inline struct tls_sw_context_tx *tls_sw_ctx_tx( in tls_sw_ctx_tx() function
397 return !!tls_sw_ctx_tx(ctx); in tls_sw_has_ctx_tx()