Home
last modified time | relevance | path

Searched refs:token (Results 1 – 8 of 8) sorted by relevance

/openthread-latest/tests/scripts/thread-cert/
Dcoap.py206 token, argument
215 self._token = token
237 def token(self): member in CoapMessage
264 hexlify(self.token),
308 def token(self): member in CoapMessageProxy
309 return self._coap_message.token
322 … binded_uri_path = self._mid_to_uri_path_binder.get_uri_path_for(self.message_id, self.token)
343 hexlify(self.token),
356 def add_uri_path_for(self, message_id, token, uri_path): argument
357 self._uri_path_binds[message_id][hexlify(token)] = uri_path
[all …]
Dtest_coap.py386 token = any_token()
393 token,
399 actual_token = coap_message.token
402 self.assertEqual(token, actual_token)
406 token = any_token()
413 token,
422 self.assertEqual(len(token), actual_tkl)
491 token = any_token()
497 binder.add_uri_path_for(message_id, token, uri_path)
500 self.assertEqual(uri_path, binder.get_uri_path_for(message_id, token))
[all …]
/openthread-latest/src/core/coap/
Dcoap_message.cpp416 uint8_t token[kMaxTokenLength]; in GenerateRandomToken() local
418 OT_ASSERT(aTokenLength <= sizeof(token)); in GenerateRandomToken()
420 IgnoreError(Random::Crypto::FillBuffer(token, aTokenLength)); in GenerateRandomToken()
422 return SetToken(token, aTokenLength); in GenerateRandomToken()
/openthread-latest/third_party/mbedtls/repo/
D.uncrustify.cfg61 # Remove spaces around the preprocessor '##' token-concatenate
DChangeLog2487 PKCS#11 token such as a smartcard.
/openthread-latest/tests/scripts/thread-cert/pktverify/
Dtest_layer_fields.py86 self.assertIsInstanceOrNull(coap.token, int)
/openthread-latest/
DSTYLE_GUIDE.md58 - Use of the preprocessor token concatenation operator '##' should be avoided.
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-storage-resilience.md101 …hat is influences the key management process — for example, it might renew an authorization token).