1.46 CRYPT_HMAC_CTX Structure
C
struct CRYPT_HMAC_CTX {
long long holder[96];
}CRYPT_HMAC_CTX;
Members
| Members | Description |
|---|---|
| long long holder; | This structure should be large enough to hold the internal representation, the size is checked during initialization. |
