Home
last modified time | relevance | path

Searched defs:aOutput (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/openthread/tests/fuzz/
H A Dfuzzer_platform.cpp210 otError otDiagProcessCmd(otInstance *aInstance, uint8_t aArgsLength, char *aArgs[], char *aOutput, … in otDiagProcessCmd()
221 otError otDiagProcessCmdLine(otInstance *aInstance, const char *aString, char *aOutput, size_t aOut… in otDiagProcessCmdLine()
449 otError otPlatEntropyGet(uint8_t *aOutput, uint16_t aOutputLength) in otPlatEntropyGet()
/aosp_15_r20/external/openthread/src/core/crypto/
H A Dcrypto_platform.cpp120 … otError otPlatCryptoAesEncrypt(otCryptoContext *aContext, const uint8_t *aInput, uint8_t *aOutput) in otPlatCryptoAesEncrypt()
449 static int handleMbedtlsEntropyPoll(void *aData, unsigned char *aOutput, size_t aInLen, size_t *aOu… in handleMbedtlsEntropyPoll()
/aosp_15_r20/external/openthread/src/posix/platform/
H A Dentropy.cpp92 otError otPlatEntropyGet(uint8_t *aOutput, uint16_t aOutputLength) in otPlatEntropyGet()
H A Dradio.cpp543 static void setDiagOutput(char *aOutput, size_t aSize) in setDiagOutput()
/aosp_15_r20/external/openthread/examples/platforms/simulation/
H A Dentropy.c90 otError otPlatEntropyGet(uint8_t *aOutput, uint16_t aOutputLength) in otPlatEntropyGet()
/aosp_15_r20/external/dng_sdk/source/
H A Ddng_string.cpp164 ByteCount aOutput = 0; in Assign_Multibyte() local
241 ByteCount aOutput = 0; in Extract_Multibyte() local
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_platform.cpp197 OT_TOOL_WEAK otError otPlatEntropyGet(uint8_t *aOutput, uint16_t aOutputLength) in otPlatEntropyGet()
/aosp_15_r20/external/ot-br-posix/src/openwrt/ubus/
H A Dotubus.cpp245 void UbusServer::OutputBytes(const uint8_t *aBytes, uint8_t aLength, char *aOutput) in OutputBytes()