]> git.dujemihanovic.xyz Git - u-boot.git/commit
public_key: move common functions to public key helper
authorRaymond Mao <raymond.mao@linaro.org>
Thu, 3 Oct 2024 21:50:25 +0000 (14:50 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 14 Oct 2024 23:58:40 +0000 (17:58 -0600)
commitb36a8b891123284f0b07d9ad94024bff5f430658
treeb3e7ce0c02b002c023771727f603c4bbdbd6c3c7
parent6b0d26caf111ea4494be2c9def40b4e51fe9045a
public_key: move common functions to public key helper

Move public_key_free and public_key_signature_free as helper
functions that can be shared by legacy crypto lib and MbedTLS
implementation.

Signed-off-by: Raymond Mao <raymond.mao@linaro.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
lib/crypto/Makefile
lib/crypto/public_key.c
lib/crypto/public_key_helper.c [new file with mode: 0644]