cosmetics
This commit is contained in:
@@ -23,17 +23,16 @@
|
|||||||
typedef struct private_tcg_pts_attr_aik_t private_tcg_pts_attr_aik_t;
|
typedef struct private_tcg_pts_attr_aik_t private_tcg_pts_attr_aik_t;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Attestation Identity Key (see section 3.13 of PTS Protocol: Binding to TNC IF-M Specification)
|
* Attestation Identity Key
|
||||||
|
* see section 3.13 of PTS Protocol: Binding to TNC IF-M Specification
|
||||||
*
|
*
|
||||||
* 1 2 3
|
* 1 2 3
|
||||||
* 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
|
* 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
|
||||||
*
|
|
||||||
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
||||||
* | Flags | Attestation Identity Key (Variable Lenght) ~
|
* | Flags | Attestation Identity Key (Variable Length) ~
|
||||||
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
||||||
* | Attestation Identity Key (Variable Lenght) ~
|
* | Attestation Identity Key (Variable Length) ~
|
||||||
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define PTS_AIK_SIZE 4
|
#define PTS_AIK_SIZE 4
|
||||||
|
|||||||
@@ -28,15 +28,13 @@ typedef struct private_tcg_pts_attr_get_aik_t private_tcg_pts_attr_get_aik_t;
|
|||||||
*
|
*
|
||||||
* 1 2 3
|
* 1 2 3
|
||||||
* 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
|
* 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
|
||||||
*
|
|
||||||
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
||||||
* | Reserved |
|
* | Reserved |
|
||||||
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define PTS_GET_AIK_SIZE 4
|
#define PTS_GET_AIK_SIZE 4
|
||||||
#define PTS_GET_AIK_RESERVED 0x00
|
#define PTS_GET_AIK_RESERVED 0x00000000
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Private data of an tcg_pts_attr_get_aik_t object.
|
* Private data of an tcg_pts_attr_get_aik_t object.
|
||||||
|
|||||||
Reference in New Issue
Block a user