Skip to content

Commit

Permalink
core: pager: use new aes-gcm implementation
Browse files Browse the repository at this point in the history
Pager switches to use the new internal accelerated AES-GCM
implementation instead of the old software only implementation.

Tested-by: Jens Wiklander <jens.wiklander@linaro.org> (QEMU, Hikey)
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
  • Loading branch information
jenswi-linaro committed Nov 23, 2017
1 parent acf27c9 commit 35c4cf8
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 389 deletions.
334 changes: 0 additions & 334 deletions core/arch/arm/mm/pager_aes_gcm.c

This file was deleted.

45 changes: 0 additions & 45 deletions core/arch/arm/mm/pager_private.h

This file was deleted.

1 change: 0 additions & 1 deletion core/arch/arm/mm/sub.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
srcs-y += core_mmu.c
srcs-$(CFG_WITH_PAGER) += tee_pager.c
srcs-$(CFG_WITH_PAGER) += pager_aes_gcm.c
srcs-y += tee_mmu.c
ifeq ($(CFG_WITH_LPAE),y)
srcs-y += core_mmu_lpae.c
Expand Down
Loading

0 comments on commit 35c4cf8

Please sign in to comment.