Home
last modified time | relevance | path

Searched defs:pBuff (Results 1 – 4 of 4) sorted by relevance

/hal_ti-3.4.0/simplelink/source/ti/drivers/crypto/
DCryptoCC32XX.c360 int32_t CryptoCC32XX_sign(CryptoCC32XX_Handle handle, CryptoCC32XX_HmacMethod method , void *pBuff,… in CryptoCC32XX_sign()
395 …XX_verify(CryptoCC32XX_Handle handle, CryptoCC32XX_HmacMethod method , void *pBuff, size_t len, ui… in CryptoCC32XX_verify()
453 int32_t CryptoCC32XX_shamd5Process(uint32_t cryptoMode , uint8_t *pBuff, uint32_t len, uint8_t *pSi… in CryptoCC32XX_shamd5Process()
/hal_ti-3.4.0/simplelink/source/ti/drivers/net/wifi/porting/
Dcc_pal.c176 int spi_Read(Fd_t fd, unsigned char *pBuff, int len) in spi_Read()
233 int spi_Write(Fd_t fd, unsigned char *pBuff, int len) in spi_Write()
/hal_ti-3.4.0/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
/hal_ti-3.4.0/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()