Lines Matching full:aes
32 # Instead of calling the AES CBC encryption function for each 16 byte block of
71 # Default uses the OP-TEE internal AES-GCM implementation
96 $(eval $(call cryp-enable-all-depends,CFG_WITH_SOFTWARE_PRNG, AES ECB SHA256))
160 $(eval $(call cryp-enable-all-depends,CFG_REE_FS, AES ECB CTR HMAC SHA256 GCM))
161 $(eval $(call cryp-enable-all-depends,CFG_RPMB_FS, AES ECB CTR HMAC SHA256 GCM))
168 $(eval $(call cryp-dep-one, ECB, AES DES))
169 $(eval $(call cryp-dep-one, CBC, AES DES))
170 $(eval $(call cryp-dep-one, CTR, AES))
172 $(eval $(call cryp-dep-all, CTS, AES ECB CBC))
173 $(eval $(call cryp-dep-one, XTS, AES))
174 $(eval $(call cryp-dep-one, HMAC, AES DES))
176 $(eval $(call cryp-dep-one, CMAC, AES))
177 $(eval $(call cryp-dep-one, CBC_MAC, AES DES))
178 $(eval $(call cryp-dep-one, CCM, AES))
179 $(eval $(call cryp-dep-one, GCM, AES))
180 # If no AES cipher mode is left, disable AES
181 $(eval $(call cryp-dep-one, AES, ECB CBC CTR CTS XTS))
205 core-ltc-vars = AES DES