Home
last modified time | relevance | path

Searched defs:_HASH_CTX_ (Results 1 – 7 of 7) sorted by relevance

/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_algo_lib/inc/
A Dn32l43x_hash.h86 typedef struct _HASH_CTX_ struct
88 const HASH_ALG *hashAlg;//pointer to HASH_ALG
89 uint32_t sequence; // TRUE if the IV should be saved
90 uint32_t IV[16];
91 uint32_t msgByteLen[4];
92 uint8_t msgBuf[128+4];
93 uint32_t msgIdx;
/bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_algo_lib/inc/
A Dn32g4fr_hash.h92 typedef struct _HASH_CTX_ struct
94 const HASH_ALG *hashAlg;//pointer to HASH_ALG
95 uint32_t sequence; // TRUE if the IV should be saved
96 uint32_t IV[16];
97 uint32_t msgByteLen[4];
98 uint8_t msgBuf[128+4];
99 uint32_t msgIdx;
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_algo_lib/inc/
A Dn32l40x_hash.h86 typedef struct _HASH_CTX_ struct
88 const HASH_ALG *hashAlg;//pointer to HASH_ALG
89 uint32_t sequence; // TRUE if the IV should be saved
90 uint32_t IV[16];
91 uint32_t msgByteLen[4];
92 uint8_t msgBuf[128+4];
93 uint32_t msgIdx;
/bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_algo_lib/inc/
A Dn32g45x_hash.h92 typedef struct _HASH_CTX_ struct
94 const HASH_ALG *hashAlg;//pointer to HASH_ALG
95 uint32_t sequence; // TRUE if the IV should be saved
96 uint32_t IV[16];
97 uint32_t msgByteLen[4];
98 uint8_t msgBuf[128+4];
99 uint32_t msgIdx;
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_algo_lib/inc/
A Dn32wb452_hash.h92 typedef struct _HASH_CTX_ struct
94 const HASH_ALG *hashAlg;//pointer to HASH_ALG
95 uint32_t sequence; // TRUE if the IV should be saved
96 uint32_t IV[16];
97 uint32_t msgByteLen[4];
98 uint8_t msgBuf[128+4];
99 uint32_t msgIdx;
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_algo_lib/inc/
A Dn32g43x_hash.h87 typedef struct _HASH_CTX_ struct
89 const HASH_ALG *hashAlg;//pointer to HASH_ALG
90 uint32_t sequence; // TRUE if the IV should be saved
91 uint32_t IV[16];
92 uint32_t msgByteLen[4];
93 uint8_t msgBuf[128+4];
94 uint32_t msgIdx;
/bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_algo_lib/inc/
A Dn32g45x_hash.h92 typedef struct _HASH_CTX_ struct
94 const HASH_ALG *hashAlg;//pointer to HASH_ALG
95 uint32_t sequence; // TRUE if the IV should be saved
96 uint32_t IV[16];
97 uint32_t msgByteLen[4];
98 uint8_t msgBuf[128+4];
99 uint32_t msgIdx;

Completed in 23 milliseconds