Searched refs:crypto_hash_sha512_state (Results 1 – 10 of 10) sorted by relevance
24 typedef struct crypto_hash_sha512_state { struct28 } crypto_hash_sha512_state; argument42 int crypto_hash_sha512_init(crypto_hash_sha512_state *state);45 int crypto_hash_sha512_update(crypto_hash_sha512_state *state,50 int crypto_hash_sha512_final(crypto_hash_sha512_state *state,
39 crypto_hash_sha512_state ictx;40 crypto_hash_sha512_state octx;
16 crypto_hash_sha512_state hs;
12 _crypto_sign_ed25519_ref10_hinit(crypto_hash_sha512_state *hs, int prehashed) in _crypto_sign_ed25519_ref10_hinit()38 _crypto_sign_ed25519_synthetic_r_hv(crypto_hash_sha512_state *hs, in _crypto_sign_ed25519_synthetic_r_hv()69 crypto_hash_sha512_state hs; in _crypto_sign_ed25519_detached()
4 void _crypto_sign_ed25519_ref10_hinit(crypto_hash_sha512_state *hs,
20 crypto_hash_sha512_state hs; in _crypto_sign_ed25519_verify_detached()
37 crypto_hash_sha512_state hs; in crypto_sign_edwards25519sha512batch()
173 SHA512_Pad(crypto_hash_sha512_state *state, uint64_t tmp64[80 + 8]) in SHA512_Pad()195 crypto_hash_sha512_init(crypto_hash_sha512_state *state) in crypto_hash_sha512_init()210 crypto_hash_sha512_update(crypto_hash_sha512_state *state, in crypto_hash_sha512_update()259 crypto_hash_sha512_final(crypto_hash_sha512_state *state, unsigned char *out) in crypto_hash_sha512_final()275 crypto_hash_sha512_state state; in crypto_hash_sha512()
12 return sizeof(crypto_hash_sha512_state); in crypto_hash_sha512_statebytes()
44 assert(crypto_hash_sha512_statebytes() == sizeof(crypto_hash_sha512_state)); in main()