Searched refs:aSize (Results 1 – 2 of 2) sorted by relevance
13 void *otPlatCAlloc(size_t aNum, size_t aSize) in otPlatCAlloc() argument15 return calloc(aNum, aSize); in otPlatCAlloc()
424 otError otPlatCryptoRandomGet(uint8_t *aBuffer, uint16_t aSize) in otPlatCryptoRandomGet() argument426 return psaToOtError(psa_generate_random(aBuffer, aSize)); in otPlatCryptoRandomGet()