crypto_hash_sha256.h | 24 typedef struct crypto_hash_sha256_state { struct 28 } crypto_hash_sha256_state; typedef in typeref:struct:crypto_hash_sha256_state 42 int crypto_hash_sha256_init(crypto_hash_sha256_state *state); 45 int crypto_hash_sha256_update(crypto_hash_sha256_state *state, 50 int crypto_hash_sha256_final(crypto_hash_sha256_state *state,
|