Home
last modified time | relevance | path

Searched refs:br_sha512_update (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/bearssl/inc/
H A Dbearssl_hash.h911 void br_sha512_update(br_sha512_context *ctx, const void *data, size_t len);
913 #define br_sha512_update br_sha384_update macro
/freebsd/contrib/bearssl/src/hash/
H A Dsha2big.c280 &br_sha512_update,
/freebsd/contrib/bearssl/test/
H A Dtest_crypto.c358 br_sha512_update(&csha512, data, len); in do_hash()