Home
last modified time | relevance | path

Searched refs:methdata (Results 1 – 4 of 4) sorted by relevance

/crypto/evp/
A Devp_fetch.c51 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()
57 return methdata->tmp_store; in get_tmp_evp_method_store()
139 if ((name_id = methdata->name_id) == 0 && methdata->names != NULL) { in get_evp_method_from_store()
326 methdata->name_id = name_id; in inner_evp_generic_fetch()
327 methdata->names = name; in inner_evp_generic_fetch()
401 methdata.libctx = libctx; in evp_generic_fetch()
402 methdata.tmp_store = NULL; in evp_generic_fetch()
428 methdata.tmp_store = NULL; in evp_generic_fetch_from_prov()
640 methdata.libctx = libctx; in evp_generic_do_all()
[all …]
/crypto/store/
A Dstore_meth.c96 if (methdata->tmp_store == NULL) in get_tmp_loader_store()
97 methdata->tmp_store = ossl_method_store_new(methdata->libctx); in get_tmp_loader_store()
98 return methdata->tmp_store; in get_tmp_loader_store()
327 methdata->scheme_id = id; in inner_loader_fetch()
328 methdata->scheme = scheme; in inner_loader_fetch()
378 struct loader_data_st methdata; in OSSL_STORE_LOADER_fetch() local
381 methdata.libctx = libctx; in OSSL_STORE_LOADER_fetch()
382 methdata.tmp_store = NULL; in OSSL_STORE_LOADER_fetch()
474 struct loader_data_st methdata; in OSSL_STORE_LOADER_do_all_provided() local
477 methdata.libctx = libctx; in OSSL_STORE_LOADER_do_all_provided()
[all …]
/crypto/encode_decode/
A Dencoder_meth.c99 if (methdata->tmp_store == NULL) in get_tmp_encoder_store()
100 methdata->tmp_store = ossl_method_store_new(methdata->libctx); in get_tmp_encoder_store()
101 return methdata->tmp_store; in get_tmp_encoder_store()
151 if ((id = methdata->id) == 0 && methdata->names != NULL) { in get_encoder_from_store()
396 methdata->id = id; in inner_ossl_encoder_fetch()
397 methdata->names = name; in inner_ossl_encoder_fetch()
443 methdata.libctx = libctx; in OSSL_ENCODER_fetch()
444 methdata.tmp_store = NULL; in OSSL_ENCODER_fetch()
555 methdata.libctx = libctx; in OSSL_ENCODER_do_all_provided()
556 methdata.tmp_store = NULL; in OSSL_ENCODER_do_all_provided()
[all …]
A Ddecoder_meth.c99 if (methdata->tmp_store == NULL) in get_tmp_decoder_store()
100 methdata->tmp_store = ossl_method_store_new(methdata->libctx); in get_tmp_decoder_store()
101 return methdata->tmp_store; in get_tmp_decoder_store()
151 if ((id = methdata->id) == 0 && methdata->names != NULL) { in get_decoder_from_store()
386 methdata->id = id; in inner_ossl_decoder_fetch()
387 methdata->names = name; in inner_ossl_decoder_fetch()
434 methdata.libctx = libctx; in OSSL_DECODER_fetch()
435 methdata.tmp_store = NULL; in OSSL_DECODER_fetch()
564 methdata.libctx = libctx; in OSSL_DECODER_do_all_provided()
565 methdata.tmp_store = NULL; in OSSL_DECODER_do_all_provided()
[all …]

Completed in 29 milliseconds