crypto_auth_hmacsha512256_final ( crypto_auth_hmacsha512256_state* state, unsigned char* out )
Field 'state.ictx' in 1st parameter 'state' (pointer) has base type 'struct crypto_hash_sha512_state'.
crypto_auth_hmacsha512256_init ( crypto_auth_hmacsha512256_state* state, unsigned char const* key, size_t keylen )
Field 'state.ictx' in 1st parameter 'state' (pointer) has base type 'struct crypto_hash_sha512_state'.
crypto_auth_hmacsha512256_update ( crypto_auth_hmacsha512256_state* state, unsigned char const* in, unsigned long long inlen )
Field 'state.ictx' in 1st parameter 'state' (pointer) has base type 'struct crypto_hash_sha512_state'.
crypto_auth_hmacsha512_final ( crypto_auth_hmacsha512_state* state, unsigned char* out )
Field 'state.ictx' in 1st parameter 'state' (pointer) has base type 'struct crypto_hash_sha512_state'.
crypto_auth_hmacsha512_init ( crypto_auth_hmacsha512_state* state, unsigned char const* key, size_t keylen )
Field 'state.ictx' in 1st parameter 'state' (pointer) has base type 'struct crypto_hash_sha512_state'.
crypto_auth_hmacsha512_update ( crypto_auth_hmacsha512_state* state, unsigned char const* in, unsigned long long inlen )
Field 'state.ictx' in 1st parameter 'state' (pointer) has base type 'struct crypto_hash_sha512_state'.
crypto_hash_sha512_final ( crypto_hash_sha512_state* state, unsigned char* out )
1st parameter 'state' (pointer) has base type 'struct crypto_hash_sha512_state'.
crypto_hash_sha512_init ( crypto_hash_sha512_state* state )
1st parameter 'state' (pointer) has base type 'struct crypto_hash_sha512_state'.
crypto_hash_sha512_update ( crypto_hash_sha512_state* state, unsigned char const* in, unsigned long long inlen )
1st parameter 'state' (pointer) has base type 'struct crypto_hash_sha512_state'.