Searched refs:methdata (Results 1 – 4 of 4) sorted by relevance
70 methdata->tmp_store = ossl_method_store_new(methdata->libctx); in get_tmp_evp_method_store()71 return methdata->tmp_store; in get_tmp_evp_method_store()131 if ((name_id = methdata->name_id) == 0 && methdata->names != NULL) { in get_evp_method_from_store()314 methdata->names = name; in inner_evp_generic_fetch()370 methdata.libctx = libctx; in evp_generic_fetch()371 methdata.tmp_store = NULL; in evp_generic_fetch()397 methdata.libctx = libctx; in evp_generic_fetch_by_number()398 methdata.tmp_store = NULL; in evp_generic_fetch_by_number()424 methdata.tmp_store = NULL; in evp_generic_fetch_from_prov()618 methdata.libctx = libctx; in evp_generic_do_all()[all …]
112 if (methdata->tmp_store == NULL) in get_tmp_loader_store()113 methdata->tmp_store = ossl_method_store_new(methdata->libctx); in get_tmp_loader_store()114 return methdata->tmp_store; in get_tmp_loader_store()321 methdata->scheme_id = id; in inner_loader_fetch()322 methdata->scheme = scheme; in inner_loader_fetch()375 methdata.libctx = libctx; in OSSL_STORE_LOADER_fetch()376 methdata.tmp_store = NULL; in OSSL_STORE_LOADER_fetch()389 methdata.libctx = libctx; in ossl_store_loader_fetch_by_number()390 methdata.tmp_store = NULL; in ossl_store_loader_fetch_by_number()466 methdata.libctx = libctx; in OSSL_STORE_LOADER_do_all_provided()[all …]
110 methdata->tmp_store = ossl_method_store_new(methdata->libctx); in get_tmp_encoder_store()111 return methdata->tmp_store; in get_tmp_encoder_store()140 if ((id = methdata->id) == 0 && methdata->names != NULL) { in get_encoder_from_store()389 methdata->id = id; in inner_ossl_encoder_fetch()390 methdata->names = name; in inner_ossl_encoder_fetch()436 methdata.libctx = libctx; in OSSL_ENCODER_fetch()437 methdata.tmp_store = NULL; in OSSL_ENCODER_fetch()449 methdata.libctx = libctx; in ossl_encoder_fetch_by_number()450 methdata.tmp_store = NULL; in ossl_encoder_fetch_by_number()542 methdata.libctx = libctx; in OSSL_ENCODER_do_all_provided()[all …]
110 methdata->tmp_store = ossl_method_store_new(methdata->libctx); in get_tmp_decoder_store()111 return methdata->tmp_store; in get_tmp_decoder_store()140 if ((id = methdata->id) == 0 && methdata->names != NULL) { in get_decoder_from_store()379 methdata->id = id; in inner_ossl_decoder_fetch()380 methdata->names = name; in inner_ossl_decoder_fetch()427 methdata.libctx = libctx; in OSSL_DECODER_fetch()428 methdata.tmp_store = NULL; in OSSL_DECODER_fetch()440 methdata.libctx = libctx; in ossl_decoder_fetch_by_number()441 methdata.tmp_store = NULL; in ossl_decoder_fetch_by_number()533 methdata.libctx = libctx; in OSSL_DECODER_do_all_provided()[all …]
Completed in 11 milliseconds