Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/
A Dzynqmp_csu_aes.c53 if (!aes) in aes_wait()
57 status = io_read32(aes + AES_STS_OFFSET) & event; in aes_wait()
214 if (!aes || !csu) in aes_prepare_op()
222 io_write32(aes + AES_RESET_OFFSET, AES_RESET_SET); in aes_prepare_op()
223 io_write32(aes + AES_RESET_OFFSET, AES_RESET_CLR); in aes_prepare_op()
226 io_write32(aes + AES_KEY_CLR_OFFSET, 0); in aes_prepare_op()
227 io_write32(aes + AES_KEY_SRC_OFFSET, key); in aes_prepare_op()
236 io_write32(aes + AES_CFG_OFFSET, in aes_prepare_op()
255 if (!aes) in aes_done_op()
267 val = io_read32(aes + AES_KEY_CLR_OFFSET); in aes_done_op()
[all …]
/optee_os-3.20.0/core/crypto/
A Dsub.mk4 srcs-y += aes-gcm.c
6 srcs-y += aes-gcm-sw.c
8 srcs-y += aes-gcm-ghash-tbl.c
25 srcs-$(CFG_CRYPTO_CTS) += aes-cts.c
/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/aes/
A Dsub.mk4 srcs-$(_CFG_CORE_LTC_AES_DESC) += aes.c
/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/
A Dsub.mk1 subdirs-$(call cfg-one-enabled, _CFG_CORE_LTC_AES _CFG_CORE_LTC_AES_DESC) += aes
/optee_os-3.20.0/core/arch/arm/crypto/
A Daes_modes_armv8a_ce_a64.S42 aes\de \i0\().16b, \k\().16b
43 aes\mc \i0\().16b, \i0\().16b
45 aes\de \i1\().16b, \k\().16b
46 aes\mc \i1\().16b, \i1\().16b
48 aes\de \i2\().16b, \k\().16b
49 aes\mc \i2\().16b, \i2\().16b
50 aes\de \i3\().16b, \k\().16b
67 aes\de \i0\().16b, \k\().16b
69 aes\de \i1\().16b, \k\().16b
71 aes\de \i2\().16b, \k\().16b
[all …]
A Dsub.mk4 srcs-y += aes-gcm-ce.c
/optee_os-3.20.0/lib/libmbedtls/core/
A Dsub.mk8 srcs-y += aes.c
/optee_os-3.20.0/lib/libmbedtls/
A Dsub.mk7 SRCS_CRYPTO += aes.c
69 SRCS_CRYPTO += aes.c
/optee_os-3.20.0/core/lib/libtomcrypt/
A Dsub.mk129 srcs-$(_CFG_CORE_LTC_AES) += aes.c
/optee_os-3.20.0/core/drivers/crypto/caam/include/
A Dcaam_desc_defines.h344 #define PROT_BLOB_INFO(aes) SHIFT_U32(PROT_BLOB_AES_##aes, \ argument
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dcipher_wrap.c224 mbedtls_aes_context *aes = mbedtls_calloc( 1, sizeof( mbedtls_aes_context ) ); in aes_ctx_alloc() local
226 if( aes == NULL ) in aes_ctx_alloc()
229 mbedtls_aes_init( aes ); in aes_ctx_alloc()
231 return( aes ); in aes_ctx_alloc()
/optee_os-3.20.0/core/arch/arm/dts/
A Dsama5d2.dtsi328 aes@f002c000 {
329 compatible = "atmel,at91sam9g46-aes";
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DChangeLog385 * Remove the AES sample application programs/aes/aescrypt2 which shows
2305 programs/aes/aescrypt2 and programs/aes/crypt_and_hash.

Completed in 22 milliseconds