Searched refs:modex_data (Results 1 – 5 of 5) sorted by relevance
657 t_vec->modex.mod = options->modex_data->modulus.data; in cperf_test_vector_get_dummy()658 t_vec->modex.exp = options->modex_data->exponent.data; in cperf_test_vector_get_dummy()659 t_vec->modex.mlen = options->modex_data->modulus.len; in cperf_test_vector_get_dummy()660 t_vec->modex.elen = options->modex_data->exponent.len; in cperf_test_vector_get_dummy()
30 asym_op->modex.base.data = options->modex_data->base.data; in cperf_set_ops_asym()31 asym_op->modex.base.length = options->modex_data->base.len; in cperf_set_ops_asym()32 asym_op->modex.result.data = options->modex_data->result.data; in cperf_set_ops_asym()33 asym_op->modex.result.length = options->modex_data->result.len; in cperf_set_ops_asym()791 xform.modex.modulus.data = options->modex_data->modulus.data; in cperf_create_session()792 xform.modex.modulus.length = options->modex_data->modulus.len; in cperf_create_session()793 xform.modex.exponent.data = options->modex_data->exponent.data; in cperf_create_session()794 xform.modex.exponent.length = options->modex_data->exponent.len; in cperf_create_session()
157 struct cperf_modex_test_data *modex_data; member
956 opts->modex_data = (struct cperf_modex_test_data *)&modex_perf_data[0]; in cperf_options_default()1274 options->modex_data = in cperf_options_check()
385 asym_capability, opts->modex_data->modulus.len); in cperf_verify_devices_capabilities()