Home
last modified time | relevance | path

Searched refs:_ecrdsa_sign_update (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/libecc/include/libecc/sig/
H A Decrdsa.h62 ATTRIBUTE_WARN_UNUSED_RET int _ecrdsa_sign_update(struct ec_sign_context *ctx,
H A Dsig_algs_internal.h413 .sign_update = _ecrdsa_sign_update,
/freebsd/crypto/libecc/src/sig/
H A Decrdsa.c175 int _ecrdsa_sign_update(struct ec_sign_context *ctx, in _ecrdsa_sign_update() function