Home
last modified time | relevance | path

Searched refs:tls_sw_context_rx (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/net/tls/
Dtls.h146 int tls_strp_msg_cow(struct tls_sw_context_rx *ctx);
147 struct sk_buff *tls_strp_msg_detach(struct tls_sw_context_rx *ctx);
157 static inline struct sk_buff *tls_strp_msg(struct tls_sw_context_rx *ctx) in tls_strp_msg()
163 static inline bool tls_strp_msg_ready(struct tls_sw_context_rx *ctx) in tls_strp_msg_ready()
Dtls_sw.c185 struct tls_sw_context_rx *ctx; in tls_decrypt_done()
231 struct tls_sw_context_rx *ctx = tls_sw_ctx_rx(tls_ctx); in tls_do_decryption()
1289 struct tls_sw_context_rx *ctx = tls_sw_ctx_rx(tls_ctx); in tls_rx_rec_wait()
1439 struct tls_sw_context_rx *ctx = tls_sw_ctx_rx(tls_ctx); in tls_decrypt_sg()
1601 struct tls_sw_context_rx *ctx = tls_sw_ctx_rx(tls_ctx); in tls_decrypt_sw()
1641 struct tls_sw_context_rx *ctx = tls_sw_ctx_rx(tls_ctx); in tls_decrypt_device()
1739 static void tls_rx_rec_done(struct tls_sw_context_rx *ctx) in tls_rx_rec_done()
1749 static int process_rx_list(struct tls_sw_context_rx *ctx, in process_rx_list()
1846 static int tls_rx_reader_lock(struct sock *sk, struct tls_sw_context_rx *ctx, in tls_rx_reader_lock()
1885 static void tls_rx_reader_unlock(struct sock *sk, struct tls_sw_context_rx *ctx) in tls_rx_reader_unlock()
[all …]
Dtls_strp.c66 struct sk_buff *tls_strp_msg_detach(struct tls_sw_context_rx *ctx) in tls_strp_msg_detach()
101 int tls_strp_msg_cow(struct tls_sw_context_rx *ctx) in tls_strp_msg_cow()
Dtls_device.c907 struct tls_sw_context_rx *sw_ctx = tls_sw_ctx_rx(tls_ctx); in tls_device_reencrypt()
1005 struct tls_sw_context_rx *sw_ctx = tls_sw_ctx_rx(tls_ctx); in tls_device_decrypted()
Dtls_main.c808 struct tls_sw_context_rx *rx_ctx = tls_sw_ctx_rx(ctx); in do_tls_setsockopt_conf()
/Linux-v6.1/include/net/
Dtls.h135 struct tls_sw_context_rx { struct
318 struct tls_sw_context_rx sw;
391 static inline struct tls_sw_context_rx *tls_sw_ctx_rx( in tls_sw_ctx_rx()
394 return (struct tls_sw_context_rx *)tls_ctx->priv_ctx_rx; in tls_sw_ctx_rx()