Searched defs:aKeyLen (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/openthread/examples/platforms/simulation/ |
H A D | crypto.c | 47 size_t aKeyLen) in otPlatCryptoImportKey() 60 …otPlatCryptoExportKey(otCryptoKeyRef aKeyRef, uint8_t *aBuffer, size_t aBufferLen, size_t *aKeyLen) in otPlatCryptoExportKey()
|
/aosp_15_r20/external/openthread/src/core/crypto/ |
H A D | storage.hpp | 143 size_t aKeyLen) in ImportKey() 163 inline Error ExportKey(KeyRef aKeyRef, uint8_t *aBuffer, size_t aBufferLen, size_t &aKeyLen) in ExportKey()
|
H A D | crypto_platform.cpp | 672 uint16_t aKeyLen, in otPlatCryptoPbkdf2GenerateKey() 807 uint16_t aKeyLen, in otPlatCryptoPbkdf2GenerateKey()
|
/aosp_15_r20/external/openthread/tests/unit/ |
H A D | test_platform.cpp | 498 size_t aKeyLen) in otPlatCryptoImportKey() 511 …otPlatCryptoExportKey(otCryptoKeyRef aKeyRef, uint8_t *aBuffer, size_t aBufferLen, size_t *aKeyLen) in otPlatCryptoExportKey()
|