Home
last modified time | relevance | path

Searched refs:currKey (Results 1 – 3 of 3) sorted by relevance

/external/openthread/src/core/mac/
Dlink_raw.cpp246 KeyMaterial currKey; in SetMacKey() local
252 currKey.SetFrom(aCurrKey); in SetMacKey()
255 mSubMac.SetMacKey(aKeyIdMode, aKeyId, prevKey, currKey, nextKey); in SetMacKey()
/external/go-cmp/cmp/
Dreport_compare.go382 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
/external/openthread/src/ncp/
Dncp_base_radio.cpp477 const uint8_t *currKey; in HandlePropertySet() local
488 SuccessOrExit(error = mDecoder.ReadDataWithLen(currKey, keySize)); in HandlePropertySet()
496 … reinterpret_cast<const otMacKey *>(currKey), reinterpret_cast<const otMacKey *>(nextKey)); in HandlePropertySet()