Searched defs:_HASH_CTX_ (Results 1 – 7 of 7) sorted by relevance
86 typedef struct _HASH_CTX_ struct88 const HASH_ALG *hashAlg;//pointer to HASH_ALG89 uint32_t sequence; // TRUE if the IV should be saved90 uint32_t IV[16];91 uint32_t msgByteLen[4];92 uint8_t msgBuf[128+4];93 uint32_t msgIdx;
92 typedef struct _HASH_CTX_ struct94 const HASH_ALG *hashAlg;//pointer to HASH_ALG95 uint32_t sequence; // TRUE if the IV should be saved96 uint32_t IV[16]; 97 uint32_t msgByteLen[4];98 uint8_t msgBuf[128+4];99 uint32_t msgIdx;
92 typedef struct _HASH_CTX_ struct94 const HASH_ALG *hashAlg;//pointer to HASH_ALG95 uint32_t sequence; // TRUE if the IV should be saved96 uint32_t IV[16];97 uint32_t msgByteLen[4];98 uint8_t msgBuf[128+4];99 uint32_t msgIdx;
87 typedef struct _HASH_CTX_ struct89 const HASH_ALG *hashAlg;//pointer to HASH_ALG90 uint32_t sequence; // TRUE if the IV should be saved91 uint32_t IV[16];92 uint32_t msgByteLen[4];93 uint8_t msgBuf[128+4];94 uint32_t msgIdx;
Completed in 23 milliseconds