Home
last modified time | relevance | path

Searched refs:sequence (Results 1 – 17 of 17) sorted by relevance

/openthread-3.6.0/src/core/utils/
Dotns.cpp136 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/
Dtest_ipv6.py286 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 …]
Dipv6.py821 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,
Dsimulator.py448 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/
Dtest_suite_pkcs5.data117 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)
Dtest_suite_ecdsa.function420 /* try invalid sequence tag */
484 /* try invalid sequence tag */
Dtest_suite_x509parse.function320 /* Get main sequence tag */
331 * Cannot be an empty sequence.
342 * Get the policy sequence
Dtest_suite_x509parse.data2437 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)
Dtest_suite_mps.function175 * single-step sequence of feed-fetch-commit-reclaim.
/openthread-3.6.0/src/cli/
DREADME_SRP_SERVER.md175 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…
DREADME_SRP_CLIENT.md345 …ow hex-string format and is treated as an already encoded TXT data byte sequence. It is also optio…
DREADME_NETDATA.md257 …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/
Dpsa-crypto-implementation-structure.md60 …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/
Dpsa-driver-interface.md181 …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/
Dmbedtls.doxyfile27 # 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/
DChangeLog1226 * 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/
DDoxyfile.in64 # 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