/linux-2.4.37.9/crypto/ |
D | sha256.c | 35 static inline u32 Ch(u32 x, u32 y, u32 z) in Ch() function 101 t1 = h + e1(e) + Ch(e,f,g) + 0x428a2f98 + W[ 0]; in sha256_transform() 103 t1 = g + e1(d) + Ch(d,e,f) + 0x71374491 + W[ 1]; in sha256_transform() 105 t1 = f + e1(c) + Ch(c,d,e) + 0xb5c0fbcf + W[ 2]; in sha256_transform() 107 t1 = e + e1(b) + Ch(b,c,d) + 0xe9b5dba5 + W[ 3]; in sha256_transform() 109 t1 = d + e1(a) + Ch(a,b,c) + 0x3956c25b + W[ 4]; in sha256_transform() 111 t1 = c + e1(h) + Ch(h,a,b) + 0x59f111f1 + W[ 5]; in sha256_transform() 113 t1 = b + e1(g) + Ch(g,h,a) + 0x923f82a4 + W[ 6]; in sha256_transform() 115 t1 = a + e1(f) + Ch(f,g,h) + 0xab1c5ed5 + W[ 7]; in sha256_transform() 118 t1 = h + e1(e) + Ch(e,f,g) + 0xd807aa98 + W[ 8]; in sha256_transform() [all …]
|
D | sha512.c | 35 static inline u64 Ch(u64 x, u64 y, u64 z) in Ch() function 152 t1 = h + e1(e) + Ch(e,f,g) + sha512_K[i ] + W[i ]; in sha512_transform() 154 t1 = g + e1(d) + Ch(d,e,f) + sha512_K[i+1] + W[i+1]; in sha512_transform() 156 t1 = f + e1(c) + Ch(c,d,e) + sha512_K[i+2] + W[i+2]; in sha512_transform() 158 t1 = e + e1(b) + Ch(b,c,d) + sha512_K[i+3] + W[i+3]; in sha512_transform() 160 t1 = d + e1(a) + Ch(a,b,c) + sha512_K[i+4] + W[i+4]; in sha512_transform() 162 t1 = c + e1(h) + Ch(h,a,b) + sha512_K[i+5] + W[i+5]; in sha512_transform() 164 t1 = b + e1(g) + Ch(g,h,a) + sha512_K[i+6] + W[i+6]; in sha512_transform() 166 t1 = a + e1(f) + Ch(f,g,h) + sha512_K[i+7] + W[i+7]; in sha512_transform()
|
/linux-2.4.37.9/drivers/scsi/ |
D | i60uscsi.c | 639 UCHAR Ch; in __orc_alloc_scb() local 644 Ch = hcsp->HCS_Index; in __orc_alloc_scb() 647 if ((hcsp->BitAllocFlag[Ch][i] >> index) & 0x01) { in __orc_alloc_scb() 648 hcsp->BitAllocFlag[Ch][i] &= ~(1 << index); in __orc_alloc_scb() 677 UCHAR Ch; in orc_release_scb() local 680 Ch = hcsp->HCS_Index; in orc_release_scb() 684 hcsp->BitAllocFlag[Ch][i] |= (1 << Index); in orc_release_scb()
|
/linux-2.4.37.9/drivers/isdn/eicon/ |
D | idi.c | 633 byte Ch, in isdn_rc() argument 645 DPRINTF(("IDI: <RC(Rc=%x,Id=%x,Ch=%x)",Rc,Id,Ch)); in isdn_rc() 663 this->RcCh = Ch; in isdn_rc() 740 byte Ch, in isdn_ind() argument 756 DPRINTF(("IDI: <IND(Ind=%x,Id=%x,Ch=%x)",Ind,Id,Ch)); in isdn_ind() 763 this->IndCh = Ch; in isdn_ind()
|
D | eicon_idi.c | 125 idi_put_req(eicon_REQ *reqbuf, int rq, int signet, int Ch) in idi_put_req() argument 128 reqbuf->ReqCh = Ch; in idi_put_req()
|
/linux-2.4.37.9/drivers/char/ |
D | rocket.c | 2914 Byte_t Ch; /* channel number within AIOP */ in sFlushRxFIFO() local 2929 Ch = (Byte_t)sGetChanNum(ChP); in sFlushRxFIFO() 2930 sOutB(ChP->Cmd,Ch | RESRXFCNT); /* apply reset Rx FIFO count */ in sFlushRxFIFO() 2931 sOutB(ChP->Cmd,Ch); /* remove reset Rx FIFO count */ in sFlushRxFIFO() 2957 Byte_t Ch; /* channel number within AIOP */ in sFlushTxFIFO() local 2972 Ch = (Byte_t)sGetChanNum(ChP); in sFlushTxFIFO() 2973 sOutB(ChP->Cmd,Ch | RESTXFCNT); /* apply reset Tx FIFO count */ in sFlushTxFIFO() 2974 sOutB(ChP->Cmd,Ch); /* remove reset Tx FIFO count */ in sFlushTxFIFO()
|
/linux-2.4.37.9/drivers/pci/ |
D | pci.ids | 790 1028 0511 PowerEdge Cost Effective RAID Controller ATA100/4Ch
|