Home
last modified time | relevance | path

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

/linux-6.15/net/tls/
H A Dtls_strp.c207 strp->mixed_decrypted = 0; in tls_strp_flush_anchor_copy()
350 strp->mixed_decrypted |= !!skb_cmp_decrypted(skb, in_skb); in tls_strp_copyin()
352 if (IS_ENABLED(CONFIG_TLS_DEVICE) && strp->mixed_decrypted) in tls_strp_copyin()
H A Dtls.h224 return ctx->strp.mixed_decrypted; in tls_strp_msg_mixed_decrypted()
/linux-6.15/include/net/
H A Dtls.h115 u32 mixed_decrypted : 1; member