Searched refs:currKey (Results 1 – 3 of 3) sorted by relevance
246 KeyMaterial currKey; in SetMacKey() local252 currKey.SetFrom(aCurrKey); in SetMacKey()255 mSubMac.SetMacKey(aKeyIdMode, aKeyId, prevKey, currKey, nextKey); in SetMacKey()
382 for i, currKey := range keys {383 if currKey.IsValid() {386 if seen && prevKey.CanInterface() && currKey.CanInterface() {387 ambiguous = prevKey.Interface() != currKey.Interface()392 seenKeys[strKey] = currKey
477 const uint8_t *currKey; in HandlePropertySet() local488 SuccessOrExit(error = mDecoder.ReadDataWithLen(currKey, keySize)); in HandlePropertySet()496 … reinterpret_cast<const otMacKey *>(currKey), reinterpret_cast<const otMacKey *>(nextKey)); in HandlePropertySet()