aboutsummaryrefslogtreecommitdiff
path: root/protocols/service/crypto/packed-c/close_key.h
blob: db66c18a2b1c47bf729c12fa5faa6909350d3fad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved.
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef TS_CRYPTO_CLOSE_KEY_H
#define TS_CRYPTO_CLOSE_KEY_H

#include <stdint.h>

/* Mandatory fixed sized input parameters */
struct __attribute__ ((__packed__)) ts_crypto_close_key_in
{
  uint32_t handle;
};

#endif /* TS_CRYPTO_CLOSE_KEY_H */