cosmetics

This commit is contained in:
Andreas Steffen
2011-09-08 12:08:11 +02:00
parent c7787eac47
commit 10b7ff90e6
2 changed files with 5 additions and 8 deletions
+4 -5
View File
@@ -23,17 +23,16 @@
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
* 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
+1 -3
View File
@@ -28,15 +28,13 @@ typedef struct private_tcg_pts_attr_get_aik_t private_tcg_pts_attr_get_aik_t;
*
* 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
*
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
* | Reserved |
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
*
*/
#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.