Home
last modified time | relevance | path

Searched refs:pBuff (Results 1 – 8 of 8) sorted by relevance

/hal_ti-latest/simplelink/source/ti/drivers/net/wifi/
Dtrace.h117 #define NWP_IF_WRITE_CHECK(fd,pBuff,len) { _i16 RetSize, ExpSize = (_i16)(len); RetSize = sl_… argument
118 #define NWP_IF_READ_CHECK(fd,pBuff,len) { _i16 RetSize, ExpSize = (_i16)(len); RetSize = sl_… argument
120 #define NWP_IF_WRITE_CHECK(fd,pBuff,len) { _SL_ERROR((len == sl_IfWrite((fd),(pBuff),(len))),…
121 #define NWP_IF_READ_CHECK(fd,pBuff,len) { _SL_ERROR((len == sl_IfRead((fd),(pBuff),(len))), …
123 #define NWP_IF_WRITE_CHECK(fd,pBuff,len) { sl_IfWrite((fd),(pBuff),(len));}
124 #define NWP_IF_READ_CHECK(fd,pBuff,len) { sl_IfRead((fd),(pBuff),(len));}
Dfs.h835 _i32 sl_FsGetFileList(_i32* pIndex, _u8 Count, _u8 MaxEntryLen , _u8* pBuff, SlFileListFlags_t Fla…
/hal_ti-latest/simplelink/source/ti/drivers/crypto/
DCryptoCC32XX.c99 int32_t CryptoCC32XX_shamd5Process(uint32_t cryptoMode , uint8_t* pBuff, uint32_t len, uint…
360 int32_t CryptoCC32XX_sign(CryptoCC32XX_Handle handle, CryptoCC32XX_HmacMethod method , void *pBuff,… in CryptoCC32XX_sign() argument
381 status = CryptoCC32XX_shamd5Process(cryptoMode , pBuff, len, pSignature , pParams); in CryptoCC32XX_sign()
395 …verify(CryptoCC32XX_Handle handle, CryptoCC32XX_HmacMethod method , void *pBuff, size_t len, uint8… in CryptoCC32XX_verify() argument
427 … status = CryptoCC32XX_shamd5Process(cryptoMode , pBuff, len, pSignature , pParams); in CryptoCC32XX_verify()
453 int32_t CryptoCC32XX_shamd5Process(uint32_t cryptoMode , uint8_t *pBuff, uint32_t len, uint8_t *pSi… in CryptoCC32XX_shamd5Process() argument
469 if((pBuff == NULL) || (0 == len)) in CryptoCC32XX_shamd5Process()
498 memcpy(&pParams->buff[pParams->buffLen], pBuff, len); in CryptoCC32XX_shamd5Process()
581 memcpy(&pParams->buff[pParams->buffLen], pBuff, copyLen); in CryptoCC32XX_shamd5Process()
595 pBuff += blockComplementLen; in CryptoCC32XX_shamd5Process()
[all …]
DCryptoCC32XX.h518 void *pBuff, size_t len,
544 void *pBuff, size_t len,
/hal_ti-latest/simplelink/source/ti/drivers/net/wifi/porting/
Dcc_pal.c176 int spi_Read(Fd_t fd, unsigned char *pBuff, int len) in spi_Read() argument
200 transact_details.rxBuf = (void*)(pBuff + read_size); in spi_Read()
215 transact_details.rxBuf = (void*)(pBuff + read_size); in spi_Read()
233 int spi_Write(Fd_t fd, unsigned char *pBuff, int len) in spi_Write() argument
255 transact_details.txBuf = (void*)(pBuff + write_size); in spi_Write()
269 transact_details.txBuf = (void*)(pBuff + write_size); in spi_Write()
Dcc_pal.h173 int spi_Read(Fd_t fd, unsigned char *pBuff, int len);
195 int spi_Write(Fd_t fd, unsigned char *pBuff, int len);
/hal_ti-latest/simplelink/source/ti/drivers/net/wifi/source/
Dfs.c791 _i32 sl_FsGetFileList(_i32* pIndex, _u8 Count, _u8 MaxEntryLen , _u8* pBuff, SlFileListFlags_t Fla… in sl_FsGetFileList() argument
815 CmdExt.pRxPayload = pBuff; in sl_FsGetFileList()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/handlers/
Dble_cs.c573 RCL_MultiBuffer *pBuff = RCL_MultiBuffer_get(pSrc); in RCL_Handler_BLE_CS_transferFinishedBuffers() local
574 RCL_MultiBuffer_put(pDst, pBuff); in RCL_Handler_BLE_CS_transferFinishedBuffers()