Home
last modified time | relevance | path

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

1234567

/freebsd/crypto/openssl/crypto/property/
H A Dproperty.c232 OSSL_METHOD_STORE *store = arg; in alg_cleanup() local
265 void ossl_method_store_free(OSSL_METHOD_STORE *store) in ossl_method_store_free()
277 int ossl_method_lock_store(OSSL_METHOD_STORE *store) in ossl_method_lock_store()
282 int ossl_method_unlock_store(OSSL_METHOD_STORE *store) in ossl_method_unlock_store()
379 int ossl_method_store_remove(OSSL_METHOD_STORE *store, int nid, in ossl_method_store_remove()
417 OSSL_METHOD_STORE *store; member
489 void ossl_method_store_do_all(OSSL_METHOD_STORE *store, in ossl_method_store_do_all()
501 int ossl_method_store_fetch(OSSL_METHOD_STORE *store, in ossl_method_store_fetch()
584 static void ossl_method_cache_flush_alg(OSSL_METHOD_STORE *store, in ossl_method_cache_flush_alg()
599 int ossl_method_store_cache_flush_all(OSSL_METHOD_STORE *store) in ossl_method_store_cache_flush_all()
[all …]
/freebsd/crypto/openssl/test/
H A Dproperty_test.c53 OSSL_METHOD_STORE *store; in test_property_string() local
123 OSSL_METHOD_STORE *store; in test_property_parse() local
142 OSSL_METHOD_STORE *store; in test_property_query_value_create() local
190 OSSL_METHOD_STORE *store; in test_property_parse_error() local
240 OSSL_METHOD_STORE *store; in test_property_merge() local
265 OSSL_METHOD_STORE *store; in test_property_defn_cache() local
326 OSSL_METHOD_STORE *store; in test_definition_compares() local
356 OSSL_METHOD_STORE *store; in test_register_deregister() local
428 OSSL_METHOD_STORE *store; in test_property() local
536 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/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/
H A Dprovider_core.c288 struct provider_store_st *store = vstore; in provider_store_free() 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
413 struct provider_store_st *store = NULL; in ossl_provider_find() local
534 struct provider_store_st *store = NULL; in ossl_provider_new() local
620 struct provider_store_st *store; in ossl_provider_add_to_store() local
811 struct provider_store_st *store; in OSSL_PROVIDER_set_default_search_path() local
1053 struct provider_store_st *store; in provider_deactivate() local
1127 struct provider_store_st *store; in provider_activate() local
1182 struct provider_store_st *store; in provider_flush_store_cache() local
[all …]
/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()
289 inline StoreRef::StoreRef(Store store, StoreManager & smgr) in StoreRef()
/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/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/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/contrib/kyua/store/
H A Ddbtypes.hpp47 namespace store { namespace
H A Dmetadata_fwd.hpp35 namespace store { namespace
H A Dread_backend_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 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/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_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()
/freebsd/usr.bin/bc/
H A Dextern.h24 ssize_t store; member

1234567