Home
last modified time | relevance | path

Searched defs:aBufferLen (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/openthread/examples/platforms/simulation/
H A Dcrypto.c60 otError otPlatCryptoExportKey(otCryptoKeyRef aKeyRef, uint8_t *aBuffer, size_t aBufferLen, size_t *… in otPlatCryptoExportKey()
/aosp_15_r20/external/openthread/src/core/crypto/
H A Dstorage.hpp163 inline Error ExportKey(KeyRef aKeyRef, uint8_t *aBuffer, size_t aBufferLen, size_t &aKeyLen) in ExportKey()
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_platform.cpp511 otError otPlatCryptoExportKey(otCryptoKeyRef aKeyRef, uint8_t *aBuffer, size_t aBufferLen, size_t *… in otPlatCryptoExportKey()