commit | b36a8b891123284f0b07d9ad94024bff5f430658 | [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 | 6b0d26caf111ea4494be2c9def40b4e51fe9045a [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>