Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/inc/
H A Dbearssl_hash.h884 } br_sha512_context; typedef
886 typedef br_sha384_context br_sha512_context; typedef
897 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;
/freebsd/contrib/bearssl/src/hash/
H A Dsha2big.c235 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),
H A Dmultihash.c38 br_sha512_context sha512;
/freebsd/contrib/bearssl/test/
H A Dtest_crypto.c328 br_sha512_context csha512; in do_hash()