Searched refs:Initialize (Results 1 – 12 of 12) sorted by relevance
/openthread-2.7.6/src/core/net/ |
D | tcp6.hpp | 96 Error Initialize(Instance &aInstance, otTcpEndpointInitializeArgs &aArgs); 375 Error Initialize(Instance &aInstance, otTcpListenerInitializeArgs &aArgs);
|
D | tcp6.cpp | 57 Error Tcp::Endpoint::Initialize(Instance &aInstance, otTcpEndpointInitializeArgs &aArgs) in Initialize() function in ot::Ip6::Tcp::Endpoint 258 Error Tcp::Listener::Initialize(Instance &aInstance, otTcpListenerInitializeArgs &aArgs) in Initialize() function in ot::Ip6::Tcp::Listener
|
/openthread-2.7.6/third_party/mbedtls/repo/docs/ |
D | getting_started.md | 71 * Initialize the library with a successful call to `psa_crypto_init()`. 84 /* Initialize PSA Crypto */ 120 * Initialize the library with a successful call to `psa_crypto_init()`. 143 /* Initialize PSA Crypto */ 190 * Initialize the library with a successful call to `psa_crypto_init()`. 195 1. Initialize the operation structure to zero or to `PSA_CIPHER_OPERATION_INIT`. 222 /* Initialize PSA Crypto */ 279 1. Initialize the operation structure to zero or to `PSA_CIPHER_OPERATION_INIT`. 306 /* Initialize PSA Crypto */ 383 * Initialize the library with a successful call to `psa_crypto_init()`. [all …]
|
/openthread-2.7.6/src/core/api/ |
D | tcp_api.cpp | 49 return endpoint.Initialize(*static_cast<Instance *>(aInstance), *aArgs); in otTcpEndpointInitialize() 154 return listener.Initialize(*static_cast<Instance *>(aInstance), *aArgs); in otTcpListenerInitialize()
|
/openthread-2.7.6/src/cli/ |
D | README_DATASET.md | 318 Initialize operational dataset buffer.
|
D | cli.hpp | 147 static void Initialize(otInstance *aInstance, otCliOutputCallback aCallback, void *aContext);
|
D | cli.cpp | 5067 void Interpreter::Initialize(otInstance *aInstance, otCliOutputCallback aCallback, void *aContext) in Initialize() function in ot::Cli::Interpreter 5076 Interpreter::Initialize(aInstance, aCallback, aContext); in otCliInit()
|
/openthread-2.7.6/third_party/nlbuild-autotools/repo/examples/ |
D | configure.ac | 32 # Initialize autoconf for the package
|
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/ |
D | host_test.function | 603 /* Initialize the struct that holds information about the last test */
|
D | test_suite_cipher.function | 1172 /* Initialize PSA Crypto */
|
D | test_suite_pk.function | 1168 /* Initialize PK RSA_ALT context */
|
/openthread-2.7.6/ |
D | configure.ac | 38 # Initialize autoconf for the package
|