block_cipher: remove useless use of psa_cipher_operation_t
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
1cf81c3c80
commit
849a1abfdd
2 changed files with 2 additions and 10 deletions
|
@ -25,7 +25,7 @@
|
|||
#endif
|
||||
|
||||
#if defined(MBEDTLS_BLOCK_CIPHER_SOME_PSA)
|
||||
#include "psa/crypto.h"
|
||||
#include "psa/crypto_types.h"
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -53,7 +53,6 @@ typedef struct {
|
|||
mbedtls_block_cipher_id_t MBEDTLS_PRIVATE(id);
|
||||
#if defined(MBEDTLS_BLOCK_CIPHER_SOME_PSA)
|
||||
mbedtls_block_cipher_engine_t engine;
|
||||
psa_cipher_operation_t psa_operation;
|
||||
psa_key_type_t psa_key_type;
|
||||
mbedtls_svc_key_id_t psa_key_id;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue