8#ifndef __TFM_PLAT_CRYPTO_KEYS_H__
9#define __TFM_PLAT_CRYPTO_KEYS_H__
56 uint32_t priv_key_size;
58 uint32_t pubx_key_size;
60 uint32_t puby_key_size;
63#define ECC_P_256_KEY_SIZE (96u)
73enum tfm_plat_err_t tfm_plat_get_crypto_huk(uint8_t *key, uint32_t size);
104tfm_plat_get_initial_attest_key(uint8_t *key_buf,
107 enum ecc_curve_t *curve_type);
Structure definition to carry pointer and size information about an Elliptic curve key which is store...
tfm_plat_err_t
Error enum for TFM platform functions.