Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/include/libecc/sig/
H A Dsig_algs_internal.h265 ATTRIBUTE_WARN_UNUSED_RET int is_sign_deterministic(ec_alg_type sig_type, int *check);
/freebsd/crypto/libecc/src/sig/
H A Dsig_algs.c967 int is_sign_deterministic(ec_alg_type sig_type, int *check) in is_sign_deterministic() function
/freebsd/crypto/libecc/src/tests/
H A Dec_self_tests_core.c317 ret = is_sign_deterministic(c->sig_type, &check); EG(ret, err); in ec_import_export_test()