gwenhywfar  4.99.8beta
Functions
gwen_sar_fileheader_l.h File Reference
#include "gwen_sar_fileheader.h"
Include dependency graph for gwen_sar_fileheader_l.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

uint64_t GWEN_SarFileHeader_GetDataPos (const GWEN_SAR_FILEHEADER *p_struct)
 
uint64_t GWEN_SarFileHeader_GetDataSize (const GWEN_SAR_FILEHEADER *p_struct)
 
uint64_t GWEN_SarFileHeader_GetHashPos (const GWEN_SAR_FILEHEADER *p_struct)
 
uint64_t GWEN_SarFileHeader_GetHeaderSize (const GWEN_SAR_FILEHEADER *p_struct)
 
uint64_t GWEN_SarFileHeader_GetHeaderStartPos (const GWEN_SAR_FILEHEADER *p_struct)
 
void GWEN_SarFileHeader_SetDataPos (GWEN_SAR_FILEHEADER *p_struct, uint64_t p_src)
 
void GWEN_SarFileHeader_SetDataSize (GWEN_SAR_FILEHEADER *p_struct, uint64_t p_src)
 
void GWEN_SarFileHeader_SetHashPos (GWEN_SAR_FILEHEADER *p_struct, uint64_t p_src)
 
void GWEN_SarFileHeader_SetHeaderSize (GWEN_SAR_FILEHEADER *p_struct, uint64_t p_src)
 
void GWEN_SarFileHeader_SetHeaderStartPos (GWEN_SAR_FILEHEADER *p_struct, uint64_t p_src)
 

Function Documentation

uint64_t GWEN_SarFileHeader_GetDataPos ( const GWEN_SAR_FILEHEADER p_struct)

Getter. Use this function to get the member "dataPos" (see GWEN_SAR_FILEHEADER_dataPos)

Definition at line 317 of file gwen_sar_fileheader.c.

Referenced by GWEN_Sar_ExtractAndDigestFileLink(), and GWEN_Sar_ExtractAndDigestFileReg().

Here is the caller graph for this function:

uint64_t GWEN_SarFileHeader_GetDataSize ( const GWEN_SAR_FILEHEADER p_struct)

Getter. Use this function to get the member "dataSize" (see GWEN_SAR_FILEHEADER_dataSize)

Definition at line 322 of file gwen_sar_fileheader.c.

Referenced by GWEN_Sar_ExtractAndDigestFileLink().

Here is the caller graph for this function:

uint64_t GWEN_SarFileHeader_GetHashPos ( const GWEN_SAR_FILEHEADER p_struct)

Getter. Use this function to get the member "hashPos" (see GWEN_SAR_FILEHEADER_hashPos)

Definition at line 327 of file gwen_sar_fileheader.c.

Referenced by GWEN_Sar_ExtractAndDigestFileDir(), GWEN_Sar_ExtractAndDigestFileLink(), GWEN_Sar_ExtractAndDigestFileReg(), GWEN_Sar_Sign(), and GWEN_Sar_Verify().

Here is the caller graph for this function:

uint64_t GWEN_SarFileHeader_GetHeaderSize ( const GWEN_SAR_FILEHEADER p_struct)

Getter. Use this function to get the member "headerSize" (see GWEN_SAR_FILEHEADER_headerSize)

Definition at line 312 of file gwen_sar_fileheader.c.

Referenced by GWEN_Sar_ExtractAndDigestFileDir(), GWEN_Sar_ExtractAndDigestFileLink(), and GWEN_Sar_ExtractAndDigestFileReg().

Here is the caller graph for this function:

uint64_t GWEN_SarFileHeader_GetHeaderStartPos ( const GWEN_SAR_FILEHEADER p_struct)

Getter. Use this function to get the member "headerStartPos" (see GWEN_SAR_FILEHEADER_headerStartPos)

Definition at line 307 of file gwen_sar_fileheader.c.

Referenced by GWEN_Sar_ExtractAndDigestFileDir(), GWEN_Sar_ExtractAndDigestFileLink(), and GWEN_Sar_ExtractAndDigestFileReg().

Here is the caller graph for this function:

void GWEN_SarFileHeader_SetDataPos ( GWEN_SAR_FILEHEADER p_struct,
uint64_t  p_src 
)

Setter. Use this function to set the member "dataPos" (see GWEN_SAR_FILEHEADER_dataPos)

Definition at line 434 of file gwen_sar_fileheader.c.

Referenced by GWEN_Sar_ScanFile().

Here is the caller graph for this function:

void GWEN_SarFileHeader_SetDataSize ( GWEN_SAR_FILEHEADER p_struct,
uint64_t  p_src 
)

Setter. Use this function to set the member "dataSize" (see GWEN_SAR_FILEHEADER_dataSize)

Definition at line 439 of file gwen_sar_fileheader.c.

Referenced by GWEN_Sar_ScanFile().

Here is the caller graph for this function:

void GWEN_SarFileHeader_SetHashPos ( GWEN_SAR_FILEHEADER p_struct,
uint64_t  p_src 
)

Setter. Use this function to set the member "hashPos" (see GWEN_SAR_FILEHEADER_hashPos)

Definition at line 444 of file gwen_sar_fileheader.c.

Referenced by GWEN_Sar_ScanFile().

Here is the caller graph for this function:

void GWEN_SarFileHeader_SetHeaderSize ( GWEN_SAR_FILEHEADER p_struct,
uint64_t  p_src 
)

Setter. Use this function to set the member "headerSize" (see GWEN_SAR_FILEHEADER_headerSize)

Definition at line 429 of file gwen_sar_fileheader.c.

Referenced by GWEN_Sar_ScanFile().

Here is the caller graph for this function:

void GWEN_SarFileHeader_SetHeaderStartPos ( GWEN_SAR_FILEHEADER p_struct,
uint64_t  p_src 
)

Setter. Use this function to set the member "headerStartPos" (see GWEN_SAR_FILEHEADER_headerStartPos)

Definition at line 424 of file gwen_sar_fileheader.c.

Referenced by GWEN_Sar_ScanFile().

Here is the caller graph for this function: