Home
last modified time | relevance | path

Searched hist:"80 f47278d9577d02e60540a2426b5cd28fb4d637" (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/crypto/
H A Daes-gcm-sw.c80f47278d9577d02e60540a2426b5cd28fb4d637 Mon Mar 30 12:37:07 UTC 2020 Jens Wiklander <jens.wiklander@linaro.org> core: drop __weak from internal_aes_gcm_update_payload_blocks()

Removes the __weak attribute from internal_aes_gcm_update_payload_blocks()
now that both AArch32 and AArch64 have an optimized replacement.

The previous __weak internal_aes_gcm_update_payload_blocks() is now
moved into core/crypto/aes-gcm-sw.c with its helper functions.

Acked-by: Etienne Carriere <etienne.carriere@linaro.org>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
H A Daes-gcm.c80f47278d9577d02e60540a2426b5cd28fb4d637 Mon Mar 30 12:37:07 UTC 2020 Jens Wiklander <jens.wiklander@linaro.org> core: drop __weak from internal_aes_gcm_update_payload_blocks()

Removes the __weak attribute from internal_aes_gcm_update_payload_blocks()
now that both AArch32 and AArch64 have an optimized replacement.

The previous __weak internal_aes_gcm_update_payload_blocks() is now
moved into core/crypto/aes-gcm-sw.c with its helper functions.

Acked-by: Etienne Carriere <etienne.carriere@linaro.org>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
/optee_os/core/include/crypto/
H A Dinternal_aes-gcm.h80f47278d9577d02e60540a2426b5cd28fb4d637 Mon Mar 30 12:37:07 UTC 2020 Jens Wiklander <jens.wiklander@linaro.org> core: drop __weak from internal_aes_gcm_update_payload_blocks()

Removes the __weak attribute from internal_aes_gcm_update_payload_blocks()
now that both AArch32 and AArch64 have an optimized replacement.

The previous __weak internal_aes_gcm_update_payload_blocks() is now
moved into core/crypto/aes-gcm-sw.c with its helper functions.

Acked-by: Etienne Carriere <etienne.carriere@linaro.org>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>