Searched refs:sequence (Results 1 – 17 of 17) sorted by relevance
/openthread-3.6.0/src/core/utils/ |
D | otns.cpp | 136 uint8_t sequence = aFrame.GetSequence(); in EmitTransmit() local 142 … EmitStatus("transmit=%d,%04x,%d,%04x", channel, frameControlField, sequence, dst.GetShort()); in EmitTransmit() 146 …EmitStatus("transmit=%d,%04x,%d,%s", channel, frameControlField, sequence, dst.ToString().AsCStrin… in EmitTransmit() 150 EmitStatus("transmit=%d,%04x,%d", channel, frameControlField, sequence); in EmitTransmit()
|
/openthread-3.6.0/tests/scripts/thread-cert/ |
D | test_ipv6.py | 286 sequence = any_mpl_sequence() 289 return MPLOption(S, M, V, sequence, seed_id) 527 … _type=0x6d), MPLOption(S=1, M=0, V=0, sequence=2, seed_id=bytearray([0x00, 0x18]))) 609 self.assertEqual(2, ipv6_packet.extension_headers[0].options[0].value.sequence) 818 sequence = any_mpl_sequence() 821 mpl_option = MPLOption(S, M, V, sequence, seed_id) 827 expected_data = bytearray([(S << 6) | (M << 5) | (V << 4), sequence]) + seed_id 835 sequence = any_mpl_sequence() 838 data = bytearray([(S << 6) | (M << 5) | (V << 4), sequence]) + seed_id 847 self.assertEqual(sequence, mpl_option.sequence) [all …]
|
D | ipv6.py | 821 def __init__(self, S, M, V, sequence, seed_id): argument 825 self.sequence = sequence 831 return bytearray([smv, self.sequence]) + self.seed_id 841 sequence = ord(data.read(1)) 844 return cls(s, m, v, sequence, seed_id) 850 …MPLOption(S={}, M={}, V={}, sequence={}, seed_id={})".format(self.S, self.M, self.V, self.sequence,
|
D | simulator.py | 448 event_time, sequence, addr, type, datalen = event 451 event_time, sequence, addr, type, datalen, data = event
|
/openthread-3.6.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_pkcs5.data | 117 PBES2 Decrypt (bad KDF AlgId: not a sequence) 129 PBES2 Decrypt (bad PBKDF2 params: not a sequence) 165 PBES2 Decrypt (bad, PBKDF2 params explicit prf_alg not a sequence) 181 PBES2 Decrypt (bad enc_scheme_alg: not a sequence)
|
D | test_suite_ecdsa.function | 420 /* try invalid sequence tag */ 484 /* try invalid sequence tag */
|
D | test_suite_x509parse.function | 320 /* Get main sequence tag */ 331 * Cannot be an empty sequence. 342 * Get the policy sequence
|
D | test_suite_x509parse.data | 2437 X509 RSASSA-PSS parameters ASN1 (unknown tag in top-level sequence) 2549 X509 CSR ASN.1 (bad sequence: overlong) 2555 X509 CSR ASN.1 (bad CRI: not a sequence) 2567 X509 CSR ASN.1 (bad CRI.Name: not a sequence) 2582 X509 CSR ASN.1 (bad SubjectPublicKeyInfo: not a sequence) 2604 X509 CSR ASN.1 (bad sigAlg: not a sequence)
|
D | test_suite_mps.function | 175 * single-step sequence of feed-fetch-commit-reclaim.
|
/openthread-3.6.0/src/cli/ |
D | README_SRP_SERVER.md | 175 Get or set the sequence number used with anycast address mode. 177 The sequence number is included in "DNS/SRP Service Anycast Address" entry published in the Network…
|
D | README_SRP_CLIENT.md | 345 …ow hex-string format and is treated as an already encoded TXT data byte sequence. It is also optio…
|
D | README_NETDATA.md | 257 …nssrp anycast <seq-num>` to publish "DNS/SRP Service Anycast Address" with a given sequence number.
|
/openthread-3.6.0/third_party/mbedtls/repo/docs/architecture/ |
D | psa-crypto-implementation-structure.md | 60 …sa_generate_key(), psa_key_derivation_output_key() and psa_copy_key() go by the following sequence:
|
/openthread-3.6.0/third_party/mbedtls/repo/docs/proposed/ |
D | psa-driver-interface.md | 181 …erate on an existing key, the `psa_key_id_t` parameter is replaced by a sequence of three paramete… 190 …in key creation, the `psa_key_id_t *` output parameter is replaced by a sequence of parameters tha… 415 Here is a suggested call sequence for entropy collection that leverages these flags:
|
/openthread-3.6.0/third_party/mbedtls/repo/doxygen/ |
D | mbedtls.doxyfile | 27 # The PROJECT_NAME tag is a single word (or sequence of words) that should 1701 # You can define message sequence charts within doxygen comments using the \msc
|
/openthread-3.6.0/third_party/mbedtls/repo/ |
D | ChangeLog | 1226 * Set the next sequence of the subject_alt_name to NULL when deleting 1227 sequence on failure. Found and fix suggested by Philippe Antoine. 3347 * Forbid sequence number wrapping 3652 * Forbid sequence number wrapping
|
/openthread-3.6.0/doc/ |
D | Doxyfile.in | 64 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by 2105 # You can define message sequence charts within doxygen comments using the \msc
|