Searched refs:tls_sw_context_rx (Results 1 – 6 of 6) sorted by relevance
192 struct tls_sw_context_rx *ctx; in tls_decrypt_done()262 struct tls_sw_context_rx *ctx = tls_sw_ctx_rx(tls_ctx); in tls_do_decryption()1312 struct tls_sw_context_rx *ctx = tls_sw_ctx_rx(tls_ctx); in tls_rx_rec_wait()1470 struct tls_sw_context_rx *ctx = tls_sw_ctx_rx(tls_ctx); in tls_decrypt_sg()1641 struct tls_sw_context_rx *ctx = tls_sw_ctx_rx(tls_ctx); in tls_decrypt_sw()1681 struct tls_sw_context_rx *ctx = tls_sw_ctx_rx(tls_ctx); in tls_decrypt_device()1748 struct tls_sw_context_rx *rx_ctx = ctx->priv_ctx_rx; in tls_check_pending_rekey()2454 struct tls_sw_context_rx *ctx; in tls_rx_msg_ready()2671 struct tls_sw_context_rx *sw_ctx_rx; in init_ctx_rx()2723 struct tls_sw_context_rx *ctx = tls_ctx->priv_ctx_rx; in tls_finish_key_update()[all …]
200 int tls_strp_msg_cow(struct tls_sw_context_rx *ctx);201 struct sk_buff *tls_strp_msg_detach(struct tls_sw_context_rx *ctx);211 static inline struct sk_buff *tls_strp_msg(struct tls_sw_context_rx *ctx) in tls_strp_msg()217 static inline bool tls_strp_msg_ready(struct tls_sw_context_rx *ctx) in tls_strp_msg_ready()222 static inline bool tls_strp_msg_mixed_decrypted(struct tls_sw_context_rx *ctx) in tls_strp_msg_mixed_decrypted()
85 struct sk_buff *tls_strp_msg_detach(struct tls_sw_context_rx *ctx) in tls_strp_msg_detach()120 int tls_strp_msg_cow(struct tls_sw_context_rx *ctx) in tls_strp_msg_cow()
407 struct tls_sw_context_rx *ctx; in tls_sk_poll()748 struct tls_sw_context_rx *rx_ctx = tls_sw_ctx_rx(ctx); in do_tls_setsockopt_conf()
880 struct tls_sw_context_rx *sw_ctx = tls_sw_ctx_rx(tls_ctx); in tls_device_reencrypt()972 struct tls_sw_context_rx *sw_ctx = tls_sw_ctx_rx(tls_ctx); in tls_device_decrypted()
125 struct tls_sw_context_rx { struct305 struct tls_sw_context_rx sw;376 static inline struct tls_sw_context_rx *tls_sw_ctx_rx( in tls_sw_ctx_rx()379 return (struct tls_sw_context_rx *)tls_ctx->priv_ctx_rx; in tls_sw_ctx_rx()