Home
last modified time | relevance | path

Searched refs:aSize (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.4.0/modules/openthread/platform/
Dmemory.c13 void *otPlatCAlloc(size_t aNum, size_t aSize) in otPlatCAlloc() argument
15 return calloc(aNum, aSize); in otPlatCAlloc()
Dcrypto_psa.c424 otError otPlatCryptoRandomGet(uint8_t *aBuffer, uint16_t aSize) in otPlatCryptoRandomGet() argument
426 return psaToOtError(psa_generate_random(aBuffer, aSize)); in otPlatCryptoRandomGet()