Home
last modified time | relevance | path

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

1234567

/freebsd-head/crypto/openssl/crypto/property/
HDproperty.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-head/crypto/openssl/test/
HDproperty_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-head/crypto/openssl/crypto/store/
HDstore_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-head/crypto/openssl/crypto/ct/
HDct_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-head/crypto/openssl/crypto/
HDprovider_core.c160 struct provider_store_st *store; /* The store this instance belongs to */ member
288 struct provider_store_st *store = vstore; in provider_store_free() local
310 struct provider_store_st *store = OPENSSL_zalloc(sizeof(*store)); in provider_store_new() local
337 struct provider_store_st *store = NULL; in get_provider_store() local
348 struct provider_store_st *store; in ossl_provider_disable_fallback_loading() local
365 struct provider_store_st *store = get_provider_store(libctx); in ossl_provider_info_add_to_store() local
413 struct provider_store_st *store = NULL; in ossl_provider_find() local
534 struct provider_store_st *store = NULL; in ossl_provider_new() local
599 struct provider_store_st *store = prov->store; in create_provider_children() local
620 struct provider_store_st *store; in ossl_provider_add_to_store() local
[all …]
/freebsd-head/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDStore.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-head/crypto/openssl/crypto/encode_decode/
HDdecoder_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
HDencoder_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-head/bin/uuidgen/
HDuuidgen.c72 uuidgen_v4(struct uuid *store, int count) in uuidgen_v4()
107 uuid_t *store, *uuid; in main() local
/freebsd-head/crypto/openssl/crypto/evp/
HDevp_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-head/contrib/kyua/store/
HDdbtypes.hpp47 namespace store { namespace
HDmetadata_fwd.hpp35 namespace store { namespace
HDwrite_transaction_fwd.hpp35 namespace store { namespace
HDread_backend_fwd.hpp35 namespace store { namespace
HDread_transaction_fwd.hpp35 namespace store { namespace
HDwrite_backend_fwd.hpp35 namespace store { namespace
HDlayout.hpp66 namespace store { namespace
HDmigrate.hpp37 namespace store { namespace
HDwrite_transaction.hpp52 namespace store { namespace
HDlayout_fwd.hpp40 namespace store { namespace
HDread_backend.hpp43 namespace store { namespace
HDmetadata.hpp45 namespace store { namespace
HDwrite_backend.hpp44 namespace store { namespace
HDexceptions.hpp37 namespace store { namespace
/freebsd-head/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_stack_store.cpp136 uptr *StackStore::BlockInfo::Create(StackStore *store) { in Create()
146 uptr *StackStore::BlockInfo::GetOrCreate(StackStore *store) { in GetOrCreate()
258 uptr *StackStore::BlockInfo::GetOrUnpack(StackStore *store) { in GetOrUnpack()
306 uptr StackStore::BlockInfo::Pack(Compression type, StackStore *store) { in Pack()
369 void StackStore::BlockInfo::TestOnlyUnmap(StackStore *store) { in TestOnlyUnmap()

1234567