Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/inc/
H A Dbearssl_hash.h740 uint64_t br_sha256_state(const br_sha256_context *ctx, void *out);
742 #define br_sha256_state br_sha224_state macro
/freebsd/contrib/bearssl/src/hash/
H A Dsha2small.c338 (uint64_t (*)(const br_hash_class *const *, void *))&br_sha256_state,