Searched refs:br_sha512_context (Results 1 – 4 of 4) sorted by relevance
884 } br_sha512_context; typedef886 typedef br_sha384_context br_sha512_context; typedef897 void br_sha512_init(br_sha512_context *ctx);911 void br_sha512_update(br_sha512_context *ctx, const void *data, size_t len);928 void br_sha512_out(const br_sha512_context *ctx, void *out);943 uint64_t br_sha512_state(const br_sha512_context *ctx, void *out);958 void br_sha512_set_state(br_sha512_context *ctx,1084 br_sha512_context sha512;
235 br_sha512_init(br_sha512_context *cc) in br_sha512_init()244 br_sha512_out(const br_sha512_context *cc, void *dst) in br_sha512_out()270 sizeof(br_sha512_context),
38 br_sha512_context sha512;
328 br_sha512_context csha512; in do_hash()