Home
last modified time | relevance | path

Searched refs:decrypted (Results 1 – 25 of 70) sorted by relevance

123

/openbmc/linux/net/tls/
H A Dtrace.h47 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
H A Dtls_sw.c1871 size_t len_left, size_t decrypted, ssize_t done, in tls_read_flush_backlog() argument
1876 if (len_left <= decrypted) in tls_read_flush_backlog()
1959 ssize_t decrypted = 0, async_copy_bytes = 0; in tls_sw_recvmsg() local
2004 decrypted = 0; in tls_sw_recvmsg()
2005 while (len && (decrypted + copied < target || tls_strp_msg_ready(ctx))) { in tls_sw_recvmsg()
2016 decrypted += chunk; in tls_sw_recvmsg()
2067 decrypted + copied, in tls_sw_recvmsg()
2086 decrypted += chunk; in tls_sw_recvmsg()
2128 decrypted += chunk; in tls_sw_recvmsg()
2150 decrypted = 0; in tls_sw_recvmsg()
[all …]
/openbmc/linux/Documentation/networking/
H A Dtls.rst103 are decrypted using TLS parameters provided. A full TLS record must
111 Received data is decrypted directly in to the user buffer if it is
113 buffer is too small, data is decrypted in the kernel and copied to
246 to be decrypted directly into user space buffers with TLS 1.3.
251 If the record decrypted turns out to had been padded or is not a data
252 record it will be decrypted again into a kernel buffer without zero copy.
282 number of RX records which had to be re-decrypted due to
287 number of data RX records which had to be re-decrypted due to
H A Dtls-offload.rst55 successfully, the driver will set the decrypted bit in the associated
60 If device decrypted all the segments of the record the decryption is skipped,
186 the :c:member:`decrypted` mark in :c:type:`struct sk_buff <sk_buff>`
187 corresponding to the segment. Networking stack makes sure decrypted
188 and non-decrypted segments do not get coalesced (e.g. by GRO or socket layer)
274 Green segments are successfully decrypted, blue ones are passed
277 In above case segment 1 is received and decrypted successfully.
288 even though two segments did not get decrypted.
341 whenever it sees the records are no longer getting decrypted.
389 have the :c:member:`decrypted` mark set.
[all …]
/openbmc/linux/security/keys/
H A DKconfig98 generated random numbers or provided decrypted data, and are
99 encrypted/decrypted with a 'master' symmetric key. The 'master'
106 bool "Allow encrypted keys with user decrypted data"
110 user-provided decrypted data. The decrypted data must be hex-ascii
/openbmc/linux/drivers/uio/
H A Duio_hv_generic.c193 if (!pdata->send_gpadl.decrypted) in hv_uio_cleanup()
199 if (!pdata->recv_gpadl.decrypted) in hv_uio_cleanup()
309 if (!pdata->recv_gpadl.decrypted) in hv_uio_probe()
332 if (!pdata->send_gpadl.decrypted) in hv_uio_probe()
/openbmc/u-boot/board/xilinx/zynq/
H A DKconfig19 and places the decrypted image at destination address.
/openbmc/linux/Documentation/security/keys/
H A Dtrusted-encrypted.rst109 New keys are created from random numbers. They are encrypted/decrypted using
140 random numbers or user-provided decrypted data, and are encrypted/decrypted
237 The decrypted portion of encrypted keys can contain either a simple symmetric
246 decrypted-data" ring
351 Instantiate an encrypted key "evm" using user-provided decrypted data::
/openbmc/linux/drivers/hv/
H A Dchannel.c157 if (!channel->ringbuffer_gpadlhandle.decrypted) in vmbus_free_ring()
478 gpadl->decrypted = false; in __vmbus_establish_gpadl()
488 gpadl->decrypted = true; in __vmbus_establish_gpadl()
584 gpadl->decrypted = false; in __vmbus_establish_gpadl()
906 gpadl->decrypted = ret; in vmbus_teardown_gpadl()
/openbmc/linux/net/ipv4/
H A Dtcp_offload.c275 flush |= p->decrypted ^ skb->decrypted; in tcp_gro_receive()
/openbmc/linux/fs/crypto/
H A DKconfig13 decrypted pages in the page cache. Currently Ext4,
/openbmc/linux/net/tipc/
H A DKconfig47 All TIPC messages will be encrypted/decrypted by using the currently most
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dtrx.c299 stats->decrypted = !get_rx_desc_swdec(pdesc); in rtl92cu_rx_query_desc()
319 if (stats->decrypted) in rtl92cu_rx_query_desc()
367 stats.decrypted = !get_rx_desc_swdec(rxdesc); in _rtl_rx_process()
/openbmc/linux/Documentation/arch/x86/
H A Damd-memory-encryption.rst12 automatically decrypted when read from DRAM and encrypted when written to
17 of the guest VM are secured so that a decrypted version is available only
/openbmc/linux/Documentation/ABI/testing/
H A Dsecurityfs-secrets-coco11 by the Guest Owner and decrypted inside the trusted enclave,
/openbmc/qemu/docs/system/s390x/
H A Dprotvirt.rst7 encrypted and can only be decrypted by the firmware, represented by an
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dtrx.c274 stats->decrypted = !get_rx_desc_swdec(p_desc); in rtl92ce_rx_query_desc()
311 if (stats->decrypted) { in rtl92ce_rx_query_desc()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dtrx.c277 status->decrypted = !get_rx_desc_swdec(pdesc); in rtl8723e_rx_query_desc()
314 if (status->decrypted) { in rtl8723e_rx_query_desc()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dtrx.c248 stats->decrypted = !get_rx_status_desc_swdec(pdesc); in rtl92se_rx_query_desc()
284 if (stats->decrypted) { in rtl92se_rx_query_desc()
/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Drx.c166 if (pkt_stat->decrypted) in rtw_rx_fill_rx_status()
/openbmc/linux/Documentation/virt/kvm/s390/
H A Ds390-pv-boot.rst60 and initrd. The components are decrypted by the UV.
/openbmc/linux/arch/x86/kernel/
H A Dvmlinux.lds.S83 *(.bss..decrypted); \
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dtrx.c313 status->decrypted = !get_rx_desc_swdec(pdesc); in rtl8723be_rx_query_desc()
369 if (status->decrypted) { in rtl8723be_rx_query_desc()
/openbmc/linux/include/asm-generic/
H A Dvmlinux.lds.h347 *(.data..decrypted) \
937 *(.data..percpu..decrypted) \
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dtrx.c390 status->decrypted = !get_rx_desc_swdec(pdesc); in rtl88ee_rx_query_desc()
441 if (status->decrypted) { in rtl88ee_rx_query_desc()

123