Home
last modified time | relevance | path

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

/net/tls/
Dtls_sw.c1469 struct sk_buff *skb = tls_strp_msg(ctx); in tls_decrypt_sg()
1606 darg->skb = clear_skb ?: tls_strp_msg(ctx); in tls_decrypt_sg()
1662 if (darg->skb != tls_strp_msg(ctx)) in tls_decrypt_sw()
1689 pad = tls_padding_length(prot, tls_strp_msg(ctx), darg); in tls_decrypt_device()
1694 darg->skb = tls_strp_msg(ctx); in tls_decrypt_device()
2026 rxm = strp_msg(tls_strp_msg(ctx)); in tls_sw_recvmsg()
2027 tlm = tls_msg(tls_strp_msg(ctx)); in tls_sw_recvmsg()
Dtls_device.c903 rxm = strp_msg(tls_strp_msg(sw_ctx)); in tls_device_reencrypt()
914 skb = tls_strp_msg(sw_ctx); in tls_device_reencrypt()
985 struct sk_buff *skb = tls_strp_msg(sw_ctx); in tls_device_decrypted()
Dtls.h207 static inline struct sk_buff *tls_strp_msg(struct tls_sw_context_rx *ctx) in tls_strp_msg() function