Searched refs:token (Results 1 – 8 of 8) sorted by relevance
/openthread-latest/tests/scripts/thread-cert/ |
D | coap.py | 206 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 …]
|
D | test_coap.py | 386 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/ |
D | coap_message.cpp | 416 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.cfg | 61 # Remove spaces around the preprocessor '##' token-concatenate
|
D | ChangeLog | 2487 PKCS#11 token such as a smartcard.
|
/openthread-latest/tests/scripts/thread-cert/pktverify/ |
D | test_layer_fields.py | 86 self.assertIsInstanceOrNull(coap.token, int)
|
/openthread-latest/ |
D | STYLE_GUIDE.md | 58 - Use of the preprocessor token concatenation operator '##' should be avoided.
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
D | psa-storage-resilience.md | 101 …hat is influences the key management process — for example, it might renew an authorization token).
|