Home
last modified time | relevance | path

Searched defs:aKey (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/modules/openthread/platform/
Dsettings.c220 otError otPlatSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, in otPlatSettingsGet()
253 otError otPlatSettingsSet(otInstance *aInstance, uint16_t aKey, in otPlatSettingsSet()
277 otError otPlatSettingsAdd(otInstance *aInstance, uint16_t aKey, in otPlatSettingsAdd()
302 otError otPlatSettingsDelete(otInstance *aInstance, uint16_t aKey, int aIndex) in otPlatSettingsDelete()
Dcrypto_psa.c130 otCryptoKeyStorage aKeyPersistence, const uint8_t *aKey, in otPlatCryptoImportKey()
247 otError otPlatCryptoHmacSha256Start(otCryptoContext *aContext, const otCryptoKey *aKey) in otPlatCryptoHmacSha256Start()
304 otError otPlatCryptoAesSetKey(otCryptoContext *aContext, const otCryptoKey *aKey) in otPlatCryptoAesSetKey()
612 uint8_t *aKey) in otPlatCryptoPbkdf2GenerateKey()