Searched refs:br_sha256_context (Results 1 – 5 of 5) sorted by relevance
681 } br_sha256_context; typedef683 typedef br_sha224_context br_sha256_context; typedef694 void br_sha256_init(br_sha256_context *ctx);708 void br_sha256_update(br_sha256_context *ctx, const void *data, size_t len);725 void br_sha256_out(const br_sha256_context *ctx, void *out);740 uint64_t br_sha256_state(const br_sha256_context *ctx, void *out);755 void br_sha256_set_state(br_sha256_context *ctx,1082 br_sha256_context sha256;
293 br_sha256_init(br_sha256_context *cc) in br_sha256_init()302 br_sha256_out(const br_sha256_context *cc, void *dst) in br_sha256_out()327 sizeof(br_sha256_context),
36 br_sha256_context sha256;
788 br_sha256_context ctx; in verify_ec()
326 br_sha256_context csha256; in do_hash()