Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/tests/
H A Dec_self_tests_core.c299 ret = is_sign_streaming_mode_supported(c->sig_type, &check); EG(ret, err); in ec_import_export_test()
345 ret = is_sign_streaming_mode_supported(c->sig_type, &check); EG(ret, err); in ec_import_export_test()
358 ret = is_sign_streaming_mode_supported(c->sig_type, &check); EG(ret, err); in ec_import_export_test()
643 ret = is_sign_streaming_mode_supported(c->sig_type, &check); EG(ret, err); in ec_test_sign()
H A Dec_utils.c750 ret = is_sign_streaming_mode_supported(sig_type, &check); EG(ret, err); in sign_bin_file()
/freebsd/crypto/libecc/include/libecc/sig/
H A Dsig_algs_internal.h255 ATTRIBUTE_WARN_UNUSED_RET int is_sign_streaming_mode_supported(ec_alg_type sig_type, int *check);
/freebsd/crypto/libecc/src/sig/
H A Dsig_algs.c879 int is_sign_streaming_mode_supported(ec_alg_type sig_type, int *check) in is_sign_streaming_mode_supported() function