Home
last modified time | relevance | path

Searched refs:ec_verify_ctx_callbacks_sanity_check (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/libecc/include/libecc/sig/
H A Dsig_algs.h38 ATTRIBUTE_WARN_UNUSED_RET int ec_verify_ctx_callbacks_sanity_check(const struct ec_verify_context *…
/freebsd/crypto/libecc/src/sig/
H A Dsig_algs.c229 int ec_verify_ctx_callbacks_sanity_check(const struct ec_verify_context *verify_ctx) in ec_verify_ctx_callbacks_sanity_check() function
598 ret = ec_verify_ctx_callbacks_sanity_check(ctx); EG(ret, err); in ec_verify_update()
623 ret = ec_verify_ctx_callbacks_sanity_check(ctx); EG(ret, err); in ec_verify_finalize()