commit | 4887c0edb6a0a68e28af27d23fb4e315dd6d5ddc | [log] [tgz] |
---|---|---|
author | Raymond Mao <raymond.mao@linaro.org> | Thu Oct 03 14:50:25 2024 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 14 17:58:40 2024 -0600 |
tree | b3e7ce0c02b002c023771727f603c4bbdbd6c3c7 | |
parent | a7864eb608da45607e89d37e6ad91aff3ac3e3e6 [diff] |
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>