xref: /aosp_15_r20/external/open-dice/third_party/cose-c/include/p384/cose/cose_configure.h (revision 60b67249c2e226f42f35cc6cfe66c6048e0bae6b)
1 #ifndef THIRD_PARTY_COSE_C_P384_COSE_COSE_CONFIGURE_H_
2 #define THIRD_PARTY_COSE_C_P384_COSE_COSE_CONFIGURE_H_
3 
4 #define USE_ECDSA_SHA_384
5 
6 #define INCLUDE_ENCRYPT 0
7 #define INCLUDE_ENCRYPT0 0
8 #define INCLUDE_MAC 0
9 #define INCLUDE_MAC0 0
10 #define INCLUDE_SIGN 0
11 #define INCLUDE_SIGN1 1
12 #define INCLUDE_COUNTERSIGNATURE 0
13 #define INCLUDE_COUNTERSIGNATURE1 0
14 
15 #endif  // THIRD_PARTY_COSE_C_P384_COSE_COSE_CONFIGURE_H_
16