Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/include/libecc/sig/
H A Dsig_algs.h59 ATTRIBUTE_WARN_UNUSED_RET int ec_sign_update(struct ec_sign_context *ctx, const u8 *chunk, u32 chun…
/freebsd/crypto/libecc/src/sig/
H A Dsig_algs.c400 int ec_sign_update(struct ec_sign_context *ctx, const u8 *chunk, u32 chunklen) in ec_sign_update() function
465 ret = ec_sign_update(&ctx, m, mlen); EG(ret, err); in generic_ec_sign()
/freebsd/crypto/libecc/src/tests/
H A Dec_utils.c766 ret = ec_sign_update(&sig_ctx, (const u8 *)&hdr, sizeof(metadata_hdr)); in sign_bin_file()
809 ret = ec_sign_update(&sig_ctx, buf, (u32)read); in sign_bin_file()
H A Dec_self_tests_core.c156 ret = ec_sign_update(&ctx, &m[consumed], toconsume); in random_split_ec_sign()