Home
last modified time | relevance | path

Searched hist:"4 ac5b3949d874c4e0cd74fce8360a554bfd4cd3f" (Results 1 – 9 of 9) sorted by relevance

/rk3399_ARM-atf/drivers/nxp/crypto/caam/src/auth/
H A Dnxp_crypto.c4ac5b3949d874c4e0cd74fce8360a554bfd4cd3f Tue Jan 24 08:39:47 UTC 2023 Yann Gautier <yann.gautier@foss.st.com> 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
/rk3399_ARM-atf/plat/st/common/
H A Dstm32mp_crypto_lib.c4ac5b3949d874c4e0cd74fce8360a554bfd4cd3f Tue Jan 24 08:39:47 UTC 2023 Yann Gautier <yann.gautier@foss.st.com> 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
/rk3399_ARM-atf/docs/design/
H A Dauth-framework.rst4ac5b3949d874c4e0cd74fce8360a554bfd4cd3f Tue Jan 24 08:39:47 UTC 2023 Yann Gautier <yann.gautier@foss.st.com> 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
/rk3399_ARM-atf/drivers/auth/
H A Dcrypto_mod.c4ac5b3949d874c4e0cd74fce8360a554bfd4cd3f Tue Jan 24 08:39:47 UTC 2023 Yann Gautier <yann.gautier@foss.st.com> 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
H A Dauth_mod.c4ac5b3949d874c4e0cd74fce8360a554bfd4cd3f Tue Jan 24 08:39:47 UTC 2023 Yann Gautier <yann.gautier@foss.st.com> 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
/rk3399_ARM-atf/include/drivers/auth/
H A Dcrypto_mod.h4ac5b3949d874c4e0cd74fce8360a554bfd4cd3f Tue Jan 24 08:39:47 UTC 2023 Yann Gautier <yann.gautier@foss.st.com> 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
/rk3399_ARM-atf/drivers/auth/mbedtls/
H A Dmbedtls_crypto.c4ac5b3949d874c4e0cd74fce8360a554bfd4cd3f Tue Jan 24 08:39:47 UTC 2023 Yann Gautier <yann.gautier@foss.st.com> 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
/rk3399_ARM-atf/docs/
H A Dporting-guide.rst4ac5b3949d874c4e0cd74fce8360a554bfd4cd3f Tue Jan 24 08:39:47 UTC 2023 Yann Gautier <yann.gautier@foss.st.com> 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
/rk3399_ARM-atf/include/plat/common/
H A Dplatform.h4ac5b3949d874c4e0cd74fce8360a554bfd4cd3f Tue Jan 24 08:39:47 UTC 2023 Yann Gautier <yann.gautier@foss.st.com> 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