Searched refs:pSrc (Results 1 - 25 of 39) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_wep.c174 pSrc Pointer to the transimitted source data that will be encrypt
188 u8 *pSrc, u8 *pDest, u32 Len)
191 RTMP_CALC_FCS32(pAd->PrivateInfo.FCSCRC32, pSrc, Len);
192 ARCFOUR_ENCRYPT(&pAd->PrivateInfo.WEPCONTEXT, pDest, pSrc, Len);
203 pSrc Pointer to the received data
346 pSrc Pointer to the Source data
357 u8 *pDest, u8 *pSrc, u32 Len)
362 pDest[i] = pSrc[i] ^ ARCFOUR_BYTE(Ctx);
374 pSrc Pointer to the Source data
387 u8 *pDest, u8 *pSrc, u3
187 RTMPEncryptData(struct rt_rtmp_adapter *pAd, u8 *pSrc, u8 *pDest, u32 Len) argument
356 ARCFOUR_DECRYPT(struct rt_arcfourcontext *Ctx, u8 *pDest, u8 *pSrc, u32 Len) argument
386 ARCFOUR_ENCRYPT(struct rt_arcfourcontext *Ctx, u8 *pDest, u8 *pSrc, u32 Len) argument
410 WPAARCFOUR_ENCRYPT(struct rt_arcfourcontext *Ctx, u8 *pDest, u8 *pSrc, u32 Len) argument
[all...]
H A Dcmm_tkip.c280 pSrc Pointer to source data for Calculate MIC Value
292 void RTMPTkipAppend(struct rt_tkip_key_info *pTkip, u8 *pSrc, u32 nBytes) argument
296 RTMPTkipAppendByte(pTkip, *pSrc++);
427 pSrc Pointer to the received Plain text data
444 u8 *pSrc,
463 RTMPTkipAppend(&pAd->PrivateInfo.Rx, pSrc, Len);
466 NdisMoveMemory(OldMic, pSrc + Len, 8);
511 u8 *pSrc; local
518 pSrc = pSrcBufVA;
521 if (((*(pSrc
443 RTMPTkipCompareMICValue(struct rt_rtmp_adapter *pAd, u8 *pSrc, u8 *pDA, u8 *pSA, u8 *pMICKey, u8 UserPriority, u32 Len) argument
[all...]
H A Dcmm_data.c1865 u8 *pSrc; local
1875 pSrc = (u8 *)pVirtualAddress;
1876 Protocol = *(pSrc + 12) * 256 + *(pSrc + 13);
1885 ByteOffset36 = *(pSrc + CurrentOffset);
1892 ByteOffset38 = *(pSrc + CurrentOffset);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rt2860/common/
H A Dcmm_wep.c174 pSrc Pointer to the transimitted source data that will be encrypt
188 u8 *pSrc, u8 *pDest, u32 Len)
191 RTMP_CALC_FCS32(pAd->PrivateInfo.FCSCRC32, pSrc, Len);
192 ARCFOUR_ENCRYPT(&pAd->PrivateInfo.WEPCONTEXT, pDest, pSrc, Len);
203 pSrc Pointer to the received data
346 pSrc Pointer to the Source data
357 u8 *pDest, u8 *pSrc, u32 Len)
362 pDest[i] = pSrc[i] ^ ARCFOUR_BYTE(Ctx);
374 pSrc Pointer to the Source data
387 u8 *pDest, u8 *pSrc, u3
187 RTMPEncryptData(struct rt_rtmp_adapter *pAd, u8 *pSrc, u8 *pDest, u32 Len) argument
356 ARCFOUR_DECRYPT(struct rt_arcfourcontext *Ctx, u8 *pDest, u8 *pSrc, u32 Len) argument
386 ARCFOUR_ENCRYPT(struct rt_arcfourcontext *Ctx, u8 *pDest, u8 *pSrc, u32 Len) argument
410 WPAARCFOUR_ENCRYPT(struct rt_arcfourcontext *Ctx, u8 *pDest, u8 *pSrc, u32 Len) argument
[all...]
H A Dcmm_tkip.c280 pSrc Pointer to source data for Calculate MIC Value
292 void RTMPTkipAppend(struct rt_tkip_key_info *pTkip, u8 *pSrc, u32 nBytes) argument
296 RTMPTkipAppendByte(pTkip, *pSrc++);
427 pSrc Pointer to the received Plain text data
444 u8 *pSrc,
463 RTMPTkipAppend(&pAd->PrivateInfo.Rx, pSrc, Len);
466 NdisMoveMemory(OldMic, pSrc + Len, 8);
511 u8 *pSrc; local
518 pSrc = pSrcBufVA;
521 if (((*(pSrc
443 RTMPTkipCompareMICValue(struct rt_rtmp_adapter *pAd, u8 *pSrc, u8 *pDA, u8 *pSA, u8 *pMICKey, u8 UserPriority, u32 Len) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/httpd/
H A Dej.c162 char *pSrc, *pDest; local
169 pSrc = desc;
171 while((p_PID_STR = strstr(pSrc, PID_STR)))
173 memcpy(pDest, pSrc, p_PID_STR - pSrc);
174 pDest += (p_PID_STR - pSrc);
175 pSrc = p_PID_STR + pid_len;
182 strcpy(pDest, pSrc);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/httpd/
H A Dej.c162 char *pSrc, *pDest; local
169 pSrc = desc;
171 while((p_PID_STR = strstr(pSrc, PID_STR)))
173 memcpy(pDest, pSrc, p_PID_STR - pSrc);
174 pDest += (p_PID_STR - pSrc);
175 pSrc = p_PID_STR + pid_len;
182 strcpy(pDest, pSrc);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/httpd/
H A Dej.c162 char *pSrc, *pDest; local
169 pSrc = desc;
171 while((p_PID_STR = strstr(pSrc, PID_STR)))
173 memcpy(pDest, pSrc, p_PID_STR - pSrc);
174 pDest += (p_PID_STR - pSrc);
175 pSrc = p_PID_STR + pid_len;
182 strcpy(pDest, pSrc);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/Common/
H A DMyCom.h86 CMyComBSTR(LPCOLESTR pSrc) { m_str = ::SysAllocString(pSrc); } argument
110 CMyComBSTR& operator=(LPCOLESTR pSrc) argument
113 m_str = ::SysAllocString(pSrc);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/Common/
H A DMyCom.h86 CMyComBSTR(LPCOLESTR pSrc) { m_str = ::SysAllocString(pSrc); } argument
110 CMyComBSTR& operator=(LPCOLESTR pSrc) argument
113 m_str = ::SysAllocString(pSrc);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/Common/
H A DMyCom.h86 CMyComBSTR(LPCOLESTR pSrc) { m_str = ::SysAllocString(pSrc); } argument
110 CMyComBSTR& operator=(LPCOLESTR pSrc) argument
113 m_str = ::SysAllocString(pSrc);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/
H A Dparsefuncs.c78 void sqlite3AlterBeginAddColumn(Parse *pParse, SrcList *pSrc) argument
80 COMPQUIET(pSrc, NULL);
92 SrcList *pSrc, /* The table to rename. */
96 COMPQUIET(pSrc, NULL);
374 int parentTab, /* Index in pParent->pSrc of this query */
398 SrcList *pSrc, /* the FROM clause -- which tables to scan */
409 COMPQUIET(pSrc, NULL);
90 sqlite3AlterRenameTable( Parse *pParse, SrcList *pSrc, Token *pName ) argument
395 sqlite3SelectNew( Parse *pParse, ExprList *pEList, SrcList *pSrc, Expr *pWhere, ExprList *pGroupBy, Expr *pHaving, ExprList *pOrderBy, int isDistinct, Expr *pLimit, Expr *pOffset ) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/
H A Dparsefuncs.c78 void sqlite3AlterBeginAddColumn(Parse *pParse, SrcList *pSrc) argument
80 COMPQUIET(pSrc, NULL);
92 SrcList *pSrc, /* The table to rename. */
96 COMPQUIET(pSrc, NULL);
374 int parentTab, /* Index in pParent->pSrc of this query */
398 SrcList *pSrc, /* the FROM clause -- which tables to scan */
409 COMPQUIET(pSrc, NULL);
90 sqlite3AlterRenameTable( Parse *pParse, SrcList *pSrc, Token *pName ) argument
395 sqlite3SelectNew( Parse *pParse, ExprList *pEList, SrcList *pSrc, Expr *pWhere, ExprList *pGroupBy, Expr *pHaving, ExprList *pOrderBy, int isDistinct, Expr *pLimit, Expr *pOffset ) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/
H A Dparsefuncs.c78 void sqlite3AlterBeginAddColumn(Parse *pParse, SrcList *pSrc) argument
80 COMPQUIET(pSrc, NULL);
92 SrcList *pSrc, /* The table to rename. */
96 COMPQUIET(pSrc, NULL);
374 int parentTab, /* Index in pParent->pSrc of this query */
398 SrcList *pSrc, /* the FROM clause -- which tables to scan */
409 COMPQUIET(pSrc, NULL);
90 sqlite3AlterRenameTable( Parse *pParse, SrcList *pSrc, Token *pName ) argument
395 sqlite3SelectNew( Parse *pParse, ExprList *pEList, SrcList *pSrc, Expr *pWhere, ExprList *pGroupBy, Expr *pHaving, ExprList *pOrderBy, int isDistinct, Expr *pLimit, Expr *pOffset ) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lltdc/src/
H A Dglobals.h39 #define memcpy(pDest, pSrc, cnt) {int i; for (i=0;i<(int)cnt;i++) ((uint8_t*)(pDest))[i] = ((uint8_t*)(pSrc))[i];}
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/lltdc/src/
H A Dglobals.h39 #define memcpy(pDest, pSrc, cnt) {int i; for (i=0;i<(int)cnt;i++) ((uint8_t*)(pDest))[i] = ((uint8_t*)(pSrc))[i];}
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/lltdc/src/
H A Dglobals.h39 #define memcpy(pDest, pSrc, cnt) {int i; for (i=0;i<(int)cnt;i++) ((uint8_t*)(pDest))[i] = ((uint8_t*)(pSrc))[i];}
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/rtl8365mb/
H A Drtl8367c_asicdrv_rldp.h18 extern ret_t rtl8367c_getAsicRldpIndicatorSource(rtk_uint32 *pSrc);
H A Drtl8367c_asicdrv_rldp.c152 * pSrc - 0: ASIC, 1: 8051
161 ret_t rtl8367c_getAsicRldpIndicatorSource(rtk_uint32 *pSrc) argument
163 return rtl8367c_getAsicRegBit(RTL8367C_REG_RLDP_CTRL0, RTL8367C_RLDP_INDICATOR_SOURCE_OFFSET, pSrc);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/rtl8365mb/
H A Drtl8367c_asicdrv_rldp.h18 extern ret_t rtl8367c_getAsicRldpIndicatorSource(rtk_uint32 *pSrc);
H A Drtl8367c_asicdrv_rldp.c152 * pSrc - 0: ASIC, 1: 8051
161 ret_t rtl8367c_getAsicRldpIndicatorSource(rtk_uint32 *pSrc) argument
163 return rtl8367c_getAsicRegBit(RTL8367C_REG_RLDP_CTRL0, RTL8367C_RLDP_INDICATOR_SOURCE_OFFSET, pSrc);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rt2870/common/
H A Drtusb_bulk.c66 u8 *pSrc = NULL; local
76 pSrc = &pTxContext->TransferBuffer->Aggregation[2];
78 pSrc =
87 pSrc, pTxContext->BulkOutSize, Func, pTxContext);
105 u8 *pSrc = NULL; local
114 pSrc =
123 pSrc, BulkOutSize, Func, pTxContext);
H A Drtusb_io.c189 const u8 *pSrc = pData; local
195 Value = (u16)(*pSrc | (*(pSrc + 1) << 8));
199 pSrc = pSrc + 2;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rt2870/common/
H A Drtusb_bulk.c66 u8 *pSrc = NULL; local
76 pSrc = &pTxContext->TransferBuffer->Aggregation[2];
78 pSrc =
87 pSrc, pTxContext->BulkOutSize, Func, pTxContext);
105 u8 *pSrc = NULL; local
114 pSrc =
123 pSrc, BulkOutSize, Func, pTxContext);
H A Drtusb_io.c189 const u8 *pSrc = pData; local
195 Value = (u16)(*pSrc | (*(pSrc + 1) << 8));
199 pSrc = pSrc + 2;

Completed in 234 milliseconds

12