Searched refs:mcm_data (Results 1 – 3 of 3) sorted by relevance
24 void *mcm_data; member70 if ((method = data->mcm->construct(algo, provider, data->mcm_data)) in ossl_method_construct_this()88 algo->property_definition, data->mcm_data); in ossl_method_construct_this()96 if ((data->store = data->mcm->get_tmp_store(data->mcm_data)) == NULL) in ossl_method_construct_this()100 algo->property_definition, data->mcm_data); in ossl_method_construct_this()104 data->mcm->destruct(method, data->mcm_data); in ossl_method_construct_this()109 OSSL_METHOD_CONSTRUCT_METHOD *mcm, void *mcm_data) in ossl_method_construct() argument114 mcm_data)) == NULL) { in ossl_method_construct()121 cbdata.mcm_data = mcm_data; in ossl_method_construct()131 mcm_data); in ossl_method_construct()[all …]
30 OSSL_METHOD_CONSTRUCT_METHOD *mcm, void *mcm_data);57 method creator through I<mcm> and the data in I<mcm_data> (which is94 (which is the I<mcm_data> that was passed to ossl_construct_method()).115 identification data given through I<data> (which is the I<mcm_data>
47 OSSL_METHOD_CONSTRUCT_METHOD *mcm, void *mcm_data);
Completed in 6 milliseconds