Searched refs:br_sha1_update (Results 1 – 5 of 5) sorted by relevance
/freebsd/lib/libsecureboot/openpgp/ |
H A D | opgp_key.c | 97 br_sha1_update(&mctx, mdata, 3); in decode_key() 98 br_sha1_update(&mctx, ptr, len); in decode_key()
|
/freebsd/contrib/bearssl/src/hash/ |
H A D | sha1.c | 110 br_sha1_update(br_sha1_context *cc, const void *data, size_t len) in br_sha1_update() function 186 (void (*)(const br_hash_class **, const void *, size_t))&br_sha1_update,
|
/freebsd/contrib/bearssl/inc/ |
H A D | bearssl_hash.h | 517 void br_sha1_update(br_sha1_context *ctx, const void *data, size_t len);
|
/freebsd/contrib/bearssl/test/ |
H A D | test_crypto.c | 296 br_sha1_update(&sc, buf, u); in test_MD5_SHA1() 338 br_sha1_update(&csha1, data, len); in do_hash() 392 br_sha1_update(&sc, buf, len); in test_multihash_inner() 5867 br_sha1_update(&hc, "test", 4); in test_RSA_sign() 6438 br_sha1_update(&sc, plain, plain_len); in test_RSA_PSS() 7068 br_sha1_update(&hc, "test", 4);
|
/freebsd/contrib/bearssl/tools/ |
H A D | twrch.c | 964 br_sha1_update(&sc, &x, 1); in do_twrch()
|