Home
last modified time | relevance | path

Searched refs:ecb (Results 1 – 21 of 21) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/
Decb.c113 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/
Ddb_generation.ecl23 strings_map("load_ecb",500,"",".+\\.ecb",0,setq(ecb,join_paths(data_dir,$0)),load(ecb),rename(ecb,j…
Danalysis.ecl5 -config=B.REPORT.ECB,output=join_paths(data_dir,"FRAME.@FRAME@.ecb")
/Zephyr-latest/subsys/bluetooth/controller/hal/
Decb.h10 struct ecb { struct
29 void ecb_encrypt_nonblocking(struct ecb *e); argument
/Zephyr-latest/drivers/crypto/
DKconfig.nrf_ecb11 # (see subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/ecb.c),
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/
DCMakeLists.txt43 hal/RV32M1/ecb.c
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/
DCMakeLists.txt11 src/ecb.c
/Zephyr-latest/dts/arm/nordic/
Dnrf51822.dtsi210 ecb: ecb@4000e000 { label
211 compatible = "nordic,nrf-ecb";
Dnrf52805.dtsi224 ecb: ecb@4000e000 { label
225 compatible = "nordic,nrf-ecb";
Dnrf52810.dtsi227 ecb: ecb@4000e000 { label
228 compatible = "nordic,nrf-ecb";
Dnrf5340_cpunet.dtsi146 ecb: ecb@4100d000 { label
147 compatible = "nordic,nrf-ecb";
Dnrf52811.dtsi259 ecb: ecb@4000e000 { label
260 compatible = "nordic,nrf-ecb";
Dnrf52820.dtsi270 ecb: ecb@4000e000 { label
271 compatible = "nordic,nrf-ecb";
Dnrf52832.dtsi271 ecb: ecb@4000e000 { label
272 compatible = "nordic,nrf-ecb";
Dnrf52833.dtsi285 ecb: ecb@4000e000 { label
286 compatible = "nordic,nrf-ecb";
Dnrf52840.dtsi273 ecb: ecb@4000e000 { label
274 compatible = "nordic,nrf-ecb";
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/
Decb.c107 void ecb_encrypt_nonblocking(struct ecb *e) in ecb_encrypt_nonblocking()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/
DCMakeLists.txt101 hal/nrf5/ecb.c
/Zephyr-latest/dts/common/nordic/
Dnrf9280.dtsi327 ecb030: ecb@3b000 {
328 compatible = "nordic,nrf-ecb";
341 ecb031: ecb@3d000 {
342 compatible = "nordic,nrf-ecb";
Dnrf54h20.dtsi453 ecb030: ecb@3b000 {
454 compatible = "nordic,nrf-ecb";
467 ecb031: ecb@3d000 {
468 compatible = "nordic,nrf-ecb";
/Zephyr-latest/soc/nordic/
Dvalidate_base_addresses.c163 CHECK_DT_REG(ecb, NRF_ECB);