Home
last modified time | relevance | path

Searched refs:app (Results 1 – 8 of 8) sorted by relevance

/net-tools-3.7.0/tinydtls-0.8.2/
Ddtls.h237 void *app; /**< application-specific data */ member
258 #define dtls_set_app_data(CTX,DATA) ((CTX)->app = (DATA))
259 #define dtls_get_app_data(CTX) ((CTX)->app)
Ddtls.c3772 c->app = app_data; in dtls_new_context()
/net-tools-3.7.0/mbedtls-2.4.0/scripts/
Dgenerate_visualc_files.pl117 for my $app ( @app_list ) {
118 gen_app( $app, $vsx_tpl, $vsx_dir, $vsx_ext );
/net-tools-3.7.0/
DREADME NAT.md54 ## Running the native_posix app
DREADME.legacy18 2) Start qemu, use the listener demo app. Note that you need to
83 2) Start qemu, use the listener demo app. Note that you need to
DREADME.md1 …ppable.com/projects/58ffb2b81fb3ec0700e1602f/badge?branch=master)](https://app.shippable.com/githu…
232 [net/app] [ERR] _net_app_ssl_mainloop: Closing connection -0x7180 (SSL - Verification of the messag…
/net-tools-3.7.0/docker/
DDockerfile6 # Get all the extra app we need in the container
/net-tools-3.7.0/mbedtls-2.4.0/
DChangeLog769 * Fix DER output of gen_key app (found by Gergely Budai)
816 * cert_write app should use subject of issuer certificate as issuer of cert
962 * EC key generation support in gen_key app
987 * crypt_and_hash app checks MAC before final decryption
1225 * crypt_and_hash app checks MAC before final decryption