Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/crypto/evp/
H A Devp_fetch.c70 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()
153 if ((name_id = methdata->name_id) == 0 && methdata->names != NULL) { in get_evp_method_from_store()
338 methdata->names = name; in inner_evp_generic_fetch()
407 methdata.libctx = libctx; in evp_generic_fetch()
408 methdata.tmp_store = NULL; in evp_generic_fetch()
434 methdata.libctx = libctx; in evp_generic_fetch_by_number()
435 methdata.tmp_store = NULL; in evp_generic_fetch_by_number()
461 methdata.tmp_store = NULL; in evp_generic_fetch_from_prov()
665 methdata.libctx = libctx; in evp_generic_do_all()
[all …]
/freebsd-14.2/crypto/openssl/crypto/store/
H A Dstore_meth.c112 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()
347 methdata->scheme_id = id; in inner_loader_fetch()
348 methdata->scheme = scheme; in inner_loader_fetch()
401 methdata.libctx = libctx; in OSSL_STORE_LOADER_fetch()
402 methdata.tmp_store = NULL; in OSSL_STORE_LOADER_fetch()
415 methdata.libctx = libctx; in ossl_store_loader_fetch_by_number()
416 methdata.tmp_store = NULL; in ossl_store_loader_fetch_by_number()
511 methdata.libctx = libctx; in OSSL_STORE_LOADER_do_all_provided()
[all …]
/freebsd-14.2/crypto/openssl/crypto/encode_decode/
H A Dencoder_meth.c110 methdata->tmp_store = ossl_method_store_new(methdata->libctx); in get_tmp_encoder_store()
111 return methdata->tmp_store; in get_tmp_encoder_store()
162 if ((id = methdata->id) == 0 && methdata->names != NULL) { in get_encoder_from_store()
418 methdata->id = id; in inner_ossl_encoder_fetch()
419 methdata->names = name; in inner_ossl_encoder_fetch()
465 methdata.libctx = libctx; in OSSL_ENCODER_fetch()
466 methdata.tmp_store = NULL; in OSSL_ENCODER_fetch()
478 methdata.libctx = libctx; in ossl_encoder_fetch_by_number()
479 methdata.tmp_store = NULL; in ossl_encoder_fetch_by_number()
590 methdata.libctx = libctx; in OSSL_ENCODER_do_all_provided()
[all …]
H A Ddecoder_meth.c110 methdata->tmp_store = ossl_method_store_new(methdata->libctx); in get_tmp_decoder_store()
111 return methdata->tmp_store; in get_tmp_decoder_store()
162 if ((id = methdata->id) == 0 && methdata->names != NULL) { in get_decoder_from_store()
408 methdata->id = id; in inner_ossl_decoder_fetch()
409 methdata->names = name; in inner_ossl_decoder_fetch()
456 methdata.libctx = libctx; in OSSL_DECODER_fetch()
457 methdata.tmp_store = NULL; in OSSL_DECODER_fetch()
469 methdata.libctx = libctx; in ossl_decoder_fetch_by_number()
470 methdata.tmp_store = NULL; in ossl_decoder_fetch_by_number()
581 methdata.libctx = libctx; in OSSL_DECODER_do_all_provided()
[all …]