Home
last modified time | relevance | path

Searched refs:br_sha384_state (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/bearssl/inc/
H A Dbearssl_hash.h843 uint64_t br_sha384_state(const br_sha384_context *ctx, void *out);
945 #define br_sha512_state br_sha384_state
/freebsd/contrib/bearssl/src/hash/
H A Dsha2big.c219 br_sha384_state(const br_sha384_context *cc, void *dst) in br_sha384_state() function
263 (uint64_t (*)(const br_hash_class *const *, void *))&br_sha384_state,