Use MBEDTLS_PRIVATE
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
cf4d2bdc09
commit
a35551ef01
1 changed files with 4 additions and 4 deletions
|
@ -60,10 +60,10 @@ typedef enum {
|
|||
* The structure is used SHA-3 checksum calculations.
|
||||
*/
|
||||
typedef struct {
|
||||
uint64_t state[25];
|
||||
uint32_t index;
|
||||
uint16_t olen;
|
||||
uint16_t max_block_size;
|
||||
uint64_t MBEDTLS_PRIVATE(state[25]);
|
||||
uint32_t MBEDTLS_PRIVATE(index);
|
||||
uint16_t MBEDTLS_PRIVATE(olen);
|
||||
uint16_t MBEDTLS_PRIVATE(max_block_size);
|
||||
}
|
||||
mbedtls_sha3_context;
|
||||
|
||||
|
|
Loading…
Reference in a new issue