mirror of https://github.com/ARMmbed/mbed-os.git
Remove unnecessary define
parent
7776fea903
commit
ba47b450aa
|
@ -158,8 +158,6 @@ typedef struct psa_crypto_ipc_aead_s
|
||||||
* and in order to use the existing infrastructure of the SPM-IPC we provide a struct to
|
* and in order to use the existing infrastructure of the SPM-IPC we provide a struct to
|
||||||
* pack them together.
|
* pack them together.
|
||||||
*/
|
*/
|
||||||
// Max supported HASH size is 64 bytes - for SHA-512.
|
|
||||||
#define PSA_HASH_MAX_SIZE 64
|
|
||||||
typedef struct psa_crypto_ipc_asymmetric_s
|
typedef struct psa_crypto_ipc_asymmetric_s
|
||||||
{
|
{
|
||||||
psa_sec_function_t func;
|
psa_sec_function_t func;
|
||||||
|
|
Loading…
Reference in New Issue