Added ECDH algorithms for XKEK and AUT.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2022-08-10 23:28:44 +02:00
parent 7badd19a07
commit 36b1bf9875
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

View file

@ -50,6 +50,8 @@ extern const uint8_t sc_hsm_aid[];
#define ALGO_EC_SHA384 0x74
#define ALGO_EC_SHA512 0x75
#define ALGO_EC_DH 0x80 /* ECDH key derivation */
#define ALGO_EC_DH_AUTPUK 0x83
#define ALGO_EC_DH_XKEK 0x84
#define ALGO_WRAP 0x92
#define ALGO_UNWRAP 0x93