mirror of https://github.com/ARMmbed/mbed-os.git
commit
254650c03f
|
@ -12,6 +12,11 @@
|
||||||
/* to a stable set of APIs once all the feedback has been considered. */
|
/* to a stable set of APIs once all the feedback has been considered. */
|
||||||
/***************************************************************************/
|
/***************************************************************************/
|
||||||
|
|
||||||
|
/** @addtogroup PSA-Attestation
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
#ifndef __PSA_INITIAL_ATTESTATION_API_H__
|
#ifndef __PSA_INITIAL_ATTESTATION_API_H__
|
||||||
#define __PSA_INITIAL_ATTESTATION_API_H__
|
#define __PSA_INITIAL_ATTESTATION_API_H__
|
||||||
|
|
||||||
|
@ -223,4 +228,6 @@ psa_initial_attest_get_token_size(uint32_t challenge_size,
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/** @}*/ // PSA-Attestation
|
||||||
|
|
||||||
#endif /* __PSA_INITIAL_ATTESTATION_API_H__ */
|
#endif /* __PSA_INITIAL_ATTESTATION_API_H__ */
|
||||||
|
|
Loading…
Reference in New Issue