| /lib/mbedtls/external/mbedtls/tests/suites/ |
| A D | test_suite_mps.function | 53 /* Preparation (lower layer) */ 60 /* Consumption (upper layer) */ 65 /* Wrapup (lower layer) */ 103 /* Preparation (lower layer) */ 122 /* Wrapup (lower layer) */ 149 /* Lower layer provides data that the upper layer fully consumes 175 /* Wrapup (lower layer) */ 258 /* Wrapup (lower layer) */ 303 /* Wrapup (lower layer) */ 343 /* Wrapup (lower layer) */ [all …]
|
| A D | test_suite_psa_crypto_low_hash.function | 7 * the application interface (above the PSA API layer) and via tests of 9 * the driver dispatch layer behaves correctly even when not invoked via 10 * the API layer, but directly from another driver.
|
| A D | test_suite_pkwrite.function | 92 * while mbedtls_pk_write_pubkey_pem() goes through the I/O layer which
|
| A D | test_suite_bignum_random.function | 2 /* Dedicated test suite for mbedtls_mpi_core_random() and the upper-layer 5 * functions are tested with each layer in its own test suite.
|
| /lib/mbedtls/external/mbedtls/docs/architecture/psa-migration/ |
| A D | strategy.md | 135 Silently call to PSA from the abstraction layer 144 top of that layer (dependency loop). 147 layer; the MD layer uses a variant where it dispatches to PSA if a driver is 152 This strategy is not very well suited to the Cipher layer, as the PSA 153 implementation is currently done on top of that layer. 168 on top of that layer, avoids concerns about dependency loops. 177 Opt-in use of PSA from the abstraction layer 218 Strategies currently (early 2022) used with each abstraction layer: 310 When using an existing abstraction layer such as MD, it can provide 379 We're currently taking advantage of the existing PK layer in order [all …]
|
| A D | testing.md | 68 deprecated - #5261) was meant to be used by the TLS layer, but probably not
|
| A D | md-cipher-dispatch.md | 354 …tive only in the encrypt direction. Currently, GCM and CCM use the Cipher layer in order to work w… 362 - GCM and CCM need an common abstraction layer that allows: 366 The abstraction layer used by GCM and CCM may either be a new internal module, or a subset of the e… 368 Reasons for making this layer's API a subset of the existing Cipher API:
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/ |
| A D | IF-MIB | 86 interface sub-layer in the managed system. It is 135 -- interfaces. Each sub-layer below the internetwork-layer 295 -- lower-layer interface(s) 350 or broadcast address at this sub-layer. 365 broadcast address at this sub-layer. 405 from being deliverable to a higher-layer protocol. 628 address at this sub-layer. For a MAC layer protocol, this 646 address at this sub-layer. 737 address at this sub-layer. For a MAC layer protocol, this 958 the sub-layer with ifIndex value y, then this table [all …]
|
| A D | RFC1213-MIB | 148 value zero, Then, for each layer, L, in the range 159 layer functionality 209 subnetwork layer and below for a particular 326 the network layer in the protocol stack." 359 "The interface's address at the protocol layer 360 immediately `below' the network layer in the 422 delivered to a higher-layer protocol." 432 delivered to a higher-layer protocol." 443 higher-layer protocol. One possible reason for 455 higher-layer protocol." [all …]
|
| A D | SNMPv2-MIB | 165 each layer, L, in the range 1 through 7, that this node 174 layer functionality
|
| A D | INET-ADDRESS-MIB | 305 layer protocol. Port numbers are assigned by IANA. A
|
| /lib/mbedtls/external/mbedtls/3rdparty/p256-m/p256-m/ |
| A D | README.md | 334 This layer's API consists of: 353 This layer's API consists of: 371 This layer's API consists of: 391 This layer's API consists of: 399 This layer builds on the others, but unlike them, all inputs and outputs are 404 This layer's API consists of: 453 implementation could be changed to expand to other curves, layer by layer (see 481 add a "curve id" parameter to all functions in this layer. 496 - If multiple curves are to be supported, all function in this layer need to 511 shapes (Montgomery, (twisted) Edwards), this layer would probably have a [all …]
|
| /lib/lwip/lwip/src/core/ |
| A D | pbuf.c | 224 pbuf_alloc(pbuf_layer layer, u16_t length, pbuf_type type) in pbuf_alloc() argument 227 u16_t offset = (u16_t)layer; in pbuf_alloc() 1309 pbuf_coalesce(struct pbuf *p, pbuf_layer layer) in pbuf_coalesce() argument 1315 q = pbuf_clone(layer, PBUF_RAM, p); in pbuf_coalesce() 1337 pbuf_clone(pbuf_layer layer, pbuf_type type, struct pbuf *p) in pbuf_clone() argument 1341 q = pbuf_alloc(layer, p->tot_len, type); in pbuf_clone()
|
| A D | tcp_out.c | 228 tcp_pbuf_prealloc(pbuf_layer layer, u16_t length, u16_t max_length, in tcp_pbuf_prealloc() argument 266 p = pbuf_alloc(layer, alloc, PBUF_RAM); in tcp_pbuf_prealloc() 277 #define tcp_pbuf_prealloc(layer, length, mx, os, pcb, api, fst) pbuf_alloc((layer), (length), PBUF_… argument
|
| /lib/lwip/lwip/src/ |
| A D | FILES | 4 apps/ - Higher layer applications that are specifically programmed
|
| /lib/lwip/lwip/contrib/ports/unix/ |
| A D | README | 25 space layer 2 network device). Uses lwIP threads.
|
| /lib/mbedtls/external/mbedtls/docs/ |
| A D | psa-driver-example-and-guide.md | 22 Mbed TLS contains a **driver dispatch layer** (also called a driver wrapper layer). For each crypto… 24 The long-term goal is for the driver dispatch layer to be auto-generated using a JSON driver descri… 25 …driver wrapper, developers will have to manually edit the driver dispatch layer and call their dri… 50 …rocess is followed where the developer manually edits the driver dispatch layer. The following ste… 76 **4. For each operation being accelerated, locate the function in the driver dispatch layer that co…
|
| A D | use-psa-crypto.md | 70 ### PSA-held (opaque) keys in the PK layer 122 ### PSA-based operations in the Cipher layer 163 ### PK layer: most crypto operations based on PSA
|
| /lib/mbedtls/external/mbedtls/docs/architecture/ |
| A D | psa-shared-memory.md | 121 3. The code of the PSA Crypto dispatch layer (also known as the core), which is provided by Mbed TL… 130 …SA Crypto API. Note that this allows two possible levels: in the dispatch layer (independently of … 132 #### Protection in the dispatch layer 134 The dispatch layer has no control over how the driver layer will access buffers. Therefore the only… 140 #### Protection in the driver layer 166 **Design decision: the dispatch layer shall copy all small buffers**. 196 **Design decision: the dispatch layer shall allocate an intermediate buffer for cipher and AEAD pla… 202 …it this when we start supporting an SIV mode, at which point the dispatch layer shall copy the inp… 208 …isit this when we start supporting PureEdDSA, at which point the dispatch layer shall copy the inp… 216 * The core (dispatch layer) shall make a copy of the following buffers, so that drivers do not rece… [all …]
|
| /lib/lwip/lwip/src/include/lwip/ |
| A D | pbuf.h | 305 struct pbuf *pbuf_coalesce(struct pbuf *p, pbuf_layer layer);
|
| /lib/lwip/lwip/ |
| A D | UPGRADING | 102 +++ sys layer: 198 +++ sys layer:
|
| A D | CHANGELOG | 560 * added sntp client as first "supported" application layer protocol implementation 1350 Added pbuf flags to mark incoming packets as link-layer broadcast/multicast. 1618 link-layer-addressed UDP traffic to be received while a netif is down (just 1738 * sys layer: task #10139 (Prefer statically allocated memory): converted 2945 layer, NETCONN_MORE at netconn api layer, and TCP_WRITE_FLAG_MORE at raw api 2946 layer. This option enable to delayed TCP PUSH flag on multiple "write" calls. 3042 the netif's "init" function). Use the "imr_interface" field (for socket layer) 3043 and/or the "interface" field (for netconn layer), for join/leave operations. 3504 reduce a little bit the footprint for socket layer (lwip_getpeername & 3927 (protecting ARP layer against concurrent access). You can also disable [all …]
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/IANA/ |
| A D | IANAifType-MIB | 455 aal2 (187), -- ATM adaptation layer 2 456 radioMAC (188), -- MAC layer over radio links
|
| A D | IANATn3270eTC-MIB | 93 layer address."
|
| /lib/mbedtls/external/mbedtls/ |
| A D | ChangeLog | 2999 from the cipher abstraction layer. Fixes #2198. 4561 the platform layer. 4563 layer (helps get rid of unwanted references). 4926 * Deprecated the Memory layer 5045 * More stringent checks in cipher layer 5087 * Memory allocation abstraction layer added 5090 * Public Key abstraction layer added 5350 * Fixed values for 2-key Triple DES in cipher layer 5471 * Added blowfish algorithm (Generic and cipher layer) 5537 * Fixed values for 2-key Triple DES in cipher layer [all …]
|