Searched refs:aBufferLen (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/examples/platforms/simulation/ |
D | crypto.c | 60 otError otPlatCryptoExportKey(otCryptoKeyRef aKeyRef, uint8_t *aBuffer, size_t aBufferLen, size_t *… in otPlatCryptoExportKey() argument 64 OT_UNUSED_VARIABLE(aBufferLen); in otPlatCryptoExportKey()
|
/openthread-latest/src/core/crypto/ |
D | storage.hpp | 163 inline Error ExportKey(KeyRef aKeyRef, uint8_t *aBuffer, size_t aBufferLen, size_t &aKeyLen) in ExportKey() argument 165 return otPlatCryptoExportKey(aKeyRef, aBuffer, aBufferLen, &aKeyLen); in ExportKey()
|
/openthread-latest/include/openthread/platform/ |
D | crypto.h | 284 otError otPlatCryptoExportKey(otCryptoKeyRef aKeyRef, uint8_t *aBuffer, size_t aBufferLen, size_t *…
|
/openthread-latest/tests/unit/ |
D | test_platform.cpp | 511 otError otPlatCryptoExportKey(otCryptoKeyRef aKeyRef, uint8_t *aBuffer, size_t aBufferLen, size_t *… in otPlatCryptoExportKey() argument 515 OT_UNUSED_VARIABLE(aBufferLen); in otPlatCryptoExportKey()
|