Lines Matching full:boolean
2 option('use_external_rand', type: 'boolean', value: false, description: 'use external get_random() …
3 option('use_external_print', type: 'boolean', value: false, description: 'use external ext_printf()…
4 option('use_external_time', type: 'boolean', value: false, description: 'use external get_ms_time()…
5 option('with_tests', type: 'boolean', value: false, description: 'enable test suites support')
8 option('with_stdlib', type: 'boolean', value : true, description: 'trigger stdlib usage (default to…
9 option('with_debug', type: 'boolean', value : false, description: 'activate libecc debug assertions…
10 option('use_cryptofuzz', type: 'boolean', value : false, description: 'activate cryptofuzz fuzzing …
11 option('assert_print', type: 'boolean', value : false, description: 'activate printing on assertion…
12 option('no_warn_unused_ret', type: 'boolean', value : false, description: 'do not trigger a warning…
15 option('with_sig_blinding', type: 'boolean', value: false, description: 'blind signature against so…
16 option('with_complete_formulas', type: 'boolean', value: true, description: 'use complete formulas …
19 option('with_small_stack', type: 'boolean', value: false, description: 'force small stack usage')
22 option('with_iso14888_3_ecrdsa', type: 'boolean', value: false, description: 'ISO14888-3 version of…
25 option('with_override_ecc_config', type: 'boolean', value: false, description: 'disable all default…