blob: 356362f707109f000d6b16574e17d3a53bad08c4 [file] [log] [blame]
Antonio de Angelis8908f472018-08-31 15:44:25 +01001/*
Antonio de Angelis04debbd2019-10-14 12:12:52 +01002 * Copyright (c) 2018-2020, Arm Limited. All rights reserved.
Antonio de Angelis8908f472018-08-31 15:44:25 +01003 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 *
6 */
Antonio de Angelis8908f472018-08-31 15:44:25 +01007/**
Jamie Foxcc31d402019-01-28 17:13:52 +00008 * \file psa/crypto_extra.h
Antonio de Angelis8908f472018-08-31 15:44:25 +01009 *
10 * \brief PSA cryptography module: vendor extensions
Antonio de Angelis377a1552018-11-22 17:02:40 +000011 *
12 * \note This file may not be included directly. Applications must
Jamie Foxcc31d402019-01-28 17:13:52 +000013 * include psa/crypto.h.
Antonio de Angelis377a1552018-11-22 17:02:40 +000014 *
15 * This file is reserved for vendor-specific definitions.
Antonio de Angelis8908f472018-08-31 15:44:25 +010016 */
17
Antonio de Angelis377a1552018-11-22 17:02:40 +000018#ifndef PSA_CRYPTO_EXTRA_H
19#define PSA_CRYPTO_EXTRA_H
Antonio de Angelis8908f472018-08-31 15:44:25 +010020
Antonio de Angelis04debbd2019-10-14 12:12:52 +010021#include "psa/crypto_compat.h"
22
Antonio de Angelis8908f472018-08-31 15:44:25 +010023#ifdef __cplusplus
24extern "C" {
25#endif
26
Antonio de Angelis8908f472018-08-31 15:44:25 +010027#ifdef __cplusplus
28}
29#endif
30
Antonio de Angelis377a1552018-11-22 17:02:40 +000031#endif /* PSA_CRYPTO_EXTRA_H */