arm-trusted-firmware/plat/st/common
Yann Gautier 4ac5b3949d refactor(auth): replace plat_convert_pk
Following discussions in the reviews of the patch that introduced
plat_convert_pk() function [1], it was decided to deprecate it to
avoid weak function declaration.
A new optional function pointer convert_pk is added to crypto_lib_desc_t.
A new function crypto_mod_convert_pk() will either call
crypto_lib_desc.convert_pk() if it is defined, or do the same
as what was done by the weak function otherwise.

[1] https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/17174

Signed-off-by: Yann Gautier <yann.gautier@foss.st.com>
Change-Id: I9358867f8bfd5e96b5ee238c066877da368e43c6
2023-04-21 09:46:01 +01:00
..
include refactor(st): move mbedtls config files 2023-03-15 18:08:26 +01:00
bl2_io_storage.c refactor(st): remove unused io_mmc driver 2022-12-19 09:13:41 +01:00
common.mk refactor(st): move mbedtls config files 2023-03-15 18:08:26 +01:00
common_rules.mk feat(st): mandate dtc version 1.4.7 2023-03-15 18:08:26 +01:00
stm32cubeprogrammer_uart.c refactor(st): configure baudrate for UART programmer 2022-09-23 15:17:43 +02:00
stm32cubeprogrammer_usb.c fix(st): add missing string.h include 2022-10-03 10:00:03 +02:00
stm32mp_common.c refactor(st): move board info in common code 2023-01-04 16:46:07 +01:00
stm32mp_crypto_lib.c refactor(auth): replace plat_convert_pk 2023-04-21 09:46:01 +01:00
stm32mp_dt.c fix(st): use Boolean type for tests 2022-12-07 14:20:01 +01:00
stm32mp_fconf_io.c fix(st): make metadata_block_spec static 2022-12-13 09:48:56 +01:00
stm32mp_gic.c refactor(st): move GIC code to common directory 2023-01-04 16:43:12 +01:00
stm32mp_trusted_boot.c feat(stm32mp1): add the TRUSTED_BOARD_BOOT support 2022-11-14 11:25:01 +01:00
usb_dfu.c feat(plat/st): add a USB DFU stack 2021-10-29 16:43:36 +02:00