Home
last modified time | relevance | path

Searched defs:store (Results 1 – 25 of 166) sorted by relevance

1234567

/freebsd/crypto/openssl/crypto/property/
H A Dproperty.c234 OSSL_METHOD_STORE *store = arg; in alg_cleanup() local
267 void ossl_method_store_free(OSSL_METHOD_STORE *store) in ossl_method_store_free()
279 int ossl_method_lock_store(OSSL_METHOD_STORE *store) in ossl_method_lock_store()
284 int ossl_method_unlock_store(OSSL_METHOD_STORE *store) in ossl_method_unlock_store()
289 static ALGORITHM *ossl_method_store_retrieve(OSSL_METHOD_STORE *store, int nid) in ossl_method_store_retrieve()
294 static int ossl_method_store_insert(OSSL_METHOD_STORE *store, ALGORITHM *alg) in ossl_method_store_insert()
299 int ossl_method_store_add(OSSL_METHOD_STORE *store, const OSSL_PROVIDER *prov, in ossl_method_store_add()
381 int ossl_method_store_remove(OSSL_METHOD_STORE *store, int nid, in ossl_method_store_remove()
419 OSSL_METHOD_STORE *store; member
453 int ossl_method_store_remove_all_provided(OSSL_METHOD_STORE *store, in ossl_method_store_remove_all_provided()
[all …]
/freebsd/crypto/openssl/test/
H A Dproperty_test.c54 OSSL_METHOD_STORE *store = NULL; in test_property_string() local
130 OSSL_METHOD_STORE *store; in test_property_parse() local
149 OSSL_METHOD_STORE *store; in test_property_query_value_create() local
197 OSSL_METHOD_STORE *store; in test_property_parse_error() local
247 OSSL_METHOD_STORE *store; in test_property_merge() local
272 OSSL_METHOD_STORE *store; in test_property_defn_cache() local
333 OSSL_METHOD_STORE *store; in test_definition_compares() local
363 OSSL_METHOD_STORE *store; in test_register_deregister() local
435 OSSL_METHOD_STORE *store; in test_property() local
543 OSSL_METHOD_STORE *store; in test_query_cache_stochastic() local
/freebsd/crypto/openssl/crypto/store/
H A Dstore_meth.c117 static void dealloc_tmp_loader_store(void *store) in dealloc_tmp_loader_store()
130 static int reserve_loader_store(void *store, void *data) in reserve_loader_store()
141 static int unreserve_loader_store(void *store, void *data) in unreserve_loader_store()
153 static void *get_loader_from_store(void *store, const OSSL_PROVIDER **prov, in get_loader_from_store()
175 static int put_loader_in_store(void *store, void *method, in put_loader_in_store()
303 OSSL_METHOD_STORE *store = get_loader_store(methdata->libctx); in inner_loader_fetch() local
424 OSSL_METHOD_STORE *store = get_loader_store(libctx); in ossl_store_loader_store_cache_flush() local
434 OSSL_METHOD_STORE *store = get_loader_store(libctx); in ossl_store_loader_store_remove_all_provided() local
/freebsd/crypto/openssl/crypto/
H A Dprovider_core.c160 struct provider_store_st *store; /* The store this instance belongs to */ global() member
288 struct provider_store_st *store = vstore; provider_store_free() local
310 struct provider_store_st *store = OPENSSL_zalloc(sizeof(*store)); provider_store_new() local
337 struct provider_store_st *store = NULL; get_provider_store() local
348 struct provider_store_st *store; ossl_provider_disable_fallback_loading() local
365 struct provider_store_st *store = get_provider_store(libctx); ossl_provider_info_add_to_store() local
413 struct provider_store_st *store = NULL; ossl_provider_find() local
534 struct provider_store_st *store = NULL; ossl_provider_new() local
592 struct provider_store_st *store = prov->store; create_provider_children() local
613 struct provider_store_st *store; ossl_provider_add_to_store() local
804 struct provider_store_st *store; OSSL_PROVIDER_set_default_search_path() local
1046 struct provider_store_st *store; provider_deactivate() local
1120 struct provider_store_st *store; provider_activate() local
1175 struct provider_store_st *store; provider_flush_store_cache() local
1207 struct provider_store_st *store; provider_remove_store_methods() local
1285 provider_activate_fallbacks(struct provider_store_st * store) provider_activate_fallbacks() argument
1358 struct provider_store_st *store = get_provider_store(ctx); ossl_provider_doall_activated() local
1475 struct provider_store_st *store = get_provider_store(libctx); OSSL_PROVIDER_available() local
1689 struct provider_store_st *store = NULL; ossl_provider_default_props_update() local
1729 struct provider_store_st *store = NULL; ossl_provider_register_child_cb() local
1804 struct provider_store_st *store = NULL; ossl_provider_deregister_child_cb() local
[all...]
/freebsd/crypto/openssl/crypto/ct/
H A Dct_log.c138 void CTLOG_STORE_free(CTLOG_STORE *store) in CTLOG_STORE_free()
147 static int ctlog_new_from_conf(CTLOG_STORE *store, CTLOG **ct_log, in ctlog_new_from_conf()
168 int CTLOG_STORE_load_default_file(CTLOG_STORE *store) in CTLOG_STORE_load_default_file()
225 int CTLOG_STORE_load_file(CTLOG_STORE *store, const char *file) in CTLOG_STORE_load_file()
339 const CTLOG *CTLOG_STORE_get0_log_by_id(const CTLOG_STORE *store, in CTLOG_STORE_get0_log_by_id()
/freebsd/crypto/openssl/crypto/encode_decode/
H A Ddecoder_meth.c114 static void dealloc_tmp_decoder_store(void *store) in dealloc_tmp_decoder_store()
127 static int reserve_decoder_store(void *store, void *data) in reserve_decoder_store()
138 static int unreserve_decoder_store(void *store, void *data) in unreserve_decoder_store()
150 static void *get_decoder_from_store(void *store, const OSSL_PROVIDER **prov, in get_decoder_from_store()
185 static int put_decoder_in_store(void *store, void *method, in put_decoder_in_store()
365 OSSL_METHOD_STORE *store = get_decoder_store(methdata->libctx); in inner_ossl_decoder_fetch() local
478 OSSL_METHOD_STORE *store = get_decoder_store(libctx); in ossl_decoder_store_cache_flush() local
488 OSSL_METHOD_STORE *store = get_decoder_store(libctx); in ossl_decoder_store_remove_all_provided() local
H A Dencoder_meth.c114 static void dealloc_tmp_encoder_store(void *store) in dealloc_tmp_encoder_store()
127 static int reserve_encoder_store(void *store, void *data) in reserve_encoder_store()
138 static int unreserve_encoder_store(void *store, void *data) in unreserve_encoder_store()
150 static void *get_encoder_from_store(void *store, const OSSL_PROVIDER **prov, in get_encoder_from_store()
185 static int put_encoder_in_store(void *store, void *method, in put_encoder_in_store()
375 OSSL_METHOD_STORE *store = get_encoder_store(methdata->libctx); in inner_ossl_encoder_fetch() local
487 OSSL_METHOD_STORE *store = get_encoder_store(libctx); in ossl_encoder_store_cache_flush() local
497 OSSL_METHOD_STORE *store = get_encoder_store(libctx); in ossl_encoder_store_remove_all_provided() local
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h196 virtual void incrementReferenceCount(Store store) {} in incrementReferenceCount()
201 virtual void decrementReferenceCount(Store store) {} in decrementReferenceCount()
285 inline StoreRef::StoreRef(Store store, StoreManager & smgr) in StoreRef()
/freebsd/crypto/openssl/crypto/evp/
H A Devp_fetch.c74 static void dealloc_tmp_evp_method_store(void *store) in dealloc_tmp_evp_method_store()
86 static int reserve_evp_method_store(void *store, void *data) in reserve_evp_method_store()
97 static int unreserve_evp_method_store(void *store, void *data) in unreserve_evp_method_store()
140 static void *get_evp_method_from_store(void *store, const OSSL_PROVIDER **prov, in get_evp_method_from_store()
178 static int put_evp_method_in_store(void *store, void *method, in put_evp_method_in_store()
270 OSSL_METHOD_STORE *store = get_evp_method_store(methdata->libctx); in inner_evp_generic_fetch() local
471 OSSL_METHOD_STORE *store = get_evp_method_store(libctx); in evp_method_store_cache_flush() local
481 OSSL_METHOD_STORE *store = get_evp_method_store(libctx); in evp_method_store_remove_all_provided() local
493 OSSL_METHOD_STORE *store = get_evp_method_store(libctx); in evp_set_parsed_default_properties() local
/freebsd/bin/uuidgen/
H A Duuidgen.c72 uuidgen_v4(struct uuid *store, int count) in uuidgen_v4()
107 uuid_t *store, *uuid; in main() local
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stack_store.cpp131 Create(StackStore * store) Create() argument
141 GetOrCreate(StackStore * store) GetOrCreate() argument
253 GetOrUnpack(StackStore * store) GetOrUnpack() argument
301 Pack(Compression type,StackStore * store) Pack() argument
364 TestOnlyUnmap(StackStore * store) TestOnlyUnmap() argument
[all...]
/freebsd/contrib/kyua/store/
H A Ddbtypes.hpp47 namespace store { namespace
H A Dmetadata_fwd.hpp35 namespace store { namespace
H A Dread_transaction_fwd.hpp35 namespace store { namespace
H A Dwrite_transaction_fwd.hpp35 namespace store { namespace
H A Dread_backend_fwd.hpp35 namespace store { namespace
H A Dlayout.hpp66 namespace store { namespace
H A Dmigrate.hpp37 namespace store { namespace
H A Dwrite_backend_fwd.hpp35 namespace store { namespace
H A Dlayout_fwd.hpp40 namespace store { namespace
H A Dwrite_transaction.hpp52 namespace store { namespace
H A Dmetadata.hpp45 namespace store { namespace
H A Dread_backend.hpp43 namespace store { namespace
H A Dwrite_backend.hpp44 namespace store { namespace
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_spromvar.h52 struct bhnd_nvram_store *store; /**< nvram store */ member

1234567