Embed credBlob onto credId.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2022-12-07 15:54:10 +01:00
parent 4cb0af5045
commit 9d79505c5a
2 changed files with 6 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ typedef struct CredExtensions {
const bool *hmac_secret;
uint64_t credProtect;
const bool *minPinLength;
CborByteString credBlob;
bool present;
} CredExtensions;