Searched refs:sw_ctx (Results 1 – 1 of 1) sorted by relevance
880 struct tls_sw_context_rx *sw_ctx = tls_sw_ctx_rx(tls_ctx); in tls_device_reencrypt() local891 rxm = strp_msg(tls_strp_msg(sw_ctx)); in tls_device_reencrypt()898 err = tls_strp_msg_cow(sw_ctx); in tls_device_reencrypt()902 skb = tls_strp_msg(sw_ctx); in tls_device_reencrypt()972 struct tls_sw_context_rx *sw_ctx = tls_sw_ctx_rx(tls_ctx); in tls_device_decrypted() local973 struct sk_buff *skb = tls_strp_msg(sw_ctx); in tls_device_decrypted()977 if (!tls_strp_msg_mixed_decrypted(sw_ctx)) { in tls_device_decrypted()
Completed in 6 milliseconds