Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/libecc/src/examples/hash/
HDhash.h97 } gen_hash_context; typedef
100 ATTRIBUTE_WARN_UNUSED_RET int gen_hash_init(gen_hash_context *ctx, gen_hash_alg_type gen_hash_type);
101 ATTRIBUTE_WARN_UNUSED_RET int gen_hash_update(gen_hash_context *ctx, const u8 *chunk, u32 chunklen,…
102 ATTRIBUTE_WARN_UNUSED_RET int gen_hash_final(gen_hash_context *ctx, u8 *output, gen_hash_alg_type g…
HDhash.c298 int gen_hash_init(gen_hash_context *ctx, gen_hash_alg_type gen_hash_type) in gen_hash_init()
361 int gen_hash_update(gen_hash_context *ctx, const u8 *chunk, u32 chunklen, gen_hash_alg_type gen_has… in gen_hash_update()
414 int gen_hash_final(gen_hash_context *ctx, u8 *output, gen_hash_alg_type gen_hash_type) in gen_hash_final()
/freebsd-14-stable/contrib/bearssl/src/hash/
HDmultihash.c39 } gen_hash_context; typedef
95 gen_hash_context g; in br_multihash_init()
133 gen_hash_context g; in br_multihash_update()
154 gen_hash_context g; in br_multihash_out()
/freebsd-14-stable/crypto/libecc/src/examples/sig/sdsa/
HDsdsa.c108 gen_hash_context hash_ctx; in sdsa_sign()
272 gen_hash_context hash_ctx; in sdsa_verify()
/freebsd-14-stable/crypto/libecc/src/examples/sig/kcdsa/
HDkcdsa.c153 gen_hash_context hash_ctx; in kcdsa_sign()
366 gen_hash_context hash_ctx; in kcdsa_verify()
/freebsd-14-stable/crypto/libecc/src/examples/sig/rsa/
HDrsa.c1842 gen_hash_context hctx; in _rsa_iso9796_2_sign_recover()
1956 gen_hash_context hctx; in rsa_iso9796_2_verify_recover()