Home
last modified time | relevance | path

Searched refs:aKeyType (Results 1 – 9 of 9) sorted by relevance

/openthread-latest/examples/platforms/simulation/
Dcrypto.c42 otCryptoKeyType aKeyType, in otPlatCryptoImportKey() argument
50 OT_UNUSED_VARIABLE(aKeyType); in otPlatCryptoImportKey()
Dradio.c1150 otRadioKeyType aKeyType) in otPlatRadioSetMacKey() argument
1158 sRadioContext.mKeyType = aKeyType; in otPlatRadioSetMacKey()
/openthread-latest/src/core/crypto/
Dstorage.hpp203 KeyType aKeyType, in ImportKey() argument
210 return otPlatCryptoImportKey(&aKeyRef, static_cast<otCryptoKeyType>(aKeyType), in ImportKey()
/openthread-latest/src/core/radio/
Dradio.hpp896 otRadioKeyType aKeyType; in SetMacKey() local
899 aKeyType = OT_KEY_TYPE_KEY_REF; in SetMacKey()
901 aKeyType = OT_KEY_TYPE_LITERAL_KEY; in SetMacKey()
904 …latRadioSetMacKey(GetInstancePtr(), aKeyIdMode, aKeyId, &aPrevKey, &aCurrKey, &aNextKey, aKeyType); in SetMacKey()
Dradio_platform.cpp223 otRadioKeyType aKeyType) in otPlatRadioSetMacKey() argument
231 OT_UNUSED_VARIABLE(aKeyType); in otPlatRadioSetMacKey()
/openthread-latest/include/openthread/platform/
Dcrypto.h242 otCryptoKeyType aKeyType,
Dradio.h719 otRadioKeyType aKeyType);
/openthread-latest/tests/unit/
Dtest_platform.cpp495 otCryptoKeyType aKeyType, in otPlatCryptoImportKey() argument
503 OT_UNUSED_VARIABLE(aKeyType); in otPlatCryptoImportKey()
/openthread-latest/src/posix/platform/
Dradio.cpp911 otRadioKeyType aKeyType) in otPlatRadioSetMacKey() argument
915 OT_UNUSED_VARIABLE(aKeyType); in otPlatRadioSetMacKey()