Searched refs:decrypted (Results 1 – 11 of 11) sorted by relevance
| /net/tls/ |
| A D | trace.h | 47 bool encrypted, bool decrypted), 49 TP_ARGS(sk, tcp_seq, rec_no, rec_len, encrypted, decrypted), 57 __field( bool, decrypted ) 66 __entry->decrypted = decrypted; 73 __entry->encrypted, __entry->decrypted
|
| A D | tls_sw.c | 1935 if (len_left <= decrypted) in tls_read_flush_backlog() 2063 decrypted = 0; in tls_sw_recvmsg() 2075 decrypted += chunk; in tls_sw_recvmsg() 2126 decrypted + copied, in tls_sw_recvmsg() 2145 decrypted += chunk; in tls_sw_recvmsg() 2187 decrypted += chunk; in tls_sw_recvmsg() 2224 copied += decrypted; in tls_sw_recvmsg() 2317 ssize_t decrypted; in tls_sw_read_sock() local 2334 decrypted = 0; in tls_sw_read_sock() 2356 0, decrypted, in tls_sw_read_sock() [all …]
|
| A D | tls_device.c | 925 if (skb->decrypted) { in tls_device_reencrypt() 952 if (skb_iter->decrypted) { in tls_device_reencrypt() 978 is_decrypted = skb->decrypted; in tls_device_decrypted()
|
| A D | tls_strp.c | 90 DEBUG_NET_WARN_ON_ONCE(!strp->anchor->decrypted); in tls_strp_msg_detach()
|
| /net/mac80211/tests/ |
| A D | mfp.c | 16 bool sta, mfp, decrypted, unicast, assoc; member 137 .decrypted = true, 148 .decrypted = true, 232 KUNIT_ASSERT_FALSE(test, params->decrypted); in accept_mfp() 245 if (params->decrypted) { in accept_mfp()
|
| /net/tipc/ |
| A D | Kconfig | 48 All TIPC messages will be encrypted/decrypted by using the currently most
|
| A D | msg.h | 131 u8 decrypted:1; member
|
| A D | crypto.c | 1988 skb_cb->decrypted = 1; in tipc_crypto_rcv_complete()
|
| A D | link.c | 1281 TIPC_SKB_CB(skb)->decrypted) { in tipc_data_input()
|
| A D | node.c | 2097 if (TIPC_SKB_CB(skb)->decrypted || !tipc_ehdr_validate(skb)) in tipc_rcv()
|
| /net/ipv4/ |
| A D | tcp.c | 1206 skb->decrypted = !!(flags & MSG_SENDPAGE_DECRYPTED); in tcp_sendmsg_locked()
|
Completed in 739 milliseconds