Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/include/libecc/sig/
H A Decsdsa_common.h39 ATTRIBUTE_WARN_UNUSED_RET int __ecsdsa_sign_update(struct ec_sign_context *ctx,
/freebsd/crypto/libecc/src/sig/
H A Decosdsa.c62 return __ecsdsa_sign_update(ctx, chunk, chunklen); in _ecosdsa_sign_update()
H A Decsdsa.c62 return __ecsdsa_sign_update(ctx, chunk, chunklen); in _ecsdsa_sign_update()
H A Decsdsa_common.c243 int __ecsdsa_sign_update(struct ec_sign_context *ctx, in __ecsdsa_sign_update() function