Home
last modified time | relevance | path

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

/openthread-latest/src/core/crypto/
Dcrypto_platform.cpp449 static int handleMbedtlsEntropyPoll(void *aData, unsigned char *aOutput, size_t aInLen, size_t *aOu… in handleMbedtlsEntropyPoll() argument
453 …ccessOrExit(otPlatEntropyGet(reinterpret_cast<uint8_t *>(aOutput), static_cast<uint16_t>(aInLen))); in handleMbedtlsEntropyPoll()
457 *aOutLen = aInLen; in handleMbedtlsEntropyPoll()