Searched refs:aKeyType (Results 1 – 9 of 9) sorted by relevance
/openthread-latest/examples/platforms/simulation/ |
D | crypto.c | 42 otCryptoKeyType aKeyType, in otPlatCryptoImportKey() argument 50 OT_UNUSED_VARIABLE(aKeyType); in otPlatCryptoImportKey()
|
D | radio.c | 1150 otRadioKeyType aKeyType) in otPlatRadioSetMacKey() argument 1158 sRadioContext.mKeyType = aKeyType; in otPlatRadioSetMacKey()
|
/openthread-latest/src/core/crypto/ |
D | storage.hpp | 203 KeyType aKeyType, in ImportKey() argument 210 return otPlatCryptoImportKey(&aKeyRef, static_cast<otCryptoKeyType>(aKeyType), in ImportKey()
|
/openthread-latest/src/core/radio/ |
D | radio.hpp | 896 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()
|
D | radio_platform.cpp | 223 otRadioKeyType aKeyType) in otPlatRadioSetMacKey() argument 231 OT_UNUSED_VARIABLE(aKeyType); in otPlatRadioSetMacKey()
|
/openthread-latest/include/openthread/platform/ |
D | crypto.h | 242 otCryptoKeyType aKeyType,
|
D | radio.h | 719 otRadioKeyType aKeyType);
|
/openthread-latest/tests/unit/ |
D | test_platform.cpp | 495 otCryptoKeyType aKeyType, in otPlatCryptoImportKey() argument 503 OT_UNUSED_VARIABLE(aKeyType); in otPlatCryptoImportKey()
|
/openthread-latest/src/posix/platform/ |
D | radio.cpp | 911 otRadioKeyType aKeyType) in otPlatRadioSetMacKey() argument 915 OT_UNUSED_VARIABLE(aKeyType); in otPlatRadioSetMacKey()
|