| /lib/lwip/lwip/contrib/ports/unix/lib/ |
| A D | README | 1 This directory contains an example of how to compile lwIP as a shared library 13 This should produce liblwip.so. This is the shared library. 15 * Link an application against the shared library 25 If you are unsure about shared libraries and libraries on linux in
|
| A D | CMakeLists.txt | 8 message(FATAL_ERROR "Lwip shared library is only working on Linux or the Hurd")
|
| /lib/mbedtls/external/mbedtls/library/ |
| A D | Makefile | 228 .PHONY: all static shared clean 233 all: shared static 239 shared: libmbedcrypto.$(DLEXT) libmbedx509.$(DLEXT) libmbedtls.$(DLEXT) target 262 …$(CC) -shared -Wl,-soname,$@ -o $@ $(OBJS_TLS) -L. -lmbedx509 -lmbedcrypto $(LOCAL_LDFLAGS) $(LDFL… 276 …$(CC) -shared -Wl,-soname,$@ -Wl,--out-implib,$@.a -o $@ $(OBJS_TLS) -lws2_32 -lwinmm -lgdi32 -L. … 291 $(CC) -shared -Wl,-soname,$@ -o $@ $(OBJS_X509) -L. -lmbedcrypto $(LOCAL_LDFLAGS) $(LDFLAGS) 305 …$(CC) -shared -Wl,-soname,$@ -Wl,--out-implib,$@.a -o $@ $(OBJS_X509) -lws2_32 -lwinmm -lgdi32 -L.… 320 $(CC) -shared -Wl,-soname,$@ -o $@ $(OBJS_CRYPTO) $(LOCAL_LDFLAGS) $(LDFLAGS) 334 …$(CC) -shared -Wl,-soname,$@ -Wl,--out-implib,$@.a -o $@ $(OBJS_CRYPTO) -lws2_32 -lwinmm -lgdi32 -…
|
| A D | CMakeLists.txt | 2 option(USE_SHARED_MBEDTLS_LIBRARY "Build Mbed TLS shared library." OFF) 243 message(FATAL_ERROR "Need to choose static or shared mbedtls build!")
|
| /lib/mbedtls/external/mbedtls/tests/docker/bionic/ |
| A D | Dockerfile | 65 && ./config --openssldir=/usr/local/openssl-1.0.1j no-shared \ 75 && ./config --openssldir=/usr/local/openssl-1.0.2g no-shared \ 86 …./config --prefix=/usr/local/openssl-1.1.1a -Wl,--enable-new-dtags,-rpath,'${LIBRPATH}' no-shared \ 106 …=/usr/local/gnutls-3.3.8 --exec_prefix=/usr/local/gnutls-3.3.8 --disable-shared --disable-guile --… 129 --disable-shared --disable-guile --disable-doc \ 152 --disable-shared --disable-guile --disable-doc \
|
| /lib/mbedtls/external/mbedtls/docs/architecture/ |
| A D | psa-shared-memory.md | 1 PSA API functions and shared memory 6 …s that are in memory that is shared with an untrusted process. On such systems, the untrusted proc… 31 * a crypto service, which offers PSA crypto API calls over RPC (remote procedure call) using shared… 39 If an input argument is in shared memory, there is a risk of a **read-read inconsistency**: 54 If an output argument is in shared memory, there is a risk of a **write-read inconsistency**: 66 If an output argument is in shared memory, there is a risk of a **write-write disclosure**: 96 … the copy away, if it does not understand that copies between shared memory and non-shared memory … 146 In the next section, we will analyze how susceptible various cryptographic mechanisms are to shared… 210 ## Design of shared memory protection 212 This section explains how Mbed TLS implements the shared memory protection strategy summarized belo… [all …]
|
| A D | tls13-support.md | 22 - Mbed TLS supports pre-shared keys for key establishment, pre-shared keys 355 bypassed if the handshake is based on a pre-shared key and thus does not
|
| A D | mbed-crypto-storage-specification.md | 47 There is a shared namespace for all callers.
|
| /lib/efi_loader/ |
| A D | Kconfig | 156 A door bell mechanism is used to notify the SP when there is data in the shared 157 MM buffer. The data is copied by u-boot to the shared buffer before issuing 161 int "Memory size of the shared MM communication buffer" 164 This defines the size in bytes of the memory area reserved for the shared 169 It is assumed that the MM SP knows the size of the shared MM communication buffer. 172 int "Data offset in the shared MM communication buffer" 175 This defines the offset in bytes of the data read or written to in the shared 179 hex "Define the address of the shared MM communication buffer" 182 This defines the address of the shared MM communication buffer 185 It is assumed that the MM SP knows the address of the shared MM communication buffer.
|
| /lib/efi/ |
| A D | Kconfig | 12 This is used to provide libraries shared by both.
|
| /lib/mbedtls/external/mbedtls/3rdparty/p256-m/p256-m/ |
| A D | README.md | 199 shared bignum/MPI module (possibly also supporting RSA), which makes fair 222 | ECDH shared secret | 640 | 728 | 231 | ECDH shared secret | 596 | 700 | 245 | ECDH shared secret | 922 | 975 | 255 | ECDH shared secret | 144 | 177 | 265 | ECDH shared secret | 11 | 13 | 277 | ECDH shared secret | 1060 | 1611 | 284 - While p256-m fully validates all inputs, Tinycrypt's ECDH shared secret 400 byte arrays. Key generation and ECDH shared secret computation are thin 407 - ECDH shared secret computation
|
| /lib/optee/ |
| A D | Kconfig | 5 Selecting this option will enable the shared OPTEE library code.
|
| /lib/lwip/lwip/contrib/ports/unix/posixlib/ |
| A D | CMakeLists.txt | 14 message(FATAL_ERROR "Lwip shared library is only working on Linux or the Hurd")
|
| /lib/acpi/ |
| A D | acpi_device.c | 177 if (irq->shared == ACPI_IRQ_SHARED) in acpi_device_write_interrupt() 255 if (gpio->irq.shared == ACPI_IRQ_SHARED) in acpi_device_write_gpio()
|
| /lib/mbedtls/external/mbedtls/tests/suites/ |
| A D | test_suite_ecdh.function | 323 /* server computes shared secret */ 341 /* client computes shared secret */
|
| A D | test_suite_psa_crypto_pake.function | 867 /* Get shared key */
|
| /lib/mbedtls/external/mbedtls/ |
| A D | CMakeLists.txt | 300 # The C files in tests/src directory contain test code shared among test suites 301 # and programs. This shared test code is compiled and linked to test suites and
|
| A D | SECURITY.md | 53 by leveraging shared hardware that both Mbed TLS and the attacker have access
|
| A D | README.md | 109 Setting the variable `SHARED` in your environment will build shared libraries in addition to the st… 137 To configure CMake for building shared libraries, use:
|
| A D | ChangeLog | 154 the function call (i.e. no buffer parameters are in shared memory), 710 used on a shared secret from a key agreement since its input must be 754 384 bits long. That is the length of pre-shared keys created under a 825 * make: enable building unversioned shared library, with e.g.: 862 * Mbed TLS now supports TLS 1.3 key establishment via pre-shared keys. 863 The pre-shared keys can be provisioned externally or via the ticket 1110 * Opaque pre-shared keys for TLS, provisioned with 1342 if the output buffer is in memory that is shared with an untrusted 1403 not to list other shared libraries they need. 1811 shared library. Reported by Guillermo Garcia M. in #4411. [all …]
|
| /lib/mbedtls/external/mbedtls/docs/ |
| A D | use-psa-crypto.md | 96 ### PSA-held (opaque) keys for TLS pre-shared keys (PSK)
|
| A D | psa-transition.md | 1111 …p__key__derivation_1ga90fdd2716124d0bd258826184824675f) to calculate the shared secret from your p… 1125 …* `mbedtls_mpi z` for the shared secret (this may be the same variable as `our_priv` when doing ep… 1129 … (output), `their_pub` and `our_priv`. Use the raw shared secret `z`, typically, to construct a sh… 1144 …Alternatively, call `psa_key_derivation_key_agreement` to use the shared secret directly in a key … 1159 …, then call `mbedtls_ecdh_calc_secret` or `mbedtls_dhm_calc_secret` to calculate the shared secret. 1171 …Alternatively, call `psa_key_derivation_key_agreement` to use the shared secret directly in a key … 1183 4. Call `mbedtls_ecdh_calc_secret` or `mbedtls_dhm_calc_secret` to calculate the shared secret. 1194 …Alternatively, call `psa_key_derivation_key_agreement` to use the shared secret directly in a key … 1204 …the PSA API only uses the peer's public key to immediately calculate the shared secret. If your ap… 1211 …the PSA API only uses the peer's public key to immediately calculate the shared secret. If your ap… [all …]
|
| /lib/mbedtls/external/mbedtls/programs/ |
| A D | README.md | 44 …ecure channel using RSA for authentication and Diffie-Hellman to generate a shared AES session key.
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/SharpSnmpLib/ |
| A D | license.txt | 74 a shared library, the combination of the two is legally speaking a 298 b) Use a suitable shared library mechanism for linking with the
|
| /lib/mbedtls/external/mbedtls/docs/proposed/ |
| A D | psa-driver-interface.md | 558 1. Call the `"key_agreement_to_key"` entry point to create a key object containing the shared secre… 563 …raw_key_agreement()` followed by a call to `psa_key_derivation_input_bytes()` on the shared secret. 588 …attributes for the shared secret are not placed near the beginning, but rather grouped with the ot… 610 * `"pake_get_implicit_key"` (mandatory): returns implicitly confirmed shared secret from a PAKE.
|