Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/include/libecc/sig/
H A Decgdsa.h76 ATTRIBUTE_WARN_UNUSED_RET int _ecgdsa_verify_init(struct ec_verify_context *ctx,
H A Dsig_algs_internal.h395 .verify_init = _ecgdsa_verify_init,
/freebsd/crypto/libecc/src/sig/
H A Decgdsa.c413 int _ecgdsa_verify_init(struct ec_verify_context *ctx, in _ecgdsa_verify_init() function