Searched refs:sha512_state (Results 1 – 5 of 5) sorted by relevance
14 struct sha512_state { struct20 void sha512_init(struct sha512_state *md); argument21 int sha512_process(struct sha512_state *md, const unsigned char *in,23 int sha512_done(struct sha512_state *md, unsigned char *out);
27 struct sha512_state ctx; in sha512_vector()110 static int sha512_compress(struct sha512_state *md, unsigned char *buf) in sha512_compress()158 void sha512_init(struct sha512_state *md) in sha512_init()180 int sha512_process(struct sha512_state *md, const unsigned char *in, in sha512_process()220 int sha512_done(struct sha512_state *md, unsigned char *out) in sha512_done()
16 #define sha384_state sha512_state
31 struct sha512_state sha512;
104 struct sha512_state { struct112 struct sha512_state sha512; argument