/linux-2.6.39/crypto/ |
D | sha256_generic.c | 28 static inline u32 Ch(u32 x, u32 y, u32 z) in Ch() function 72 t1 = h + e1(e) + Ch(e,f,g) + 0x428a2f98 + W[ 0]; in sha256_transform() 74 t1 = g + e1(d) + Ch(d,e,f) + 0x71374491 + W[ 1]; in sha256_transform() 76 t1 = f + e1(c) + Ch(c,d,e) + 0xb5c0fbcf + W[ 2]; in sha256_transform() 78 t1 = e + e1(b) + Ch(b,c,d) + 0xe9b5dba5 + W[ 3]; in sha256_transform() 80 t1 = d + e1(a) + Ch(a,b,c) + 0x3956c25b + W[ 4]; in sha256_transform() 82 t1 = c + e1(h) + Ch(h,a,b) + 0x59f111f1 + W[ 5]; in sha256_transform() 84 t1 = b + e1(g) + Ch(g,h,a) + 0x923f82a4 + W[ 6]; in sha256_transform() 86 t1 = a + e1(f) + Ch(f,g,h) + 0xab1c5ed5 + W[ 7]; in sha256_transform() 89 t1 = h + e1(e) + Ch(e,f,g) + 0xd807aa98 + W[ 8]; in sha256_transform() [all …]
|
D | sha512_generic.c | 26 static inline u64 Ch(u64 x, u64 y, u64 z) in Ch() function 108 t1 = h + e1(e) + Ch(e,f,g) + sha512_K[i ] + W[i ]; in sha512_transform() 110 t1 = g + e1(d) + Ch(d,e,f) + sha512_K[i+1] + W[i+1]; in sha512_transform() 112 t1 = f + e1(c) + Ch(c,d,e) + sha512_K[i+2] + W[i+2]; in sha512_transform() 114 t1 = e + e1(b) + Ch(b,c,d) + sha512_K[i+3] + W[i+3]; in sha512_transform() 116 t1 = d + e1(a) + Ch(a,b,c) + sha512_K[i+4] + W[i+4]; in sha512_transform() 118 t1 = c + e1(h) + Ch(h,a,b) + sha512_K[i+5] + W[i+5]; in sha512_transform() 120 t1 = b + e1(g) + Ch(g,h,a) + sha512_K[i+6] + W[i+6]; in sha512_transform() 122 t1 = a + e1(f) + Ch(f,g,h) + sha512_K[i+7] + W[i+7]; in sha512_transform()
|
/linux-2.6.39/drivers/isdn/hardware/eicon/ |
D | di.c | 65 byte Id, byte Ch, byte Rc, byte cb, byte type); 67 byte Ch, byte Req, byte type); 70 byte Ch, 359 byte Ch, in isdn_rc() argument 373 dbug(dprintf("isdn_rc(Rc=%x,Id=%x,Ch=%x)",Rc,Id,Ch)); in isdn_rc() 377 xdi_xlog_rc_event (XDI_A_NR(a), Id, Ch, Rc, 0, 0); in isdn_rc() 388 xdi_xlog_rc_event (XDI_A_NR(a), Id, Ch, Rc, 0, a->IdTypeTable[this->No]); in isdn_rc() 389 this->RcCh = Ch; in isdn_rc() 430 a->FlowControlIdTable[Ch] = Id; in isdn_rc() 431 a->FlowControlSkipTable[Ch] = false; in isdn_rc() [all …]
|
D | message.c | 4022 byte Ch = e->IndCh; in callback() local 4024 (a->ch_flow_plci[Ch] == plci->Id)) { in callback() 4025 if (a->ch_flow_control[Ch] & N_RX_FLOW_CONTROL_MASK) { in callback() 4026 dbug(3,dprintf ("XDI CAPI: I: pending N-XON Ch:%02x", Ch)); in callback() 4028 a->ch_flow_control[Ch] &= ~N_RX_FLOW_CONTROL_MASK; in callback() 4032 (a->ch_flow_plci[Ch] == plci->Id) && in callback() 4033 (a->ch_flow_control[Ch] & N_RX_FLOW_CONTROL_MASK)) { in callback() 4034 a->ch_flow_control[Ch] &= ~N_RX_FLOW_CONTROL_MASK; in callback() 4035 dbug(3,dprintf ("XDI CAPI: I: remove faked N-XON Ch:%02x", Ch)); in callback()
|
/linux-2.6.39/drivers/staging/rt2860/common/ |
D | dfs.c | 55 BOOLEAN RadarChannelCheck(struct rt_rtmp_adapter *pAd, u8 Ch) in RadarChannelCheck() argument 61 if (Ch == pAd->ChannelList[i].Channel) { in RadarChannelCheck()
|
D | crypt_sha2.c | 37 #define Ch(x,y,z) ((x & y) ^ ((~x) & z)) macro 122 f_t = Ch(b, c, d); in SHA1_Hash()
|
/linux-2.6.39/Documentation/hwmon/ |
D | w83795 | 41 24 | 3VDD | 1Ch | in12 78 29/ 30 | PECI/TSI (DTS7) | 2Ch | temp13 94 18 | 3VDD | 1Ch | in12 125 23 | PECI (DTS7) | 2Ch | temp13
|
/linux-2.6.39/drivers/staging/rt2860/ |
D | dfs.h | 39 BOOLEAN RadarChannelCheck(struct rt_rtmp_adapter *pAd, u8 Ch);
|
/linux-2.6.39/drivers/staging/ath6kl/miscdrv/ar3kps/ |
D | ar3kpsparser.c | 138 char Ch; in AthReadChar() local 143 Ch = buffer[*pos]; in AthReadChar() 145 return Ch; in AthReadChar()
|
/linux-2.6.39/drivers/tty/ |
D | rocket.c | 2920 Byte_t Ch; /* channel number within AIOP */ in sFlushRxFIFO() local 2934 Ch = (Byte_t) sGetChanNum(ChP); in sFlushRxFIFO() 2935 sOutB(ChP->Cmd, Ch | RESRXFCNT); /* apply reset Rx FIFO count */ in sFlushRxFIFO() 2936 sOutB(ChP->Cmd, Ch); /* remove reset Rx FIFO count */ in sFlushRxFIFO() 2962 Byte_t Ch; /* channel number within AIOP */ in sFlushTxFIFO() local 2976 Ch = (Byte_t) sGetChanNum(ChP); in sFlushTxFIFO() 2977 sOutB(ChP->Cmd, Ch | RESTXFCNT); /* apply reset Tx FIFO count */ in sFlushTxFIFO() 2978 sOutB(ChP->Cmd, Ch); /* remove reset Tx FIFO count */ in sFlushTxFIFO()
|
/linux-2.6.39/Documentation/watchdog/ |
D | hpwdt.txt | 82 Proc Throt NMI 2Ch
|
/linux-2.6.39/drivers/staging/xgifb/ |
D | vb_def.h | 788 #define B_FACTOR 01Ch
|