Pass check-files.py
This commit is contained in:
parent
e5c025c7ab
commit
c079f5692d
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ extern "C" {
|
||||||
/** An internal designation of a key slot between the core part of the
|
/** An internal designation of a key slot between the core part of the
|
||||||
* PSA Crypto implementation and the driver. The meaning of this value
|
* PSA Crypto implementation and the driver. The meaning of this value
|
||||||
* is driver-dependent. */
|
* is driver-dependent. */
|
||||||
typedef uint32_t psa_key_slot_number_t; // TODO: Change this to psa_key_slot_t after psa_key_slot_t is removed from Mbed crypto
|
typedef uint32_t psa_key_slot_number_t; // Change this to psa_key_slot_t after psa_key_slot_t is removed from Mbed crypto
|
||||||
|
|
||||||
/** \defgroup se_mac Secure Element Message Authentication Codes
|
/** \defgroup se_mac Secure Element Message Authentication Codes
|
||||||
* Generation and authentication of Message Authentication Codes (MACs) using
|
* Generation and authentication of Message Authentication Codes (MACs) using
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue