Searched refs:algorithms (Results 1 – 25 of 32) sorted by relevance
12
/Zephyr-latest/subsys/demand_paging/eviction/ |
D | Kconfig | 4 # Demand paging sample eviction algorithms 7 prompt "Page frame eviction algorithms" 59 Selected by eviction algorithms which needs page tracking and need to
|
/Zephyr-latest/doc/services/crypto/ |
D | index.rst | 8 behind the operation of the different algorithms and how they were implemented.
|
D | psa_crypto.rst | 33 The PSA Crypto API supports a wide range of cryptographic algorithms, 36 security as new algorithms emerge and existing ones become obsolete. 89 to the algorithms commonly used for attestation.
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | mpsc_lockfree.rst | 8 at `1024cores <https://www.1024cores.net/home/lock-free-algorithms/queues/intrusive-mpsc-node-based…
|
/Zephyr-latest/tests/benchmarks/sched_queues/ |
D | README.rst | 5 algorithms: dumb, scalable and multiq. These different algorithms have
|
/Zephyr-latest/subsys/demand_paging/backing_store/ |
D | Kconfig | 5 prompt "Backing store algorithms"
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | provisioner.c | 211 caps.algorithms = sys_get_be16(&data[1]); in prov_capabilities() 212 LOG_DBG("Algorithms: 0x%02x", caps.algorithms); in prov_capabilities() 217 if ((caps.algorithms & BIT(BT_MESH_PROV_AUTH_CMAC_AES128_AES_CCM)) && in prov_capabilities() 222 if ((caps.algorithms & BIT(BT_MESH_PROV_AUTH_HMAC_SHA256_AES_CCM)) && in prov_capabilities()
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | main.h | 93 uint16_t algorithms; member
|
/Zephyr-latest/modules/cmsis-dsp/ |
D | Kconfig | 202 support the following algorithms: 221 following distance computation algorithms:
|
/Zephyr-latest/doc/services/crypto/random/ |
D | index.rst | 13 FIPS 140-2 [NIST02]_ recommended algorithms. Hardware based random-number
|
/Zephyr-latest/doc/security/ |
D | security-overview.rst | 99 algorithms and protocols. Support for cryptographic hardware is 123 cryptographic algorithms, and on its monolithic system design. 129 Crypto, supports a wide range of cryptographic algorithms, making it 284 security measures, publicly accepted cryptographic algorithms and 585 investigations on cryptographic algorithms, critical OS tasks, and 596 invariance** of the cryptographic algorithms and modules is
|
D | secure-coding.rst | 63 security measures, publicly accepted cryptographic algorithms and
|
/Zephyr-latest/boards/adi/max32655evkit/doc/ |
D | index.rst | 8 algorithms, integrated power management (SIMO), and the newest generation
|
/Zephyr-latest/lib/posix/options/ |
D | Kconfig.pthread | 101 scheduling algorithms for different threads via functions such as pthread_setschedparam()
|
/Zephyr-latest/boards/adi/max32690evkit/doc/ |
D | index.rst | 8 algorithms, and the latest generation Bluetooth® 5 Low Energy (Bluetooth LE) radio designed
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | provisioning.rst | 81 methods and algorithms.
|
/Zephyr-latest/modules/mbedtls/ |
D | Kconfig | 171 Enable self test function for the crypto algorithms
|
D | Kconfig.tls-generic | 310 comment "Supported hash algorithms"
|
/Zephyr-latest/kernel/ |
D | Kconfig.vm | 166 algorithms and optimizing backing store.
|
/Zephyr-latest/doc/services/sensing/ |
D | index.rst | 32 algorithms in user space with virtual sensor concepts. The existing
|
/Zephyr-latest/doc/kernel/memory_management/ |
D | demand_paging.rst | 148 Two eviction algorithms are currently available:
|
/Zephyr-latest/boards/st/nucleo_wb55rg/doc/ |
D | nucleo_wb55rg.rst | 120 - Cryptographic algorithms: RSA, Diffie-Helman, ECC over GF(p)
|
/Zephyr-latest/boards/st/stm32wb5mmg/doc/ |
D | stm32wb5mmg.rst | 143 - Cryptographic algorithms: RSA, Diffie-Helman, ECC over GF(p)
|
/Zephyr-latest/scripts/ |
D | spelling.txt | 99 algoritms||algorithms 115 alogirhtms||algorithms
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-3.7.rst | 96 * TLS 1.2, RSA, AES, DES, and all the hash algorithms except SHA-256 103 enable all the available hash algorithms. Previously, it used to only enable the SHA-2 ones.
|
12