Searched refs:aes (Results 1 - 13 of 13) sorted by relevance

/openwrt/package/kernel/lantiq/ltq-deu/src/
H A Difxmips_deu_vr9.c106 volatile struct aes_t *aes = (struct aes_t *) AES_START; local
109 aes->controlr.SM = 1;
110 aes->controlr.NDC = 0;
112 aes->controlr.ENDI = 1;
114 aes->controlr.ARS = 0;
H A Difxmips_deu_ar9.c103 volatile struct aes_t *aes = (struct aes_t *) AES_START; local
105 aes->controlr.SM = 1;
106 aes->controlr.ARS = 1;
H A Difxmips_deu_danube.c119 volatile struct aes_t *aes = (struct aes_t *) AES_START; local
122 aes->controlr.SM = 1;
123 aes->controlr.ARS = 1;
H A Difxmips_aes.c169 volatile struct aes_t *aes = (volatile struct aes_t *) AES_START; local
182 aes->controlr.K = key_len / 8 - 2;
184 aes->K3R = DEU_ENDIAN_SWAP(*((u32 *) in_key + 0));
185 aes->K2R = DEU_ENDIAN_SWAP(*((u32 *) in_key + 1));
186 aes->K1R = DEU_ENDIAN_SWAP(*((u32 *) in_key + 2));
187 aes->K0R = DEU_ENDIAN_SWAP(*((u32 *) in_key + 3));
190 aes->K5R = DEU_ENDIAN_SWAP(*((u32 *) in_key + 0));
191 aes->K4R = DEU_ENDIAN_SWAP(*((u32 *) in_key + 1));
192 aes->K3R = DEU_ENDIAN_SWAP(*((u32 *) in_key + 2));
193 aes
[all...]
H A Difxmips_async_aes.c53 #include <crypto/aes.h>
174 volatile struct aes_t *aes = (volatile struct aes_t *) AES_START; local
191 aes->controlr.K = key_len / 8 - 2;
193 aes->K3R = DEU_ENDIAN_SWAP(*((u32 *) in_key + 0));
194 aes->K2R = DEU_ENDIAN_SWAP(*((u32 *) in_key + 1));
195 aes->K1R = DEU_ENDIAN_SWAP(*((u32 *) in_key + 2));
196 aes->K0R = DEU_ENDIAN_SWAP(*((u32 *) in_key + 3));
199 aes->K5R = DEU_ENDIAN_SWAP(*((u32 *) in_key + 0));
200 aes->K4R = DEU_ENDIAN_SWAP(*((u32 *) in_key + 1));
201 aes
[all...]
H A Difxmips_deu_vr9.h102 volatile struct aes_t *aes = (volatile struct aes_t *) AES_START; \
106 while (aes->controlr.BUS) {}; \
122 volatile struct aes_t *aes = (volatile struct aes_t *) AES_START; \
123 aes->controlr.KRE = 1; \
124 aes->controlr.GO = 1; \
H A Difxmips_deu_ar9.h87 volatile struct aes_t *aes = (volatile struct aes_t *) AES_START; \
91 while (aes->controlr.BUS) {}; \
107 volatile struct aes_t *aes = (volatile struct aes_t *) AES_START; \
108 aes->controlr.KRE = 1; \
109 aes->controlr.GO = 1; \
H A Difxmips_deu_danube.h81 volatile struct aes_t *aes = (volatile struct aes_t *) AES_START; \
85 while (aes->controlr.BUS) {}; \
H A Difxmips_async_des.c50 #include <crypto/aes.h>
/openwrt/package/network/services/ead/src/
H A DMakefile23 ead-crypt.o: aes.c sha1.c
/openwrt/package/kernel/broadcom-wl/files/lib/wifi/
H A Dbroadcom.sh300 *tkip+aes*|*tkip+ccmp*|*aes+tkip*|*ccmp+tkip*) wsec=6;;
301 *aes*|*ccmp*) wsec=4;;
331 *tkip+aes*|*tkip+ccmp*|*aes+tkip*|*ccmp+tkip*) wsec=6;;
332 *aes*|*ccmp*) wsec=4;;
/openwrt/package/network/services/hostapd/files/
H A Dhostapd.sh41 # wpa-psk2/tkip+aes => WPA2 PSK, CCMP+TKIP
42 # wpa2/tkip+aes => WPA2 RADIUS, CCMP+TKIP
66 *tkip+aes|*tkip+ccmp|*aes+tkip|*ccmp+tkip) crypto="CCMP TKIP";;
67 *aes|*ccmp) crypto="CCMP";;
/openwrt/package/kernel/linux/modules/
H A Dcrypto.mk213 $(LINUX_DIR)/drivers/crypto/padlock-aes.ko \
215 AUTOLOAD:=$(call AutoLoad,09,padlock-aes padlock-sha)
246 FILES:=$(LINUX_DIR)/drivers/crypto/geode-aes.ko
247 AUTOLOAD:=$(call AutoLoad,09,geode-aes)
297 $(LINUX_DIR)/drivers/crypto/omap-aes.ko \
300 AUTOLOAD:=$(call AutoLoad,90,omap-aes omap-des omap-sham)
303 $(LINUX_DIR)/drivers/crypto/omap-aes.ko \
305 AUTOLOAD:=$(call AutoLoad,90,omap-aes omap-sham)

Completed in 41 milliseconds