Home
last modified time | relevance | path

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

/linux/net/tls/
H A Dtls_sw.c1497 struct sk_buff *skb = tls_strp_msg(ctx); in tls_decrypt_sg()
1634 darg->skb = clear_skb ?: tls_strp_msg(ctx); in tls_decrypt_sg()
1690 if (darg->skb != tls_strp_msg(ctx)) in tls_decrypt_sw()
1717 pad = tls_padding_length(prot, tls_strp_msg(ctx), darg); in tls_decrypt_device()
1722 darg->skb = tls_strp_msg(ctx); in tls_decrypt_device()
2084 rxm = strp_msg(tls_strp_msg(ctx)); in tls_sw_recvmsg()
2085 tlm = tls_msg(tls_strp_msg(ctx)); in tls_sw_recvmsg()
H A Dtls_device.c891 rxm = strp_msg(tls_strp_msg(sw_ctx)); in tls_device_reencrypt()
902 skb = tls_strp_msg(sw_ctx); in tls_device_reencrypt()
973 struct sk_buff *skb = tls_strp_msg(sw_ctx); in tls_device_decrypted()