Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/src/hash/
H A Dsha2small.c293 br_sha256_init(br_sha256_context *cc) in br_sha256_init() function
334 (void (*)(const br_hash_class **))&br_sha256_init,
/freebsd/contrib/bearssl/inc/
H A Dbearssl_hash.h694 void br_sha256_init(br_sha256_context *ctx);
/freebsd/lib/libsecureboot/
H A Dvets.c806 br_sha256_init(&ctx); in verify_ec()
813 br_sha256_init(&ctx); in verify_ec()
/freebsd/contrib/bearssl/test/
H A Dtest_crypto.c347 br_sha256_init(&csha256); in do_hash()