Searched refs:is_sign_streaming_mode_supported (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/libecc/src/tests/ |
H A D | ec_self_tests_core.c | 299 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 D | ec_utils.c | 750 ret = is_sign_streaming_mode_supported(sig_type, &check); EG(ret, err); in sign_bin_file()
|
/freebsd/crypto/libecc/include/libecc/sig/ |
H A D | sig_algs_internal.h | 255 ATTRIBUTE_WARN_UNUSED_RET int is_sign_streaming_mode_supported(ec_alg_type sig_type, int *check);
|
/freebsd/crypto/libecc/src/sig/ |
H A D | sig_algs.c | 879 int is_sign_streaming_mode_supported(ec_alg_type sig_type, int *check) in is_sign_streaming_mode_supported() function
|