Home
last modified time | relevance | path

Searched refs:br_sha384_context (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/bearssl/inc/
HDbearssl_hash.h792 } br_sha384_context; typedef
802 void br_sha384_init(br_sha384_context *ctx);
815 void br_sha384_update(br_sha384_context *ctx, const void *data, size_t len);
829 void br_sha384_out(const br_sha384_context *ctx, void *out);
843 uint64_t br_sha384_state(const br_sha384_context *ctx, void *out);
854 void br_sha384_set_state(br_sha384_context *ctx,
886 typedef br_sha384_context br_sha512_context;
1083 br_sha384_context sha384;
/freebsd-14-stable/contrib/bearssl/src/hash/
HDsha2big.c144 sha2big_update(br_sha384_context *cc, const void *data, size_t len) in sha2big_update()
171 sha2big_out(const br_sha384_context *cc, void *dst, int num) in sha2big_out()
196 br_sha384_init(br_sha384_context *cc) in br_sha384_init()
205 br_sha384_update(br_sha384_context *cc, const void *data, size_t len) in br_sha384_update()
212 br_sha384_out(const br_sha384_context *cc, void *dst) in br_sha384_out()
219 br_sha384_state(const br_sha384_context *cc, void *dst) in br_sha384_state()
227 br_sha384_set_state(br_sha384_context *cc, const void *stb, uint64_t count) in br_sha384_set_state()
251 sizeof(br_sha384_context),
HDmultihash.c37 br_sha384_context sha384;
/freebsd-14-stable/contrib/bearssl/test/
HDtest_crypto.c327 br_sha384_context csha384; in do_hash()