Searched refs:aOutLen (Results 1 – 1 of 1) sorted by relevance
449 …c int handleMbedtlsEntropyPoll(void *aData, unsigned char *aOutput, size_t aInLen, size_t *aOutLen) in handleMbedtlsEntropyPoll() argument456 VerifyOrExit(aOutLen != nullptr); in handleMbedtlsEntropyPoll()457 *aOutLen = aInLen; in handleMbedtlsEntropyPoll()