Searched refs:cipher (Results 1 – 11 of 11) sorted by relevance
61 uint8_t cipher[16]; in ecb_encrypt() local91 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()
67 bool "AES-128 block cipher"70 This option enables support for AES-128 block cipher mode.
218 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."
74 ${ZEPHYR_CURRENT_MODULE_DIR}/library/cipher.c
156 ``cipher_list``, to allow the use of all cipher suites available in the system.
214 service [th-all-tls]_. The TLS stack shall be configured to use only cipher suites219 communication with generally agreed secure cipher suites379 TLS shall be configured to allow only generally agreed cipher
2172 static int wpas_cipher_to_nrf(int cipher) in wpas_cipher_to_nrf() argument2174 switch (cipher) { in wpas_cipher_to_nrf()
1041 * Added TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8 to DTLS cipher list.
1454 * :github:`3285` - Allow taking advantage of HW-based AES block cipher
880 …:149311]Control flow issues in /home/aasthagr/zephyrproject/modules/crypto/mbedtls/library/cipher.c
721 cipher list on a socket correctly.