/kernel/linux/linux-5.10/crypto/asymmetric_keys/ |
H A D | verify_pefile.h | 9 #include <crypto/hash_info.h>
|
H A D | pkcs7_verify.c | 15 #include <crypto/hash_info.h>
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | hash_info.h | 15 #include <uapi/linux/hash_info.h>
|
H A D | pkcs7.h | 12 #include <linux/hash_info.h>
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | hash_info.h | 16 #include <uapi/linux/hash_info.h>
|
H A D | pkcs7.h | 12 #include <linux/hash_info.h>
|
/kernel/linux/linux-6.6/crypto/asymmetric_keys/ |
H A D | verify_pefile.h | 9 #include <crypto/hash_info.h>
|
H A D | pkcs7_verify.c | 15 #include <crypto/hash_info.h>
|
/kernel/linux/linux-5.10/crypto/ |
H A D | hash_info.c | 9 #include <crypto/hash_info.h>
|
H A D | Makefile | 203 obj-$(CONFIG_CRYPTO_HASH_INFO) += hash_info.o
|
/kernel/linux/linux-6.6/crypto/ |
H A D | hash_info.c | 9 #include <crypto/hash_info.h>
|
/kernel/linux/linux-5.10/drivers/net/hyperv/ |
H A D | rndis_filter.c | 396 const u32 *hash_info, in rsc_add_data() 407 nvchan->rsc.hash_info = hash_info; in rsc_add_data() 425 const u32 *hash_info; in rndis_filter_receive_data() local 467 hash_info = rndis_get_ppi(ndev, rndis_pkt, rpkt_len, NBL_HASH_VALUE, 0); in rndis_filter_receive_data() 499 rsc_add_data(nvchan, vlan, csum_info, hash_info, in rndis_filter_receive_data() 393 rsc_add_data(struct netvsc_channel *nvchan, const struct ndis_pkt_8021q_info *vlan, const struct ndis_tcp_ip_checksum_info *csum_info, const u32 *hash_info, void *data, u32 len) rsc_add_data() argument
|
H A D | netvsc_drv.c | 601 u32 *hash_info; in netvsc_xmit() local 604 hash_info = init_ppi_data(rndis_msg, NDIS_HASH_PPI_SIZE, in netvsc_xmit() 606 *hash_info = hash; in netvsc_xmit() 821 const u32 *hash_info = nvchan->rsc.hash_info; in netvsc_alloc_recv_skb() local 877 if (hash_info && (net->features & NETIF_F_RXHASH)) in netvsc_alloc_recv_skb() 878 skb_set_hash(skb, *hash_info, PKT_HASH_TYPE_L4); in netvsc_alloc_recv_skb()
|
/kernel/linux/linux-5.10/security/integrity/ |
H A D | digsig_asymmetric.c | 13 #include <crypto/hash_info.h>
|
/kernel/linux/linux-6.6/security/integrity/ |
H A D | digsig_asymmetric.c | 13 #include <crypto/hash_info.h>
|
/kernel/linux/linux-6.6/drivers/net/hyperv/ |
H A D | rndis_filter.c | 447 const u32 *hash_info, in rsc_add_data() 455 /* The data/values pointed by vlan, csum_info and hash_info are shared in rsc_add_data() 472 if (hash_info != NULL) { in rsc_add_data() 473 nvchan->rsc.hash_info = *hash_info; in rsc_add_data() 495 const u32 *hash_info; in rndis_filter_receive_data() local 541 hash_info = rndis_get_ppi(ndev, rndis_pkt, rpkt_len, NBL_HASH_VALUE, 0, in rndis_filter_receive_data() 542 sizeof(*hash_info), data); in rndis_filter_receive_data() 573 rsc_add_data(nvchan, vlan, csum_info, hash_info, in rndis_filter_receive_data() 444 rsc_add_data(struct netvsc_channel *nvchan, const struct ndis_pkt_8021q_info *vlan, const struct ndis_tcp_ip_checksum_info *csum_info, const u32 *hash_info, void *data, u32 len) rsc_add_data() argument
|
H A D | netvsc_drv.c | 554 u32 *hash_info; in netvsc_xmit() local 557 hash_info = init_ppi_data(rndis_msg, NDIS_HASH_PPI_SIZE, in netvsc_xmit() 559 *hash_info = hash; in netvsc_xmit() 793 const u32 *hash_info = &nvchan->rsc.hash_info; in netvsc_alloc_recv_skb() local 857 skb_set_hash(skb, *hash_info, PKT_HASH_TYPE_L4); in netvsc_alloc_recv_skb()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fsverity.h | 16 #include <crypto/hash_info.h>
|
H A D | ima.h | 14 #include <crypto/hash_info.h>
|
H A D | tpm.h | 25 #include <crypto/hash_info.h>
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | tpm.h | 25 #include <crypto/hash_info.h>
|
/kernel/linux/linux-5.10/security/integrity/evm/ |
H A D | evm_crypto.c | 19 #include <crypto/hash_info.h>
|
H A D | evm_main.c | 23 #include <crypto/hash_info.h>
|
/kernel/linux/linux-6.6/security/integrity/evm/ |
H A D | evm_crypto.c | 21 #include <crypto/hash_info.h>
|
/kernel/linux/linux-5.10/drivers/char/tpm/ |
H A D | tpm2-cmd.c | 15 #include <crypto/hash_info.h>
|