Home
last modified time | relevance | path

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

/openthread-3.5.0/src/core/crypto/
Dcrypto_platform.cpp449 …c int handleMbedtlsEntropyPoll(void *aData, unsigned char *aOutput, size_t aInLen, size_t *aOutLen) in handleMbedtlsEntropyPoll() argument
456 VerifyOrExit(aOutLen != nullptr); in handleMbedtlsEntropyPoll()
457 *aOutLen = aInLen; in handleMbedtlsEntropyPoll()