Fixed Doxygen comments after scanning complete src directory
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@
|
||||
/**
|
||||
* @defgroup libpts libpts
|
||||
*
|
||||
* @defgroup iplugins plugins
|
||||
* @defgroup libpts_plugins plugins
|
||||
* @ingroup libpts
|
||||
*
|
||||
* @addtogroup libpts
|
||||
|
||||
@@ -14,9 +14,8 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
*
|
||||
* @defgroup imc_attestation_process_t imc_attestation_process
|
||||
* @{ @ingroup imc_attestation_process
|
||||
* @{ @ingroup imc_attestation
|
||||
*/
|
||||
|
||||
#ifndef IMC_ATTESTATION_PROCESS_H_
|
||||
|
||||
@@ -14,9 +14,11 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup imc_attestation imc_attestation
|
||||
* @ingroup libpts_plugins
|
||||
*
|
||||
* @defgroup imc_attestation_state_t imc_attestation_state
|
||||
* @{ @ingroup imc_attestation_state
|
||||
* @{ @ingroup imc_attestation
|
||||
*/
|
||||
|
||||
#ifndef IMC_ATTESTATION_STATE_H_
|
||||
|
||||
@@ -14,9 +14,8 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
*
|
||||
* @defgroup attest_db_t attest_db
|
||||
* @{ @ingroup attest_db
|
||||
* @{ @ingroup libpts
|
||||
*/
|
||||
|
||||
#ifndef ATTEST_DB_H_
|
||||
|
||||
@@ -14,9 +14,8 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
*
|
||||
* @defgroup imv_attestation_build_t imv_attestation_build
|
||||
* @{ @ingroup imv_attestation_build
|
||||
* @{ @ingroup imv_attestation
|
||||
*/
|
||||
|
||||
#ifndef IMV_ATTESTATION_BUILD_H_
|
||||
|
||||
@@ -14,9 +14,8 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
*
|
||||
* @defgroup imv_attestation_process_t imv_attestation_process
|
||||
* @{ @ingroup imv_attestation_process
|
||||
* @{ @ingroup imv_attestation
|
||||
*/
|
||||
|
||||
#ifndef IMV_ATTESTATION_PROCESS_H_
|
||||
|
||||
@@ -14,9 +14,11 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup imv_attestation imv_attestation
|
||||
* @ingroup libpts_plugins
|
||||
*
|
||||
* @defgroup imv_attestation_state_t imv_attestation_state
|
||||
* @{ @ingroup imv_attestation_state
|
||||
* @{ @ingroup imv_attestation
|
||||
*/
|
||||
|
||||
#ifndef IMV_ATTESTATION_STATE_H_
|
||||
@@ -73,7 +75,7 @@ struct imv_attestation_state_t {
|
||||
*/
|
||||
imv_attestation_handshake_state_t (*get_handshake_state)(
|
||||
imv_attestation_state_t *this);
|
||||
|
||||
|
||||
/**
|
||||
* Set state of the handshake
|
||||
*
|
||||
@@ -133,7 +135,7 @@ struct imv_attestation_state_t {
|
||||
/**
|
||||
* Get a Functional Component with a given name
|
||||
*
|
||||
* @param name Name of the requested Functional Component
|
||||
* @param name Name of the requested Functional Component
|
||||
* @return Functional Component if found, NULL otherwise
|
||||
*/
|
||||
pts_component_t* (*get_component)(imv_attestation_state_t *this,
|
||||
|
||||
@@ -95,7 +95,7 @@ struct pts_comp_func_name_t {
|
||||
*
|
||||
* @param vid PTS Component Functional Name Vendor ID
|
||||
* @param name PTS Component Functional Name
|
||||
* @param PTS Component Functional Name Qualifier
|
||||
* @param qualifier PTS Component Functional Name Qualifier
|
||||
*/
|
||||
pts_comp_func_name_t* pts_comp_func_name_create(u_int32_t vid, u_int32_t name,
|
||||
u_int8_t qualifier);
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
/**
|
||||
* @defgroup pts pts
|
||||
* @{ @ingroup pts
|
||||
* @{ @ingroup libpts
|
||||
*/
|
||||
|
||||
#ifndef PTS_H_
|
||||
|
||||
@@ -48,12 +48,12 @@ enum pts_dh_group_t {
|
||||
* Diffie-Hellman Group Values
|
||||
* see section 3.8.6 of PTS Protocol: Binding to TNC IF-M Specification
|
||||
*
|
||||
* 1
|
||||
* 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5
|
||||
* 1
|
||||
* 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5
|
||||
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
||||
* |1|2|3|4|5|R|R|R|R|R|R|R|R|R|R|R|
|
||||
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
@@ -90,8 +90,8 @@ bool pts_dh_group_update(char *dh_group, pts_dh_group_t *dh_groups);
|
||||
* @param offered_groups set of offered DH groups
|
||||
* @return selected DH group
|
||||
*/
|
||||
pts_dh_group_t pts_dh_group_select(pts_dh_group_t supported_dh_groups,
|
||||
pts_dh_group_t offered_dh_groups);
|
||||
pts_dh_group_t pts_dh_group_select(pts_dh_group_t supported_groups,
|
||||
pts_dh_group_t offered_groups);
|
||||
|
||||
/**
|
||||
* Convert pts_dh_group_t to diffie_hellman_group_t
|
||||
|
||||
@@ -57,7 +57,7 @@ struct pts_file_meas_t {
|
||||
/**
|
||||
* Create a PTS File Measurement enumerator
|
||||
*
|
||||
* @return Enumerator returning filename and measurement
|
||||
* @return Enumerator returning filename and measurement
|
||||
*/
|
||||
enumerator_t* (*create_enumerator)(pts_file_meas_t *this);
|
||||
|
||||
@@ -76,7 +76,7 @@ struct pts_file_meas_t {
|
||||
* Verify stored hashes against PTS File Measurements
|
||||
*
|
||||
* @param e_hash Hash enumerator
|
||||
* @paraem is_dir TRUE for directory contents hashes
|
||||
* @param is_dir TRUE for directory contents hashes
|
||||
* @return TRUE if all hashes match a measurement
|
||||
*/
|
||||
bool (*verify)(pts_file_meas_t *this, enumerator_t *e_hash, bool is_dir);
|
||||
|
||||
@@ -14,8 +14,8 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup tcg_attrt tcg_attr
|
||||
* @{ @ingroup tcg_attr
|
||||
* @defgroup tcg_attr tcg_attr
|
||||
* @{ @ingroup libpts
|
||||
*/
|
||||
|
||||
#ifndef TCG_ATTR_H_
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
/**
|
||||
* @defgroup tcg_pts_attr_aik tcg_pts_attr_aik
|
||||
* @{ @ingroup tcg_pts_attr_aik
|
||||
* @{ @ingroup tcg_attr
|
||||
*/
|
||||
|
||||
#ifndef TCG_PTS_ATTR_AIK_H_
|
||||
@@ -38,7 +38,7 @@ struct tcg_pts_attr_aik_t {
|
||||
* Public PA-TNC attribute interface
|
||||
*/
|
||||
pa_tnc_attr_t pa_tnc_attribute;
|
||||
|
||||
|
||||
/**
|
||||
* Get AIK
|
||||
*
|
||||
@@ -50,7 +50,7 @@ struct tcg_pts_attr_aik_t {
|
||||
|
||||
/**
|
||||
* Creates an tcg_pts_attr_aik_t object
|
||||
*
|
||||
*
|
||||
* @param aik Attestation Identity Key
|
||||
*/
|
||||
pa_tnc_attr_t* tcg_pts_attr_aik_create(certificate_t *aik);
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
/**
|
||||
* @defgroup tcg_pts_attr_dh_nonce_finish tcg_pts_attr_dh_nonce_finish
|
||||
* @{ @ingroup tcg_pts_attr_dh_nonce_finish
|
||||
* @{ @ingroup tcg_attr
|
||||
*/
|
||||
|
||||
#ifndef TCG_PTS_ATTR_DH_NONCE_FINISH_H_
|
||||
@@ -64,7 +64,7 @@ struct tcg_pts_attr_dh_nonce_finish_t {
|
||||
* @return DH Initiator Nonce
|
||||
*/
|
||||
chunk_t (*get_initiator_nonce)(tcg_pts_attr_dh_nonce_finish_t *this);
|
||||
|
||||
|
||||
};
|
||||
|
||||
/**
|
||||
@@ -76,7 +76,7 @@ struct tcg_pts_attr_dh_nonce_finish_t {
|
||||
*/
|
||||
pa_tnc_attr_t* tcg_pts_attr_dh_nonce_finish_create(
|
||||
pts_meas_algorithms_t hash_algo,
|
||||
chunk_t initiator_value,
|
||||
chunk_t initiator_value,
|
||||
chunk_t initiator_nonce);
|
||||
|
||||
/**
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
/**
|
||||
* @defgroup tcg_pts_attr_dh_nonce_params_req tcg_pts_attr_dh_nonce_params_req
|
||||
* @{ @ingroup tcg_pts_attr_dh_nonce_params_req
|
||||
* @{ @ingroup tcg_attr
|
||||
*/
|
||||
|
||||
#ifndef TCG_PTS_ATTR_DH_NONCE_PARAMS_REQ_H_
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
/**
|
||||
* @defgroup tcg_pts_attr_dh_nonce_params_resp tcg_pts_attr_dh_nonce_params_resp
|
||||
* @{ @ingroup tcg_pts_attr_dh_nonce_params_resp
|
||||
* @{ @ingroup tcg_attr
|
||||
*/
|
||||
|
||||
#ifndef TCG_PTS_ATTR_DH_NONCE_PARAMS_RESP_H_
|
||||
@@ -67,7 +67,7 @@ struct tcg_pts_attr_dh_nonce_params_resp_t {
|
||||
* @return DH Responder Public Value
|
||||
*/
|
||||
chunk_t (*get_responder_value)(tcg_pts_attr_dh_nonce_params_resp_t *this);
|
||||
|
||||
|
||||
};
|
||||
|
||||
/**
|
||||
@@ -76,11 +76,11 @@ struct tcg_pts_attr_dh_nonce_params_resp_t {
|
||||
* @param dh_group Selected DH group
|
||||
* @param hash_algo_set Set of supported hash algorithms
|
||||
* @param responder_nonce DH Responder Nonce
|
||||
* @param responder_pub_val DH Responder Public value
|
||||
* @param responder_value DH Responder Public value
|
||||
*/
|
||||
pa_tnc_attr_t* tcg_pts_attr_dh_nonce_params_resp_create(pts_dh_group_t dh_group,
|
||||
pts_meas_algorithms_t hash_algo_set,
|
||||
chunk_t responder_nonce,
|
||||
chunk_t responder_nonce,
|
||||
chunk_t responder_value);
|
||||
|
||||
/**
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
/**
|
||||
* @defgroup tcg_pts_attr_file_meas tcg_pts_attr_file_meas
|
||||
* @{ @ingroup tcg_pts_attr_file_meas
|
||||
* @{ @ingroup tcg_attr
|
||||
*/
|
||||
|
||||
#ifndef TCG_PTS_ATTR_FILE_MEAS_H_
|
||||
@@ -38,19 +38,19 @@ struct tcg_pts_attr_file_meas_t {
|
||||
* Public PA-TNC attribute interface
|
||||
*/
|
||||
pa_tnc_attr_t pa_tnc_attribute;
|
||||
|
||||
|
||||
/**
|
||||
* Get PTS File Measurements
|
||||
*
|
||||
* @return PTS File Measurements
|
||||
*/
|
||||
pts_file_meas_t* (*get_measurements)(tcg_pts_attr_file_meas_t *this);
|
||||
|
||||
|
||||
};
|
||||
|
||||
/**
|
||||
* Creates an tcg_pts_attr_file_meas_t object
|
||||
*
|
||||
*
|
||||
* @param measurements PTS File Measurements
|
||||
*/
|
||||
pa_tnc_attr_t* tcg_pts_attr_file_meas_create(pts_file_meas_t *measurements);
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
/**
|
||||
* @defgroup tcg_pts_attr_gen_attest_evid tcg_pts_attr_gen_attest_evid
|
||||
* @{ @ingroup tcg_pts_attr_gen_attest_evid
|
||||
* @{ @ingroup tcg_attr
|
||||
*/
|
||||
|
||||
#ifndef TCG_PTS_ATTR_GEN_ATTEST_EVID_H_
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
/**
|
||||
* @defgroup tcg_pts_attr_get_aik tcg_pts_attr_get_aik
|
||||
* @{ @ingroup tcg_pts_attr_get_aik
|
||||
* @{ @ingroup tcg_attr
|
||||
*/
|
||||
|
||||
#ifndef TCG_PTS_ATTR_GET_AIK_H_
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
/**
|
||||
* @defgroup tcg_pts_attr_get_tpm_version_info tcg_pts_attr_get_tpm_version_info
|
||||
* @{ @ingroup tcg_pts_attr_get_tpm_version_info
|
||||
* @{ @ingroup tcg_attr
|
||||
*/
|
||||
|
||||
#ifndef TCG_PTS_ATTR_GET_TPM_VERSION_INFO_H_
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
/**
|
||||
* @defgroup tcg_pts_attr_meas_algo tcg_pts_attr_meas_algo
|
||||
* @{ @ingroup tcg_pts_attr_meas_algo
|
||||
* @{ @ingroup tcg_attr
|
||||
*/
|
||||
|
||||
#ifndef TCG_PTS_ATTR_MEAS_ALGO_H_
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
/**
|
||||
* @defgroup tcg_pts_attr_proto_caps tcg_pts_attr_proto_caps
|
||||
* @{ @ingroup tcg_pts_attr_proto_caps
|
||||
* @{ @ingroup tcg_attr
|
||||
*/
|
||||
|
||||
#ifndef TCG_PTS_ATTR_PROTO_CAPS_H_
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
/**
|
||||
* @defgroup tcg_pts_attr_req_file_meas tcg_pts_attr_req_file_meas
|
||||
* @{ @ingroup tcg_pts_attr_req_file_meas
|
||||
* @{ @ingroup tcg_attr
|
||||
*/
|
||||
|
||||
#ifndef TCG_PTS_ATTR_REQ_FILE_MEAS_H_
|
||||
@@ -36,7 +36,7 @@ struct tcg_pts_attr_req_file_meas_t {
|
||||
* Public PA-TNC attribute interface
|
||||
*/
|
||||
pa_tnc_attr_t pa_tnc_attribute;
|
||||
|
||||
|
||||
/**
|
||||
* Get flag for PTS Request File Measurement
|
||||
*
|
||||
@@ -50,7 +50,6 @@ struct tcg_pts_attr_req_file_meas_t {
|
||||
* @return Request ID
|
||||
*/
|
||||
u_int16_t (*get_request_id)(tcg_pts_attr_req_file_meas_t *this);
|
||||
|
||||
|
||||
/**
|
||||
* Get Delimiter
|
||||
@@ -58,19 +57,19 @@ struct tcg_pts_attr_req_file_meas_t {
|
||||
* @return UTF-8 encoding of a Delimiter Character
|
||||
*/
|
||||
u_int32_t (*get_delimiter)(tcg_pts_attr_req_file_meas_t *this);
|
||||
|
||||
|
||||
/**
|
||||
* Get Fully Qualified File Pathname
|
||||
*
|
||||
* @return Pathname
|
||||
*/
|
||||
char* (*get_pathname)(tcg_pts_attr_req_file_meas_t *this);
|
||||
|
||||
|
||||
};
|
||||
|
||||
/**
|
||||
* Creates an tcg_pts_attr_req_file_meas_t object
|
||||
*
|
||||
*
|
||||
* @param directory_flag Directory Contents Flag
|
||||
* @param request_id Request ID
|
||||
* @param delimiter Delimiter Character
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
/**
|
||||
* @defgroup tcg_pts_attr_req_file_meta tcg_pts_attr_req_file_meta
|
||||
* @{ @ingroup tcg_pts_attr_req_file_meta
|
||||
* @{ @ingroup tcg_attr
|
||||
*/
|
||||
|
||||
#ifndef TCG_PTS_ATTR_REQ_FILE_META_H_
|
||||
@@ -36,7 +36,7 @@ struct tcg_pts_attr_req_file_meta_t {
|
||||
* Public PA-TNC attribute interface
|
||||
*/
|
||||
pa_tnc_attr_t pa_tnc_attribute;
|
||||
|
||||
|
||||
/**
|
||||
* Get directory flag for PTS Request File Metadata
|
||||
*
|
||||
@@ -50,19 +50,19 @@ struct tcg_pts_attr_req_file_meta_t {
|
||||
* @return UTF-8 encoding of a Delimiter Character
|
||||
*/
|
||||
u_int8_t (*get_delimiter)(tcg_pts_attr_req_file_meta_t *this);
|
||||
|
||||
|
||||
/**
|
||||
* Get Fully Qualified File Pathname
|
||||
*
|
||||
* @return Pathname
|
||||
*/
|
||||
char* (*get_pathname)(tcg_pts_attr_req_file_meta_t *this);
|
||||
|
||||
|
||||
};
|
||||
|
||||
/**
|
||||
* Creates an tcg_pts_attr_req_file_meta_t object
|
||||
*
|
||||
*
|
||||
* @param directory_flag Directory Contents Flag
|
||||
* @param delimiter Delimiter Character
|
||||
* @param pathname File Pathname
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
/**
|
||||
* @defgroup tcg_pts_attr_req_func_comp_evid tcg_pts_attr_req_func_comp_evid
|
||||
* @{ @ingroup tcg_pts_attr_req_func_comp_evid
|
||||
* @{ @ingroup tcg_attr
|
||||
*/
|
||||
|
||||
#ifndef TCG_PTS_ATTR_REQ_FUNC_COMP_EVID_H_
|
||||
@@ -37,7 +37,7 @@ struct tcg_pts_attr_req_func_comp_evid_t {
|
||||
* Public PA-TNC attribute interface
|
||||
*/
|
||||
pa_tnc_attr_t pa_tnc_attribute;
|
||||
|
||||
|
||||
/**
|
||||
* Add a component to the Functional Component Evidence Request
|
||||
*
|
||||
@@ -62,7 +62,7 @@ struct tcg_pts_attr_req_func_comp_evid_t {
|
||||
* @return Entry enumerator
|
||||
*/
|
||||
enumerator_t* (*create_enumerator)(tcg_pts_attr_req_func_comp_evid_t *this);
|
||||
|
||||
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
/**
|
||||
* @defgroup tcg_pts_attr_simple_comp_evid tcg_pts_attr_simple_comp_evid
|
||||
* @{ @ingroup tcg_pts_attr_simple_comp_evid
|
||||
* @{ @ingroup tcg_attr
|
||||
*/
|
||||
|
||||
#ifndef TCG_PTS_ATTR_SIMPLE_COMP_EVID_H_
|
||||
@@ -24,7 +24,7 @@
|
||||
typedef struct tcg_pts_attr_simple_comp_evid_t tcg_pts_attr_simple_comp_evid_t;
|
||||
|
||||
#include "tcg_attr.h"
|
||||
#include "pts/components/pts_comp_evidence.h"
|
||||
#include "pts/components/pts_comp_evidence.h"
|
||||
#include "pa_tnc/pa_tnc_attr.h"
|
||||
|
||||
/**
|
||||
@@ -44,12 +44,12 @@ struct tcg_pts_attr_simple_comp_evid_t {
|
||||
* @return Component Evidence
|
||||
*/
|
||||
pts_comp_evidence_t* (*get_comp_evidence)(tcg_pts_attr_simple_comp_evid_t *this);
|
||||
|
||||
|
||||
};
|
||||
|
||||
/**
|
||||
* Creates an tcg_pts_attr_simple_comp_evid_t object
|
||||
*
|
||||
*
|
||||
* @param evid Component Evidence
|
||||
*/
|
||||
pa_tnc_attr_t* tcg_pts_attr_simple_comp_evid_create(pts_comp_evidence_t *evid);
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
/**
|
||||
* @defgroup tcg_pts_attr_simple_evid_final tcg_pts_attr_simple_evid_final
|
||||
* @{ @ingroup tcg_pts_attr_simple_evid_final
|
||||
* @{ @ingroup tcg_attr
|
||||
*/
|
||||
|
||||
#ifndef TCG_PTS_ATTR_SIMPLE_EVID_FINAL_H_
|
||||
@@ -44,27 +44,29 @@ struct tcg_pts_attr_simple_evid_final_t {
|
||||
* @param comp_hash_algo Optional Composite Hash Algorithm
|
||||
* @param pcr_comp Optional PCR Composite
|
||||
* @param tpm_quote sig Optional TPM Quote Signature
|
||||
* @return PTS_SIMPLE_EVID_FINAL flags
|
||||
* @return PTS_SIMPLE_EVID_FINAL flags
|
||||
*/
|
||||
u_int8_t (*get_quote_info)(tcg_pts_attr_simple_evid_final_t *this,
|
||||
pts_meas_algorithms_t *comp_hash_algo,
|
||||
chunk_t *pcr_comp, chunk_t *tpm_quote_sig);
|
||||
|
||||
|
||||
/**
|
||||
* Get Optional Evidence Signature
|
||||
*
|
||||
* @evid_sig Optional Evidence Signature
|
||||
* @param evid_sig Optional Evidence Signature
|
||||
* @return TRUE if Evidence Signature is available
|
||||
*/
|
||||
bool (*get_evid_sig)(tcg_pts_attr_simple_evid_final_t *this, chunk_t *evid_sig);
|
||||
bool (*get_evid_sig)(tcg_pts_attr_simple_evid_final_t *this,
|
||||
chunk_t *evid_sig);
|
||||
|
||||
/**
|
||||
* Set Optional Evidence Signature
|
||||
*
|
||||
* @evid_sig Optional Evidence Signature
|
||||
* @param vid_sig Optional Evidence Signature
|
||||
*/
|
||||
void (*set_evid_sig)(tcg_pts_attr_simple_evid_final_t *this, chunk_t evid_sig);
|
||||
|
||||
void (*set_evid_sig)(tcg_pts_attr_simple_evid_final_t *this,
|
||||
chunk_t evid_sig);
|
||||
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
/**
|
||||
* @defgroup tcg_pts_attr_tpm_version_info tcg_pts_attr_tpm_version_info
|
||||
* @{ @ingroup tcg_pts_attr_tpm_version_info
|
||||
* @{ @ingroup tcg_attr
|
||||
*/
|
||||
|
||||
#ifndef TCG_PTS_ATTR_TPM_VERSION_INFO_H_
|
||||
@@ -36,7 +36,7 @@ struct tcg_pts_attr_tpm_version_info_t {
|
||||
* Public PA-TNC attribute interface
|
||||
*/
|
||||
pa_tnc_attr_t pa_tnc_attribute;
|
||||
|
||||
|
||||
/**
|
||||
* Get TPM Version Info
|
||||
*
|
||||
@@ -55,7 +55,7 @@ struct tcg_pts_attr_tpm_version_info_t {
|
||||
|
||||
/**
|
||||
* Creates an tcg_pts_attr_tpm_version_info_t object
|
||||
*
|
||||
*
|
||||
* @param tpm_version_info TPM version info
|
||||
*/
|
||||
pa_tnc_attr_t* tcg_pts_attr_tpm_version_info_create(chunk_t tpm_version_info);
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
/**
|
||||
* @defgroup tcg_pts_attr_unix_file_meta tcg_pts_attr_unix_file_meta
|
||||
* @{ @ingroup tcg_pts_attr_unix_file_meta
|
||||
* @{ @ingroup tcg_attr
|
||||
*/
|
||||
|
||||
#ifndef TCG_PTS_ATTR_UNIX_FILE_META_H_
|
||||
@@ -38,19 +38,19 @@ struct tcg_pts_attr_file_meta_t {
|
||||
* Public PA-TNC attribute interface
|
||||
*/
|
||||
pa_tnc_attr_t pa_tnc_attribute;
|
||||
|
||||
|
||||
/**
|
||||
* Get PTS File Metadata
|
||||
*
|
||||
* @return PTS File Metadata
|
||||
*/
|
||||
pts_file_meta_t* (*get_metadata)(tcg_pts_attr_file_meta_t *this);
|
||||
|
||||
|
||||
};
|
||||
|
||||
/**
|
||||
* Creates an tcg_pts_attr_file_meta_t object
|
||||
*
|
||||
*
|
||||
* @param metadata PTS File Metadata
|
||||
*/
|
||||
pa_tnc_attr_t* tcg_pts_attr_unix_file_meta_create(pts_file_meta_t *metadata);
|
||||
|
||||
Reference in New Issue
Block a user