Searched refs:aKey (Results 1 – 2 of 2) sorted by relevance
| /modules/openthread/platform/ |
| A D | settings.c | 234 LOG_DBG("%s Entry aKey %u aIndex %d", __func__, aKey, aIndex); in otPlatSettingsGet() 242 aKey, aIndex, ret); in otPlatSettingsGet() 246 LOG_DBG("aKey %u aIndex %d not found", aKey, aIndex); in otPlatSettingsGet() 261 LOG_DBG("%s Entry aKey %u", __func__, aKey); in otPlatSettingsSet() 263 (void)ot_setting_delete_subtree(aKey, -1, false); in otPlatSettingsSet() 270 LOG_ERR("Failed to store setting %d, ret %d", aKey, ret); in otPlatSettingsSet() 285 LOG_DBG("%s Entry aKey %u", __func__, aKey); in otPlatSettingsAdd() 289 OT_SETTINGS_ROOT_KEY, aKey, sys_rand32_get()); in otPlatSettingsAdd() 295 LOG_ERR("Failed to store setting %d, ret %d", aKey, ret); in otPlatSettingsAdd() 310 ret = ot_setting_delete_subtree(aKey, aIndex, true); in otPlatSettingsDelete() [all …]
|
| A D | crypto_psa.c | 130 otCryptoKeyStorage aKeyPersistence, const uint8_t *aKey, in otPlatCryptoImportKey() argument 136 unsigned char *p = (unsigned char *)aKey; in otPlatCryptoImportKey() 143 if (aKeyRef == NULL || aKey == NULL || !checkKeyUsage(aKeyUsage)) { in otPlatCryptoImportKey() 169 aKey = p; in otPlatCryptoImportKey() 188 status = psa_import_key(&attributes, aKey, aKeyLen, aKeyRef); in otPlatCryptoImportKey() 252 if (aKey == NULL || !checkContext(aContext, sizeof(psa_mac_operation_t))) { in otPlatCryptoHmacSha256Start() 304 otError otPlatCryptoAesSetKey(otCryptoContext *aContext, const otCryptoKey *aKey) in otPlatCryptoAesSetKey() argument 308 if (aKey == NULL || !checkContext(aContext, sizeof(psa_key_id_t))) { in otPlatCryptoAesSetKey() 313 *key_ref = aKey->mKeyRef; in otPlatCryptoAesSetKey() 612 uint8_t *aKey) in otPlatCryptoPbkdf2GenerateKey() argument [all …]
|
Completed in 15 milliseconds