aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2019-04-04stm32mp1: prefer vaddr_t to uintptr_tEtienne Carriere
2019-04-04stm32mp1: make all local variables be initializedEtienne Carriere
2019-04-04stm32_uart: assert clock and register base addressEtienne Carriere
2019-04-04stm32_uart: make all local variable be initializedEtienne Carriere
2019-04-04stm32_etzpc: make all local variables be initializedEtienne Carriere
2019-04-04stm32_etzpc: local validation functions may be unusedEtienne Carriere
2019-04-04stm32_gpio: rename excep into exceptionsEtienne Carriere
2019-04-04stm32_gpio: make all local variables be initializedEtienne Carriere
2019-04-04stm32mp1: embed stm32_rng driverEtienne Carriere
2019-04-04stm32_rng: driver for STM32 RNGEtienne Carriere
2019-04-04stm32mp1: util for shared resources refcountEtienne Carriere
2019-04-01mbedtls: Support AES-CCM algorithmJens Wiklander
2019-04-01libmbedtls: Support cipher XTS algorithmJens Wiklander
2019-04-01libmbedtls: Support DSA algorithmJens Wiklander
2019-04-01core: with mbedtls as crypto lib compile LTC tooJens Wiklander
2019-04-01libmbedtls: support mbedTLS in kernel modeEdison Ai
2019-03-28core: ltc: add tomcrypt_init() when not crypto libJens Wiklander
2019-03-28core: tomcrypt.c: conditionally init for aciphersJens Wiklander
2019-03-28core: LTC use only _CFG_CORE_LTC_ variablesJens Wiklander
2019-03-28core: ltc: tomcrypt.c: remove unused includesJens Wiklander
2019-03-28core: ltc: rename prng_mpa to prng_cryptoJens Wiklander
2019-03-28core: ltc: move remaining external files from srcJens Wiklander
2019-03-28core: ltc: move remaining exported aes functionsJens Wiklander
2019-03-28core: ltc: move remaining exported hash functionsJens Wiklander
2019-03-28core: ltc: move dh wrappers to separate fileJens Wiklander
2019-03-28core: ltc: move rsa wrappers to separate fileJens Wiklander
2019-03-28core: ltc: move ecc wrappers to separate fileJens Wiklander
2019-03-28core: ltc: move dsa wrappers to separate fileJens Wiklander
2019-03-28core: crypto.c: don't use _CFG_CRYPTO_WITH_ACIPHERJens Wiklander
2019-03-28Move CFG_CORE_MBEDTLS_MPI init to mk/config.mkJens Wiklander
2019-03-28Move CFG_CRYPTOLIB_{NAME,DIR} init to mk/config.mkJens Wiklander
2019-03-28core: arm: link tee.elf with lib archivesJens Wiklander
2019-03-28core: ltc: dsa_import() use inlen instead of MAX_RSA_SIZEJens Wiklander
2019-03-22core: add encrypt key length in AES encrypt APISummer Qin
2019-03-22core: compile only libmpa with libtomcryptJens Wiklander
2019-03-22Only clear base-prefix for crypto libraries in coreJens Wiklander
2019-03-22Add CFG_CRYPTOLIB_NAME_$(CFG_CRYPTOLIB_NAME)Jens Wiklander
2019-03-22core: crypto: move AES-CTS wrappers from libtomcrypt/ to crypto/Jens Wiklander
2019-03-20core: user_ta: implement ASLR for TAsJerome Forissier
2019-03-20core: user_ta: use consistent formatting for addresses in TA dumpJerome Forissier
2019-03-15generic_boot: reserve optee_tzdram memoryRouven Czerwinski
2019-03-15generic_boot: retrieve address-cells and size-cells from rootRouven Czerwinski
2019-03-15generic_boot: rename shared reserved memory nodeRouven Czerwinski
2019-03-14zynqmp: fix UART1 base for zcu102, zc1751_dc1, zc1751_dc2 flavorsMichael Grand
2019-03-11core: crypto: introduce struct crypto_authenc_opsJens Wiklander
2019-03-11core: crypto: introduce struct crypto_cipher_opsJens Wiklander
2019-03-11core: crypto: introduce struct crypto_mac_opsJens Wiklander
2019-03-11core: implement crypto_cipher_get_block_size()Jens Wiklander
2019-03-11core: crypto: introduce struct crypto_hash_opsJens Wiklander
2019-03-09Add support for ultra96 ZynqMP boardMichael Grand