Home
last modified time | relevance | path

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

/openssl/crypto/store/
H A Dstore_meth.c78 OSSL_METHOD_STORE *tmp_store; /* For get_tmp_loader_store() */ member
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()
379 methdata.tmp_store = NULL; in OSSL_STORE_LOADER_fetch()
381 dealloc_tmp_loader_store(methdata.tmp_store); in OSSL_STORE_LOADER_fetch()
475 methdata.tmp_store = NULL; in OSSL_STORE_LOADER_do_all_provided()
480 if (methdata.tmp_store != NULL) in OSSL_STORE_LOADER_do_all_provided()
481 ossl_method_store_do_all(methdata.tmp_store, &do_one, &data); in OSSL_STORE_LOADER_do_all_provided()
483 dealloc_tmp_loader_store(methdata.tmp_store); in OSSL_STORE_LOADER_do_all_provided()
/openssl/crypto/evp/
H A Devp_fetch.c34 OSSL_METHOD_STORE *tmp_store; /* For get_tmp_evp_method_store() */ member
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()
377 methdata.tmp_store = NULL; in evp_generic_fetch()
381 dealloc_tmp_evp_method_store(methdata.tmp_store); in evp_generic_fetch()
403 methdata.tmp_store = NULL; in evp_generic_fetch_from_prov()
407 dealloc_tmp_evp_method_store(methdata.tmp_store); in evp_generic_fetch_from_prov()
616 methdata.tmp_store = NULL; in evp_generic_do_all()
623 if (methdata.tmp_store != NULL) in evp_generic_do_all()
[all …]
/openssl/crypto/encode_decode/
H A Ddecoder_meth.c74 OSSL_METHOD_STORE *tmp_store; /* For get_tmp_decoder_store() */ member
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()
425 methdata.tmp_store = NULL; in OSSL_DECODER_fetch()
427 dealloc_tmp_decoder_store(methdata.tmp_store); in OSSL_DECODER_fetch()
555 methdata.tmp_store = NULL; in OSSL_DECODER_do_all_provided()
560 if (methdata.tmp_store != NULL) in OSSL_DECODER_do_all_provided()
561 ossl_method_store_do_all(methdata.tmp_store, &do_one, &data); in OSSL_DECODER_do_all_provided()
563 dealloc_tmp_decoder_store(methdata.tmp_store); in OSSL_DECODER_do_all_provided()
H A Dencoder_meth.c74 OSSL_METHOD_STORE *tmp_store; /* For get_tmp_encoder_store() */ member
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()
434 methdata.tmp_store = NULL; in OSSL_ENCODER_fetch()
436 dealloc_tmp_encoder_store(methdata.tmp_store); in OSSL_ENCODER_fetch()
546 methdata.tmp_store = NULL; in OSSL_ENCODER_do_all_provided()
551 if (methdata.tmp_store != NULL) in OSSL_ENCODER_do_all_provided()
552 ossl_method_store_do_all(methdata.tmp_store, &do_one, &data); in OSSL_ENCODER_do_all_provided()
554 dealloc_tmp_encoder_store(methdata.tmp_store); in OSSL_ENCODER_do_all_provided()

Completed in 13 milliseconds