/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_x509write.data | 1 Certificate Request check Server1 SHA1 5 Certificate Request check Server1 SHA224 9 Certificate Request check Server1 SHA256 13 Certificate Request check Server1 SHA384 17 Certificate Request check Server1 SHA512 21 Certificate Request check Server1 MD5 25 Certificate Request check Server1 key_usage 29 Certificate Request check opaque Server1 key_usage 33 Certificate Request check Server1 key_usage empty 37 Certificate Request check Server1 ns_cert_type [all …]
|
/openthread-latest/tests/scripts/expect/ |
D | cli-coex.exp | 55 expect -re { Average Request To Grant Time: \d+} 64 expect -re { Average Request To Grant Time: \d+}
|
/openthread-latest/src/core/net/ |
D | dnssd_server.hpp | 353 struct Request struct in ot::Dns::ServiceDiscovery::Server 392 ResponseCode AddQuestionsFrom(const Request &aRequest); 394 Error AllocateAndInitFrom(const Request &aRequest); 525 void ProcessQuery(Request &aRequest); 557 static bool ShouldForwardToUpstream(const Request &aRequest); 560 Error ResolveByUpstream(const Request &aRequest);
|
D | dnssd_server.cpp | 129 Request request; in HandleUdpReceive() 153 void Server::ProcessQuery(Request &aRequest) in ProcessQuery() 232 Error Server::Response::AllocateAndInitFrom(const Request &aRequest) in AllocateAndInitFrom() 292 Server::ResponseCode Server::Request::ParseQuestions(uint8_t aTestMode, bool &aShouldRespond) in ParseQuestions() 367 Server::ResponseCode Server::Response::AddQuestionsFrom(const Request &aRequest) in AddQuestionsFrom() 884 bool Server::ShouldForwardToUpstream(const Request &aRequest) in ShouldForwardToUpstream() 956 Error Server::ResolveByUpstream(const Request &aRequest) in ResolveByUpstream()
|
D | srp_client.cpp | 182 void Client::TxJitter::Request(Reason aReason) in Request() function in ot::Srp::Client::TxJitter 668 …mTxJitter.Request((aEvent == Ip6::Netif::kAddressAdded) ? TxJitter::kOnSlaacAddrAdd : TxJitter::kO… in HandleUnicastAddressEvent() 2371 mTxJitter.Request(TxJitter::kOnDeviceReboot); in ProcessAutoStart() 2375 mTxJitter.Request(TxJitter::kOnServerStart); in ProcessAutoStart() 2382 mTxJitter.Request(TxJitter::kOnServerRestart); in ProcessAutoStart() 2388 mTxJitter.Request(TxJitter::kOnServerSwitch); in ProcessAutoStart()
|
D | srp_client.hpp | 929 void Request(Reason aReason);
|
/openthread-latest/ |
D | CONTRIBUTING.md | 11 - [4.3 Submitting a Pull Request](#submitting-a-pull-request) 20 …r predictably reproducing the issue. Even better, you can [submit a Pull Request](#submitting-a-pu… 30 - _Small feature_: can be implemented and directly [submitted as a Pull Request](#submitting-a-pull… 58 ### Submitting a Pull Request 128 #### Submit Pull Request argument
|
/openthread-latest/third_party/mbedtls/repo/programs/test/ |
D | CMakeLists.txt | 81 # Request C11, required for memory poisoning
|
/openthread-latest/src/cli/ |
D | README.md | 613 Request a channel selection with the channel manager. 880 …fied check timeout, it initiates the re-attach process (MLE Child Update Request/Response exchange… 982 Request: 0 987 Grant Deactivated During Request: 0 989 Average Request To Grant Time: 0 991 Request: 0 996 Grant Deactivated During Request: 0 998 Average Request To Grant Time: 0 1959 Send a Link Metrics Management Request to clear an Enhanced-ACK Based Probing. 1978 Send a Link Metrics Management Request to register an Enhanced-ACK Based Probing. [all …]
|
D | README_COAP.md | 86 Request the cancellation of an existing observation subscription to a remote resource.
|
D | README_DATASET.md | 786 Request network to update its Operation Dataset to the current operational dataset buffer.
|
/openthread-latest/src/lib/spinel/ |
D | radio_spinel.hpp | 1138 otError Request(uint32_t aCommand, spinel_prop_key_t aKey, const char *aFormat, ...);
|
D | radio_spinel.cpp | 1489 otError RadioSpinel::Request(uint32_t aCommand, spinel_prop_key_t aKey, const char *aFormat, ...) in Request() function in ot::Spinel::RadioSpinel 1674 error = Request(SPINEL_CMD_PROP_VALUE_SET, SPINEL_PROP_STREAM_RAW, in Transmit()
|
/openthread-latest/third_party/mbedtls/repo/tests/ |
D | CMakeLists.txt | 255 # Request C11, which is needed for memory poisoning tests
|
/openthread-latest/third_party/mbedtls/repo/ |
D | CMakeLists.txt | 322 # Request C11, needed for memory poisoning tests
|
D | ChangeLog | 2455 DTLS client when parsing the Hello Verify Request message. 3939 suppressing the CA list in Certificate Request messages. The default 5098 * Certificate Request (CSR) generation with extensions (key_usage, 5458 * Added preliminary X509 Certificate Request writing support
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
D | psa-limitations.md | 328 4. Request an extension to the PSA Crypto API and use one of the above options
|