Searched refs:ec_sign_update (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/libecc/include/libecc/sig/ |
H A D | sig_algs.h | 59 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 D | sig_algs.c | 400 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 D | ec_utils.c | 766 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 D | ec_self_tests_core.c | 156 ret = ec_sign_update(&ctx, &m[consumed], toconsume); in random_split_ec_sign()
|