Searched refs:pDest (Results 1 - 25 of 29) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/Common/
H A Dosal_misc.h46 #define OsalZeroMemory(pDest, Len) \
48 memset(pDest,0,Len); \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/Common/
H A Dosal_misc.h46 #define OsalZeroMemory(pDest, Len) \
48 memset(pDest,0,Len); \
/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.c127 pDest Pointer to the destination which Encryption data will store in.
140 u8 KeyId, u8 KeyLen, IN u8 *pDest)
160 NdisMoveMemory(pDest, WEPKEY, 3); /*Append Init Vector */
162 *(pDest + 3) = (KeyId << 6); /*Append KEYID */
175 pDest Pointer to the destination where entryption data will be store in.
188 u8 *pSrc, u8 *pDest, u32 Len)
192 ARCFOUR_ENCRYPT(&pAd->PrivateInfo.WEPCONTEXT, pDest, pSrc, Len);
345 pDest Pointer to the Destination
357 u8 *pDest, u8 *pSrc, u32 Len)
362 pDest[
138 RTMPInitWepEngine(struct rt_rtmp_adapter *pAd, u8 *pKey, u8 KeyId, u8 KeyLen, IN u8 *pDest) argument
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
466 RTMPSetICV(struct rt_rtmp_adapter *pAd, u8 *pDest) argument
[all...]
H A Dcmm_data_usb.c584 u8 *pDest; local
608 pDest = (u8 *)(pSrcBufVA + SrcBufLen);
610 NdisZeroMemory(pDest, padLen);
/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.c127 pDest Pointer to the destination which Encryption data will store in.
140 u8 KeyId, u8 KeyLen, IN u8 *pDest)
160 NdisMoveMemory(pDest, WEPKEY, 3); /*Append Init Vector */
162 *(pDest + 3) = (KeyId << 6); /*Append KEYID */
175 pDest Pointer to the destination where entryption data will be store in.
188 u8 *pSrc, u8 *pDest, u32 Len)
192 ARCFOUR_ENCRYPT(&pAd->PrivateInfo.WEPCONTEXT, pDest, pSrc, Len);
345 pDest Pointer to the Destination
357 u8 *pDest, u8 *pSrc, u32 Len)
362 pDest[
138 RTMPInitWepEngine(struct rt_rtmp_adapter *pAd, u8 *pKey, u8 KeyId, u8 KeyLen, IN u8 *pDest) argument
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
466 RTMPSetICV(struct rt_rtmp_adapter *pAd, u8 *pDest) argument
[all...]
H A Dcmm_data_usb.c584 u8 *pDest; local
608 pDest = (u8 *)(pSrcBufVA + SrcBufLen);
610 NdisZeroMemory(pDest, padLen);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/httpd/
H A Dej.c162 char *pSrc, *pDest; local
170 pDest = pattern1;
173 memcpy(pDest, pSrc, p_PID_STR - pSrc);
174 pDest += (p_PID_STR - pSrc);
177 memcpy(pDest, ODM_PID_STR, odm_len);
178 pDest += odm_len;
180 if(pDest != pattern1)
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
170 pDest = pattern1;
173 memcpy(pDest, pSrc, p_PID_STR - pSrc);
174 pDest += (p_PID_STR - pSrc);
177 memcpy(pDest, ODM_PID_STR, odm_len);
178 pDest += odm_len;
180 if(pDest != pattern1)
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
170 pDest = pattern1;
173 memcpy(pDest, pSrc, p_PID_STR - pSrc);
174 pDest += (p_PID_STR - pSrc);
177 memcpy(pDest, ODM_PID_STR, odm_len);
178 pDest += odm_len;
180 if(pDest != pattern1)
182 strcpy(pDest, pSrc);
/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/router/db-4.8.30/db_sql/
H A Dparsefuncs.c372 SelectDest *pDest, /* What to do with the query results */
380 COMPQUIET(pDest, NULL);
369 sqlite3Select( Parse *pParse, Select *p, SelectDest *pDest, Select *pParent, int parentTab, int *pParentAgg, char *aff ) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/
H A Dparsefuncs.c372 SelectDest *pDest, /* What to do with the query results */
380 COMPQUIET(pDest, NULL);
369 sqlite3Select( Parse *pParse, Select *p, SelectDest *pDest, Select *pParent, int parentTab, int *pParentAgg, char *aff ) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/
H A Dparsefuncs.c372 SelectDest *pDest, /* What to do with the query results */
380 COMPQUIET(pDest, NULL);
369 sqlite3Select( Parse *pParse, Select *p, SelectDest *pDest, Select *pParent, int parentTab, int *pParentAgg, char *aff ) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/ip2/
H A Di2lib.c472 unsigned char *pDest, *pSource; local
600 pDest = CMD_OF(pInsert); // Pointer to start of command
639 pDest = CMD_OF(pInsert);
647 *pDest++ = *pSource++;
746 // Strips data from the input buffer and writes it to pDest. If there is a
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/ip2/
H A Di2lib.c472 unsigned char *pDest, *pSource; local
600 pDest = CMD_OF(pInsert); // Pointer to start of command
639 pDest = CMD_OF(pInsert);
647 *pDest++ = *pSource++;
746 // Strips data from the input buffer and writes it to pDest. If there is a
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c6241 sqlite3 *pDest, /* Destination database handle */
37642 sqlite3PagerReadFileheader(Pager *pPager, int N, unsigned char *pDest) argument
52655 Btree *pDest; /* Destination b-tree file */ member in struct:sqlite3_backup
59725 Mem *pDest; /* Where to write the extracted value */ member in struct:vdbeExecUnion::OP_Column_stack_vars
60014 Mem *pDest; member in struct:vdbeExecUnion::OP_VColumn_stack_vars
82847 xferCompatibleIndex(Index *pDest, Index *pSrc) argument
82904 xferOptimization( Parse *pParse, Table *pDest, Select *pSelect, int onError, int iDbDest ) argument
86679 sqlite3SelectDestInit(SelectDest *pDest, int eDest, int iParm) argument
87142 checkForMultiColumnSelectError( Parse *pParse, SelectDest *pDest, int nExpr ) argument
87166 selectInnerLoop( Parse *pParse, Select *p, ExprList *pEList, int srcTab, int nColumn, ExprList *pOrderBy, int distinct, SelectDest *pDest, int iContinue, int iBreak ) argument
88452 generateOutputSubroutine( Parse *pParse, Select *p, SelectDest *pIn, SelectDest *pDest, int regReturn, int regPrev, KeyInfo *pKeyInfo, int p4type, int iBreak ) argument
[all...]
H A Dsqlite3.h5704 sqlite3 *pDest, /* Destination database handle */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c6241 sqlite3 *pDest, /* Destination database handle */
37642 sqlite3PagerReadFileheader(Pager *pPager, int N, unsigned char *pDest) argument
52655 Btree *pDest; /* Destination b-tree file */ member in struct:sqlite3_backup
59725 Mem *pDest; /* Where to write the extracted value */ member in struct:vdbeExecUnion::OP_Column_stack_vars
60014 Mem *pDest; member in struct:vdbeExecUnion::OP_VColumn_stack_vars
82847 xferCompatibleIndex(Index *pDest, Index *pSrc) argument
82904 xferOptimization( Parse *pParse, Table *pDest, Select *pSelect, int onError, int iDbDest ) argument
86679 sqlite3SelectDestInit(SelectDest *pDest, int eDest, int iParm) argument
87142 checkForMultiColumnSelectError( Parse *pParse, SelectDest *pDest, int nExpr ) argument
87166 selectInnerLoop( Parse *pParse, Select *p, ExprList *pEList, int srcTab, int nColumn, ExprList *pOrderBy, int distinct, SelectDest *pDest, int iContinue, int iBreak ) argument
88452 generateOutputSubroutine( Parse *pParse, Select *p, SelectDest *pIn, SelectDest *pDest, int regReturn, int regPrev, KeyInfo *pKeyInfo, int p4type, int iBreak ) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c6241 sqlite3 *pDest, /* Destination database handle */
37642 sqlite3PagerReadFileheader(Pager *pPager, int N, unsigned char *pDest) argument
52655 Btree *pDest; /* Destination b-tree file */ member in struct:sqlite3_backup
59725 Mem *pDest; /* Where to write the extracted value */ member in struct:vdbeExecUnion::OP_Column_stack_vars
60014 Mem *pDest; member in struct:vdbeExecUnion::OP_VColumn_stack_vars
82847 xferCompatibleIndex(Index *pDest, Index *pSrc) argument
82904 xferOptimization( Parse *pParse, Table *pDest, Select *pSelect, int onError, int iDbDest ) argument
86679 sqlite3SelectDestInit(SelectDest *pDest, int eDest, int iParm) argument
87142 checkForMultiColumnSelectError( Parse *pParse, SelectDest *pDest, int nExpr ) argument
87166 selectInnerLoop( Parse *pParse, Select *p, ExprList *pEList, int srcTab, int nColumn, ExprList *pOrderBy, int distinct, SelectDest *pDest, int iContinue, int iBreak ) argument
88452 generateOutputSubroutine( Parse *pParse, Select *p, SelectDest *pIn, SelectDest *pDest, int regReturn, int regPrev, KeyInfo *pKeyInfo, int p4type, int iBreak ) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drtmp.h2353 void RTMPMoveMemory(void *pDest, void *pSrc, unsigned long Length);
2582 u8 KeyId, u8 KeyLen, u8 *pDest);
2585 u8 *pSrc, u8 *pDest, u32 Len);
2591 void RTMPSetICV(struct rt_rtmp_adapter *pAd, u8 *pDest);
2598 u8 *pDest, u8 *pSrc, u32 Len);
2601 u8 *pDest, u8 *pSrc, u32 Len);
2604 u8 *pDest, u8 *pSrc, u32 Len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rt2860/
H A Drtmp.h2353 void RTMPMoveMemory(void *pDest, void *pSrc, unsigned long Length);
2582 u8 KeyId, u8 KeyLen, u8 *pDest);
2585 u8 *pSrc, u8 *pDest, u32 Len);
2591 void RTMPSetICV(struct rt_rtmp_adapter *pAd, u8 *pDest);
2598 u8 *pDest, u8 *pSrc, u32 Len);
2601 u8 *pDest, u8 *pSrc, u32 Len);
2604 u8 *pDest, u8 *pSrc, u32 Len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/spectra/
H A Dflash.c1729 u8 *pDest; local
1736 pDest = Cache.array[cache_blk].buf;
1738 pDest += (unsigned long)(page_addr - addr);
1748 GLOB_LLD_MemCopy_CMD(pDest, pData, DeviceInfo.wPageDataSize, flag);
1751 memcpy(pDest, pData, DeviceInfo.wPageDataSize);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/spectra/
H A Dflash.c1729 u8 *pDest; local
1736 pDest = Cache.array[cache_blk].buf;
1738 pDest += (unsigned long)(page_addr - addr);
1748 GLOB_LLD_MemCopy_CMD(pDest, pData, DeviceInfo.wPageDataSize, flag);
1751 memcpy(pDest, pData, DeviceInfo.wPageDataSize);

Completed in 1258 milliseconds

12