Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/include/libecc/sig/
H A Dsig_algs.h49 ATTRIBUTE_WARN_UNUSED_RET int _ec_sign_init(struct ec_sign_context *ctx,
/freebsd/crypto/libecc/src/sig/
H A Dsig_algs.c294 int _ec_sign_init(struct ec_sign_context *ctx, in _ec_sign_init() function
392 return _ec_sign_init(ctx, key_pair, NULL, sig_type, hash_type, in ec_sign_init()
463 ret = _ec_sign_init(&ctx, key_pair, rand, sig_type, in generic_ec_sign()
/freebsd/crypto/libecc/src/tests/
H A Dec_self_tests_core.c139 ret = _ec_sign_init(&ctx, key_pair, rand, sig_type, hash_type, adata, adata_len); in random_split_ec_sign()