Home
last modified time | relevance | path

Searched full:aes (Results 1 – 25 of 180) sorted by relevance

12345678

/Zephyr-latest/modules/
DKconfig.tinycrypt62 bool "AES-128 decrypt/encrypt"
64 This option enables support for AES-128 decrypt and encrypt.
67 bool "AES-128 block cipher"
70 This option enables support for AES-128 block cipher mode.
73 bool "AES-128 counter mode"
76 This option enables support for AES-128 counter mode.
79 bool "AES-128 CCM mode"
82 This option enables support for AES-128 CCM mode.
85 bool "AES-128 CMAC mode"
88 This option enables support for AES-128 CMAC mode.
/Zephyr-latest/dts/arm/st/l4/
Dstm32l422.dtsi13 aes: aes@50060000 { label
14 compatible = "st,stm32l4-aes", "st,stm32-aes";
19 interrupt-names = "aes";
Dstm32l462.dtsi13 aes: aes@50060000 { label
14 compatible = "st,stm32l4-aes", "st,stm32-aes";
19 interrupt-names = "aes";
Dstm32l486.dtsi13 aes: aes@50060000 { label
14 compatible = "st,stm32l4-aes", "st,stm32-aes";
19 interrupt-names = "aes";
Dstm32l4a6.dtsi13 aes: aes@50060000 { label
14 compatible = "st,stm32l4-aes", "st,stm32-aes";
19 interrupt-names = "aes";
Dstm32l4q5.dtsi13 aes: aes@50060000 { label
14 compatible = "st,stm32l4-aes", "st,stm32-aes";
19 interrupt-names = "aes";
Dstm32l4s5.dtsi13 aes: aes@50060000 { label
14 compatible = "st,stm32l4-aes", "st,stm32-aes";
19 interrupt-names = "aes";
/Zephyr-latest/drivers/crypto/
DKconfig.xec6 bool "Microchip XEC symmetric crypto (AES/Hash) driver"
10 Enable Microchip XEC symmetic crypto (AES/Hash) driver.
12 to AES and hash engines.
DKconfig.nrf_ecb1 # NRF AES ECB configuration options
7 bool "nRF AES electronic codebook mode encryption"
15 Enable nRF HAL-based AES ECB encryption driver
DKconfig.si325 bool "Si32 AES driver"
10 Enable hardware accelerated AES driver.
DKconfig.ataes132a7 bool "Atmel ATAES132A 32k AES Serial EEPROM support"
12 Enable Atmel ATAES132A 32k AES Serial EEPROM support.
/Zephyr-latest/dts/arm/st/f4/
Dstm32f423.dtsi13 aes: aes@50060000 { label
14 compatible = "st,stm32-aes";
/Zephyr-latest/dts/arm/st/l5/
Dstm32l562.dtsi13 aes: aes@420c0000 { label
14 compatible = "st,stm32-aes";
/Zephyr-latest/include/zephyr/bluetooth/
Dcrypto.h41 /** @brief AES encrypt little-endian data.
43 * An AES encrypt helper is used to request the Bluetooth controller's own
56 /** @brief AES encrypt big-endian data.
58 * An AES encrypt helper is used to request the Bluetooth controller's own
72 /** @brief Decrypt big-endian data with AES-CCM.
74 * Decrypts and authorizes @c enc_data with AES-CCM, as described in
97 /** @brief Encrypt big-endian data with AES-CCM.
99 * Encrypts and generates a MIC from @c plaintext with AES-CCM, as described in
/Zephyr-latest/dts/arm/st/g0/
Dstm32g0_crypt.dtsi13 aes: aes@40026000 { label
14 compatible = "st,stm32-aes";
/Zephyr-latest/dts/bindings/crypto/
Dst,stm32-aes.yaml4 description: STM32 AES Accelerator
6 compatible: "st,stm32-aes"
Dst,stm32l4-aes.yaml4 description: STM32L4 AES Accelerator
6 compatible: "st,stm32l4-aes"
Dsilabs,si32-aes.yaml4 description: Si32 AES node
6 compatible: "silabs,si32-aes"
Datmel,ataes132a.yaml5 description: Atmel ATAES132A 32K AES Serial EEPROM
Dnordic,nrf-ecb.yaml4 description: Nordic ECB (AES electronic codebook mode encryption)
/Zephyr-latest/subsys/bluetooth/host/
Dcrypto_psa.c83 LOG_ERR("Failed to import AES key"); in bt_encrypt_le()
92 LOG_ERR("AES encryption failed"); in bt_encrypt_le()
97 LOG_ERR("Failed to destroy AES key"); in bt_encrypt_le()
131 LOG_ERR("Failed to import AES key"); in bt_encrypt_be()
138 LOG_ERR("AES encryption failed"); in bt_encrypt_be()
143 LOG_ERR("Failed to destroy AES key"); in bt_encrypt_be()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/
Decb.c42 /* Loads the key into CAU3's DMEM and expands the AES key schedule */ in ecb_encrypt_be()
45 LOG_ERR("CAUv3 AES key set failed %d", status); in ecb_encrypt_be()
51 LOG_ERR("CAUv3 AES encrypt failed %d", status); in ecb_encrypt_be()
84 /* Loads the key into CAU3's DMEM and expands the AES key schedule */ in ecb_encrypt()
87 LOG_ERR("CAUv3 AES key set failed %d", status); in ecb_encrypt()
93 LOG_ERR("CAUv3 AES encrypt failed %d", status); in ecb_encrypt()
/Zephyr-latest/dts/bindings/dma/
Despressif,esp32-gdma.yaml20 * AES (Not Supported yet)
35 * AES (Not Supported yet)
/Zephyr-latest/subsys/mgmt/osdp/src/
Dosdp_sc.c86 /* cp_cryptogram = AES-ECB( pd_random[8] || cp_random[8], s_enc ) */ in osdp_compute_cp_cryptogram()
114 /* cp_cryptogram = AES-ECB( pd_random[8] || cp_random[8], s_enc ) */ in osdp_verify_cp_cryptogram()
127 /* pd_cryptogram = AES-ECB( cp_random[8] || pd_random[8], s_enc ) */ in osdp_compute_pd_cryptogram()
137 /* pd_cryptogram = AES-ECB( cp_random[8] || pd_random[8], s_enc ) */ in osdp_verify_pd_cryptogram()
150 /* rmac_i = AES-ECB( AES-ECB( cp_cryptogram, s_mac1 ), s_mac2 ) */ in osdp_compute_rmac_i()
219 * IV2 = B[N-1] after -- AES-CBC ( IV1, B[1] to B[N-1], SMAC-1 ) in osdp_compute_mac()
220 * MAC = AES-ECB ( IV2, B[N], SMAC-2 ) in osdp_compute_mac()
/Zephyr-latest/tests/crypto/tinycrypt/
Dtestcase.yaml6 - aes

12345678