Home
last modified time | relevance | path

Searched refs:br_sha1_context (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/bearssl/inc/
H A Dbearssl_hash.h494 } br_sha1_context; typedef
504 void br_sha1_init(br_sha1_context *ctx);
517 void br_sha1_update(br_sha1_context *ctx, const void *data, size_t len);
531 void br_sha1_out(const br_sha1_context *ctx, void *out);
545 uint64_t br_sha1_state(const br_sha1_context *ctx, void *out);
556 void br_sha1_set_state(br_sha1_context *ctx, const void *stb, uint64_t count);
1080 br_sha1_context sha1;
/freebsd/contrib/bearssl/src/hash/
H A Dsha1.c101 br_sha1_init(br_sha1_context *cc) in br_sha1_init()
110 br_sha1_update(br_sha1_context *cc, const void *data, size_t len) in br_sha1_update()
138 br_sha1_out(const br_sha1_context *cc, void *dst) in br_sha1_out()
162 br_sha1_state(const br_sha1_context *cc, void *dst) in br_sha1_state()
170 br_sha1_set_state(br_sha1_context *cc, const void *stb, uint64_t count) in br_sha1_set_state()
178 sizeof(br_sha1_context),
H A Dmultihash.c34 br_sha1_context sha1;
/freebsd/lib/libsecureboot/openpgp/
H A Dopgp_key.c72 br_sha1_context mctx; in decode_key()
/freebsd/contrib/bearssl/test/
H A Dtest_crypto.c279 br_sha1_context sc; in test_MD5_SHA1()
324 br_sha1_context csha1; in do_hash()
388 br_sha1_context sc; in test_multihash_inner()
5856 br_sha1_context hc; in test_RSA_sign()
6431 br_sha1_context sc; in test_RSA_PSS()
7042 br_sha1_context hc;
/freebsd/contrib/bearssl/tools/
H A Dtwrch.c924 br_sha1_context sc; in do_twrch()