Home
last modified time | relevance | path

Searched refs:aIsExportable (Results 1 – 2 of 2) sorted by relevance

/external/openthread/src/core/mac/
Dmac_types.cpp280 void KeyMaterial::SetFrom(const Key &aKey, bool aIsExportable) in SetFrom() argument
290 … (aIsExportable ? Crypto::Storage::kUsageExport : 0) | in SetFrom()
298 OT_UNUSED_VARIABLE(aIsExportable); in SetFrom()
Dmac_types.hpp515 void SetFrom(const Key &aKey, bool aIsExportable = false);