| /linux/drivers/crypto/ccp/ |
| H A D | ccp-crypto-sha.c | 136 rctx->cmd.u.sha.type = rctx->type; in ccp_do_sha_update() 137 rctx->cmd.u.sha.ctx = &rctx->ctx_sg; in ccp_do_sha_update() 141 rctx->cmd.u.sha.ctx_len = SHA1_DIGEST_SIZE; in ccp_do_sha_update() 144 rctx->cmd.u.sha.ctx_len = SHA224_DIGEST_SIZE; in ccp_do_sha_update() 147 rctx->cmd.u.sha.ctx_len = SHA256_DIGEST_SIZE; in ccp_do_sha_update() 150 rctx->cmd.u.sha.ctx_len = SHA384_DIGEST_SIZE; in ccp_do_sha_update() 153 rctx->cmd.u.sha.ctx_len = SHA512_DIGEST_SIZE; in ccp_do_sha_update() 160 rctx->cmd.u.sha.src = sg; in ccp_do_sha_update() 161 rctx->cmd.u.sha.src_len = rctx->hash_cnt; in ccp_do_sha_update() 162 rctx->cmd.u.sha.opad = ctx->u.sha.key_len ? in ccp_do_sha_update() [all …]
|
| H A D | ccp-dev-v3.c | 212 | (op->u.sha.type << REQ1_SHA_TYPE_SHIFT) in ccp_perform_sha() 222 cr[4] = lower_32_bits(op->u.sha.msg_bits); in ccp_perform_sha() 223 cr[5] = upper_32_bits(op->u.sha.msg_bits); in ccp_perform_sha() 571 .sha = ccp_perform_sha,
|
| H A D | Makefile | 31 ccp-crypto-sha.o
|
| H A D | ccp-dev-v5.c | 115 } sha; member 148 #define CCP_SHA_TYPE(p) ((p)->sha.type) 384 CCP_SHA_TYPE(&function) = op->u.sha.type; in ccp5_perform_sha() 396 CCP5_CMD_SHA_LO(&desc) = lower_32_bits(op->u.sha.msg_bits); in ccp5_perform_sha() 397 CCP5_CMD_SHA_HI(&desc) = upper_32_bits(op->u.sha.msg_bits); in ccp5_perform_sha() 1101 .sha = ccp5_perform_sha,
|
| H A D | ccp-dev.h | 550 struct ccp_sha_op sha; member 656 int (*sha)(struct ccp_op *); member
|
| H A D | ccp-crypto.h | 268 struct ccp_sha_ctx sha; member
|
| /linux/drivers/scsi/mvsas/ |
| H A D | mv_init.c | 139 struct sas_ha_struct *sha = (struct sas_ha_struct *)opaque; in mvs_tasklet() local 141 core_nr = ((struct mvs_prv_info *)sha->lldd_ha)->n_host; in mvs_tasklet() 142 mvi = ((struct mvs_prv_info *)sha->lldd_ha)->mvi[0]; in mvs_tasklet() 152 mvi = ((struct mvs_prv_info *)sha->lldd_ha)->mvi[i]; in mvs_tasklet() 165 struct sas_ha_struct *sha = opaque; in mvs_interrupt() local 170 core_nr = ((struct mvs_prv_info *)sha->lldd_ha)->n_host; in mvs_interrupt() 173 mvi = ((struct mvs_prv_info *)sha->lldd_ha)->mvi[0]; in mvs_interrupt() 190 tasklet_schedule(&((struct mvs_prv_info *)sha->lldd_ha)->mv_tasklet); in mvs_interrupt() 193 mvi = ((struct mvs_prv_info *)sha->lldd_ha)->mvi[i]; in mvs_interrupt() 331 struct sas_ha_struct *sha = SHOST_TO_SAS_HA(shost); in mvs_pci_alloc() local [all …]
|
| /linux/drivers/scsi/pm8001/ |
| H A D | pm8001_init.c | 103 struct sas_ha_struct *sha = SHOST_TO_SAS_HA(shost); in pm8001_map_queues() local 104 struct pm8001_hba_info *pm8001_ha = sha->lldd_ha; in pm8001_map_queues() 298 struct sas_ha_struct *sha = dev_id; in pm8001_interrupt_handler_intx() local 299 struct pm8001_hba_info *pm8001_ha = sha->lldd_ha; in pm8001_interrupt_handler_intx() 539 struct sas_ha_struct *sha = SHOST_TO_SAS_HA(shost); in pm8001_pci_alloc() local 541 pm8001_ha = sha->lldd_ha; in pm8001_pci_alloc() 550 pm8001_ha->sas = sha; in pm8001_pci_alloc() 611 struct sas_ha_struct *sha = SHOST_TO_SAS_HA(shost); in pm8001_prep_sas_ha_init() local 615 memset(sha, 0x00, sizeof(*sha)); in pm8001_prep_sas_ha_init() 623 sha->sas_phy = arr_phy; in pm8001_prep_sas_ha_init() [all …]
|
| /linux/tools/testing/selftests/rcutorture/bin/ |
| H A D | kvm-series.sh | 74 for sha in ${sha1_list} 76 sha1=${sha_n}.${sha} # Enable "sort -k1nr" to list commits in order. 78 git checkout "${sha}"
|
| /linux/arch/s390/crypto/ |
| H A D | phmac_s390.c | 214 param.sha##x.h[0] = SHA##y ## _H0; \ in hash_key() 215 param.sha##x.h[1] = SHA##y ## _H1; \ in hash_key() 216 param.sha##x.h[2] = SHA##y ## _H2; \ in hash_key() 217 param.sha##x.h[3] = SHA##y ## _H3; \ in hash_key() 218 param.sha##x.h[4] = SHA##y ## _H4; \ in hash_key() 219 param.sha##x.h[5] = SHA##y ## _H5; \ in hash_key() 220 param.sha##x.h[6] = SHA##y ## _H6; \ in hash_key() 221 param.sha##x.h[7] = SHA##y ## _H7; \ in hash_key() 222 param.sha##x.mbl = (z) in hash_key()
|
| /linux/drivers/scsi/libsas/ |
| H A D | sas_init.c | 594 struct sas_ha_struct *sha = SHOST_TO_SAS_HA(shost); in phy_event_threshold_show() local 596 return scnprintf(buf, PAGE_SIZE, "%u\n", sha->event_thres); in phy_event_threshold_show() 604 struct sas_ha_struct *sha = SHOST_TO_SAS_HA(shost); in phy_event_threshold_store() local 606 sha->event_thres = simple_strtol(buf, NULL, 10); in phy_event_threshold_store() 609 if (sha->event_thres < 32) in phy_event_threshold_store() 610 sha->event_thres = 32; in phy_event_threshold_store()
|
| /linux/drivers/crypto/qce/ |
| H A D | Makefile | 7 qcrypto-$(CONFIG_CRYPTO_DEV_QCE_SHA) += sha.o
|
| /linux/net/appletalk/ |
| H A D | aarp.c | 168 struct atalk_addr *them, unsigned char *sha) in aarp_send_reply() argument 199 if (!sha) in aarp_send_reply() 202 ether_addr_copy(eah->hw_dst, sha); in aarp_send_reply() 209 aarp_dl->request(aarp_dl, skb, sha); in aarp_send_reply()
|
| /linux/lib/zstd/common/ |
| H A D | cpu.h | 184 B(sha, 29)
|
| /linux/include/linux/ |
| H A D | ccp.h | 655 struct ccp_sha_engine sha; member
|
| /linux/net/openvswitch/ |
| H A D | flow.h | 126 u8 sha[ETH_ALEN]; /* ARP source hardware address. */ member
|
| /linux/include/net/ |
| H A D | flow_dissector.h | 176 unsigned char sha[ETH_ALEN]; member
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | icp_qat_hw.h | 209 struct icp_qat_hw_auth_sha512 sha; member
|
| /linux/arch/arm/boot/dts/microchip/ |
| H A D | sama7d65.dtsi | 292 sha: crypto@e1604000 { label 293 compatible = "microchip,sama7d65-sha", "atmel,at91sam9g46-sha";
|
| H A D | lan966x.dtsi | 395 sha: crypto@e006c000 { label 396 compatible = "atmel,at91sam9g46-sha";
|
| H A D | sama5d2.dtsi | 323 sha: crypto@f0028000 { label 324 compatible = "atmel,at91sam9g46-sha";
|
| /linux/drivers/net/ethernet/microchip/vcap/ |
| H A D | vcap_tc.c | 353 if (!is_zero_ether_addr(mt.mask->sha) || in vcap_tc_flower_handler_arp_usage()
|
| /linux/drivers/scsi/hisi_sas/ |
| H A D | hisi_sas.h | 436 struct sas_ha_struct sha; member
|
| /linux/net/sched/ |
| H A D | cls_flower.c | 2013 fl_set_key_val(tb, key->arp.sha, TCA_FLOWER_KEY_ARP_SHA, in fl_set_key() 2014 mask->arp.sha, TCA_FLOWER_KEY_ARP_SHA_MASK, in fl_set_key() 2015 sizeof(key->arp.sha)); in fl_set_key() 3597 fl_dump_key_val(skb, key->arp.sha, TCA_FLOWER_KEY_ARP_SHA, in fl_dump_key() 3598 mask->arp.sha, TCA_FLOWER_KEY_ARP_SHA_MASK, in fl_dump_key() 3599 sizeof(key->arp.sha)) || in fl_dump_key()
|
| /linux/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | sge.c | 2026 unsigned char *sha; in cxgb3_arp_process() local 2039 sha = arp_ptr; in cxgb3_arp_process() 2049 arp_send(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha, in cxgb3_arp_process() 2050 pi->iscsic.mac_addr, sha); in cxgb3_arp_process()
|