Searched refs:methdata (Results 1 – 4 of 4) sorted by relevance
51 if (methdata->tmp_store == NULL) in get_tmp_evp_method_store()52 methdata->tmp_store = ossl_method_store_new(methdata->libctx); in get_tmp_evp_method_store()53 return methdata->tmp_store; in get_tmp_evp_method_store()134 if ((name_id = methdata->name_id) == 0 && methdata->names != NULL) { in get_evp_method_from_store()306 methdata->name_id = name_id; in inner_evp_generic_fetch()307 methdata->names = name; in inner_evp_generic_fetch()376 methdata.libctx = libctx; in evp_generic_fetch()377 methdata.tmp_store = NULL; in evp_generic_fetch()403 methdata.tmp_store = NULL; in evp_generic_fetch_from_prov()615 methdata.libctx = libctx; in evp_generic_do_all()[all …]
93 if (methdata->tmp_store == NULL) in get_tmp_loader_store()94 methdata->tmp_store = ossl_method_store_new(methdata->libctx); in get_tmp_loader_store()95 return methdata->tmp_store; in get_tmp_loader_store()324 methdata->scheme_id = id; in inner_loader_fetch()325 methdata->scheme = scheme; in inner_loader_fetch()375 struct loader_data_st methdata; in OSSL_STORE_LOADER_fetch() local378 methdata.libctx = libctx; in OSSL_STORE_LOADER_fetch()379 methdata.tmp_store = NULL; in OSSL_STORE_LOADER_fetch()471 struct loader_data_st methdata; in OSSL_STORE_LOADER_do_all_provided() local474 methdata.libctx = libctx; in OSSL_STORE_LOADER_do_all_provided()[all …]
89 if (methdata->tmp_store == NULL) in get_tmp_encoder_store()90 methdata->tmp_store = ossl_method_store_new(methdata->libctx); in get_tmp_encoder_store()91 return methdata->tmp_store; in get_tmp_encoder_store()141 if ((id = methdata->id) == 0 && methdata->names != NULL) { in get_encoder_from_store()386 methdata->id = id; in inner_ossl_encoder_fetch()387 methdata->names = name; in inner_ossl_encoder_fetch()433 methdata.libctx = libctx; in OSSL_ENCODER_fetch()434 methdata.tmp_store = NULL; in OSSL_ENCODER_fetch()545 methdata.libctx = libctx; in OSSL_ENCODER_do_all_provided()546 methdata.tmp_store = NULL; in OSSL_ENCODER_do_all_provided()[all …]
89 if (methdata->tmp_store == NULL) in get_tmp_decoder_store()90 methdata->tmp_store = ossl_method_store_new(methdata->libctx); in get_tmp_decoder_store()91 return methdata->tmp_store; in get_tmp_decoder_store()141 if ((id = methdata->id) == 0 && methdata->names != NULL) { in get_decoder_from_store()376 methdata->id = id; in inner_ossl_decoder_fetch()377 methdata->names = name; in inner_ossl_decoder_fetch()424 methdata.libctx = libctx; in OSSL_DECODER_fetch()425 methdata.tmp_store = NULL; in OSSL_DECODER_fetch()554 methdata.libctx = libctx; in OSSL_DECODER_do_all_provided()555 methdata.tmp_store = NULL; in OSSL_DECODER_do_all_provided()[all …]
Completed in 22 milliseconds