Home
last modified time | relevance | path

Searched refs:cipher (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/
Decb.c61 uint8_t cipher[16]; in ecb_encrypt() local
91 status = CAU3_AES_Encrypt(CAU3, &handle, clear, cipher); in ecb_encrypt()
99 sys_memcpy_swap(cipher_text_le, &cipher[0], sizeof(cipher)); in ecb_encrypt()
103 memcpy(cipher_text_be, &cipher, sizeof(cipher)); in ecb_encrypt()
/Zephyr-latest/modules/
DKconfig.tinycrypt67 bool "AES-128 block cipher"
70 This option enables support for AES-128 block cipher mode.
/Zephyr-latest/modules/mbedtls/
DKconfig.tls-generic218 comment "Supported ciphers and cipher modes"
249 bool "AES block cipher"
273 bool "Camellia block cipher"
276 bool "DES block cipher"
279 bool "ChaCha20 stream cipher"
284 bool "Counter with CBC-MAC (CCM) mode for 128-bit block cipher"
369 bool "generic cipher layer."
DCMakeLists.txt74 ${ZEPHYR_CURRENT_MODULE_DIR}/library/cipher.c
/Zephyr-latest/doc/connectivity/networking/api/
Dmqtt.rst156 ``cipher_list``, to allow the use of all cipher suites available in the system.
/Zephyr-latest/doc/security/
Dsensor-threat.rst214 service [th-all-tls]_. The TLS stack shall be configured to use only cipher suites
219 communication with generally agreed secure cipher suites
379 TLS shall be configured to allow only generally agreed cipher
/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dwpa_supp_if.c2172 static int wpas_cipher_to_nrf(int cipher) in wpas_cipher_to_nrf() argument
2174 switch (cipher) { in wpas_cipher_to_nrf()
/Zephyr-latest/doc/releases/
Drelease-notes-4.0.rst1041 * Added TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8 to DTLS cipher list.
Drelease-notes-2.3.rst1454 * :github:`3285` - Allow taking advantage of HW-based AES block cipher
Drelease-notes-2.0.rst880 …:149311]Control flow issues in /home/aasthagr/zephyrproject/modules/crypto/mbedtls/library/cipher.c
Drelease-notes-3.1.rst721 cipher list on a socket correctly.