Home
last modified time | relevance | path

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

/Linux-v6.6/net/tls/
Dtls.h196 int tls_strp_msg_cow(struct tls_sw_context_rx *ctx);
197 struct sk_buff *tls_strp_msg_detach(struct tls_sw_context_rx *ctx);
207 static inline struct sk_buff *tls_strp_msg(struct tls_sw_context_rx *ctx) in tls_strp_msg()
213 static inline bool tls_strp_msg_ready(struct tls_sw_context_rx *ctx) in tls_strp_msg_ready()
218 static inline bool tls_strp_msg_mixed_decrypted(struct tls_sw_context_rx *ctx) in tls_strp_msg_mixed_decrypted()
Dtls_sw.c191 struct tls_sw_context_rx *ctx; in tls_decrypt_done()
243 struct tls_sw_context_rx *ctx = tls_sw_ctx_rx(tls_ctx); in tls_do_decryption()
1292 struct tls_sw_context_rx *ctx = tls_sw_ctx_rx(tls_ctx); in tls_rx_rec_wait()
1446 struct tls_sw_context_rx *ctx = tls_sw_ctx_rx(tls_ctx); in tls_decrypt_sg()
1610 struct tls_sw_context_rx *ctx = tls_sw_ctx_rx(tls_ctx); in tls_decrypt_sw()
1650 struct tls_sw_context_rx *ctx = tls_sw_ctx_rx(tls_ctx); in tls_decrypt_device()
1748 static void tls_rx_rec_done(struct tls_sw_context_rx *ctx) in tls_rx_rec_done()
1758 static int process_rx_list(struct tls_sw_context_rx *ctx, in process_rx_list()
1855 static int tls_rx_reader_acquire(struct sock *sk, struct tls_sw_context_rx *ctx, in tls_rx_reader_acquire()
1886 static int tls_rx_reader_lock(struct sock *sk, struct tls_sw_context_rx *ctx, in tls_rx_reader_lock()
[all …]
Dtls_strp.c84 struct sk_buff *tls_strp_msg_detach(struct tls_sw_context_rx *ctx) in tls_strp_msg_detach()
119 int tls_strp_msg_cow(struct tls_sw_context_rx *ctx) in tls_strp_msg_cow()
Dtls_main.c408 struct tls_sw_context_rx *ctx; in tls_sk_poll()
704 struct tls_sw_context_rx *rx_ctx = tls_sw_ctx_rx(ctx); in do_tls_setsockopt_conf()
Dtls_device.c886 struct tls_sw_context_rx *sw_ctx = tls_sw_ctx_rx(tls_ctx); in tls_device_reencrypt()
984 struct tls_sw_context_rx *sw_ctx = tls_sw_ctx_rx(tls_ctx); in tls_device_decrypted()
/Linux-v6.6/include/net/
Dtls.h124 struct tls_sw_context_rx { struct
307 struct tls_sw_context_rx sw;
382 static inline struct tls_sw_context_rx *tls_sw_ctx_rx( in tls_sw_ctx_rx()
385 return (struct tls_sw_context_rx *)tls_ctx->priv_ctx_rx; in tls_sw_ctx_rx()