Searched refs:bufLen (Results 1 – 4 of 4) sorted by relevance
/lk-master/external/lib/lwip/netif/ppp/ |
A D | randm.c | 123 avGenRand(char *buf, u32_t bufLen) in avGenRand() argument 129 while (bufLen > 0) { in avGenRand() 130 n = LWIP_MIN(bufLen, RANDPOOLSZ); in avGenRand() 138 bufLen -= n; in avGenRand()
|
A D | randm.h | 73 void avGenRand(char *buf, u32_t bufLen);
|
/lk-master/external/platform/cc13xx/cc13xxware/driverlib/ |
A D | rom_crypto.c | 276 uint32_t bufLen, uint8_t *pBufOut) in SHA256_runFullAlgorithm() argument 278 return (uint8_t)sha256_runfullalg(memory, pBufOut, pBufIn, bufLen); in SHA256_runFullAlgorithm() 294 SHA256_execute(SHA256_memory_t *memory, uint8_t *pBufIn, uint32_t bufLen) in SHA256_execute() argument 296 return (uint8_t)sha256_execute(memory,pBufIn, bufLen); in SHA256_execute()
|
A D | rom_crypto.h | 341 uint32_t bufLen, uint8_t *pBufOut); 371 uint32_t bufLen);
|
Completed in 8 milliseconds