/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/ |
D | ecb.c | 113 struct ecb_param ecb; in ecb_encrypt_be() local 115 memcpy(&ecb.key[0], key_be, sizeof(ecb.key)); in ecb_encrypt_be() 116 memcpy(&ecb.clear_text[0], clear_text_be, sizeof(ecb.clear_text)); in ecb_encrypt_be() 118 do_ecb(&ecb); in ecb_encrypt_be() 120 memcpy(cipher_text_be, &ecb.cipher_text[0], sizeof(ecb.cipher_text)); in ecb_encrypt_be() 126 struct ecb_param ecb; in ecb_encrypt() local 128 mem_rcopy(&ecb.key[0], key_le, sizeof(ecb.key)); in ecb_encrypt() 129 mem_rcopy(&ecb.clear_text[0], clear_text_le, sizeof(ecb.clear_text)); in ecb_encrypt() 131 do_ecb(&ecb); in ecb_encrypt() 134 mem_rcopy(cipher_text_le, &ecb.cipher_text[0], in ecb_encrypt() [all …]
|
/Zephyr-latest/cmake/sca/eclair/ECL/ |
D | db_generation.ecl | 23 strings_map("load_ecb",500,"",".+\\.ecb",0,setq(ecb,join_paths(data_dir,$0)),load(ecb),rename(ecb,j…
|
D | analysis.ecl | 5 -config=B.REPORT.ECB,output=join_paths(data_dir,"FRAME.@FRAME@.ecb")
|
/Zephyr-latest/subsys/bluetooth/controller/hal/ |
D | ecb.h | 10 struct ecb { struct 29 void ecb_encrypt_nonblocking(struct ecb *e); argument
|
/Zephyr-latest/drivers/crypto/ |
D | Kconfig.nrf_ecb | 11 # (see subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/ecb.c),
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/ |
D | CMakeLists.txt | 43 hal/RV32M1/ecb.c
|
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/ |
D | CMakeLists.txt | 11 src/ecb.c
|
/Zephyr-latest/dts/arm/nordic/ |
D | nrf51822.dtsi | 210 ecb: ecb@4000e000 { label 211 compatible = "nordic,nrf-ecb";
|
D | nrf52805.dtsi | 224 ecb: ecb@4000e000 { label 225 compatible = "nordic,nrf-ecb";
|
D | nrf52810.dtsi | 227 ecb: ecb@4000e000 { label 228 compatible = "nordic,nrf-ecb";
|
D | nrf5340_cpunet.dtsi | 146 ecb: ecb@4100d000 { label 147 compatible = "nordic,nrf-ecb";
|
D | nrf52811.dtsi | 259 ecb: ecb@4000e000 { label 260 compatible = "nordic,nrf-ecb";
|
D | nrf52820.dtsi | 270 ecb: ecb@4000e000 { label 271 compatible = "nordic,nrf-ecb";
|
D | nrf52832.dtsi | 271 ecb: ecb@4000e000 { label 272 compatible = "nordic,nrf-ecb";
|
D | nrf52833.dtsi | 285 ecb: ecb@4000e000 { label 286 compatible = "nordic,nrf-ecb";
|
D | nrf52840.dtsi | 273 ecb: ecb@4000e000 { label 274 compatible = "nordic,nrf-ecb";
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/ |
D | ecb.c | 107 void ecb_encrypt_nonblocking(struct ecb *e) in ecb_encrypt_nonblocking()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/ |
D | CMakeLists.txt | 101 hal/nrf5/ecb.c
|
/Zephyr-latest/dts/common/nordic/ |
D | nrf9280.dtsi | 327 ecb030: ecb@3b000 { 328 compatible = "nordic,nrf-ecb"; 341 ecb031: ecb@3d000 { 342 compatible = "nordic,nrf-ecb";
|
D | nrf54h20.dtsi | 453 ecb030: ecb@3b000 { 454 compatible = "nordic,nrf-ecb"; 467 ecb031: ecb@3d000 { 468 compatible = "nordic,nrf-ecb";
|
/Zephyr-latest/soc/nordic/ |
D | validate_base_addresses.c | 163 CHECK_DT_REG(ecb, NRF_ECB);
|