Public Attributes | |
enum crypto_hash_alg | alg |
int | error |
HCRYPTHASH | hash |
u8 | key [64] |
HCRYPTKEY | key |
size_t | key_len |
HCRYPTPROV | prov |
union { | |
hmac_state hmac | |
hash_state md | |
} | u |
union { | |
struct MD5Context md5 | |
struct SHA1Context sha1 | |
} | u |
Definition at line 350 of file crypto_cryptoapi.c.
Definition at line 351 of file crypto_cryptoapi.c.
Definition at line 352 of file crypto_cryptoapi.c.
HCRYPTHASH crypto_hash::hash |
Definition at line 354 of file crypto_cryptoapi.c.
hmac_state crypto_hash::hmac |
Definition at line 154 of file crypto_libtomcrypt.c.
u8 crypto_hash::key[64] |
Definition at line 27 of file crypto_internal.c.
HCRYPTKEY crypto_hash::key |
Definition at line 355 of file crypto_cryptoapi.c.
size_t crypto_hash::key_len |
Definition at line 28 of file crypto_internal.c.
hash_state crypto_hash::md |
Definition at line 153 of file crypto_libtomcrypt.c.
struct MD5Context crypto_hash::md5 |
Definition at line 24 of file crypto_internal.c.
HCRYPTPROV crypto_hash::prov |
Definition at line 353 of file crypto_cryptoapi.c.
struct SHA1Context crypto_hash::sha1 |
Definition at line 25 of file crypto_internal.c.
union { ... } crypto_hash::u |
union { ... } crypto_hash::u |