Home
last modified time | relevance | path

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

1234567

/freebsd-src/crypto/openssl/crypto/property/
H A Dproperty.c232 OSSL_METHOD_STORE *store = arg; alg_cleanup() local
265 ossl_method_store_free(OSSL_METHOD_STORE * store) ossl_method_store_free() argument
277 ossl_method_lock_store(OSSL_METHOD_STORE * store) ossl_method_lock_store() argument
282 ossl_method_unlock_store(OSSL_METHOD_STORE * store) ossl_method_unlock_store() argument
287 ossl_method_store_retrieve(OSSL_METHOD_STORE * store,int nid) ossl_method_store_retrieve() argument
292 ossl_method_store_insert(OSSL_METHOD_STORE * store,ALGORITHM * alg) ossl_method_store_insert() argument
297 ossl_method_store_add(OSSL_METHOD_STORE * store,const OSSL_PROVIDER * prov,int nid,const char * properties,void * method,int (* method_up_ref)(void *),void (* method_destruct)(void *)) ossl_method_store_add() argument
379 ossl_method_store_remove(OSSL_METHOD_STORE * store,int nid,const void * method) ossl_method_store_remove() argument
417 OSSL_METHOD_STORE *store; global() member
451 ossl_method_store_remove_all_provided(OSSL_METHOD_STORE * store,const OSSL_PROVIDER * prov) ossl_method_store_remove_all_provided() argument
489 ossl_method_store_do_all(OSSL_METHOD_STORE * store,void (* fn)(int id,void * method,void * fnarg),void * fnarg) ossl_method_store_do_all() argument
501 ossl_method_store_fetch(OSSL_METHOD_STORE * store,int nid,const char * prop_query,const OSSL_PROVIDER ** prov_rw,void ** method) ossl_method_store_fetch() argument
584 ossl_method_cache_flush_alg(OSSL_METHOD_STORE * store,ALGORITHM * alg) ossl_method_cache_flush_alg() argument
591 ossl_method_cache_flush(OSSL_METHOD_STORE * store,int nid) ossl_method_cache_flush() argument
599 ossl_method_store_cache_flush_all(OSSL_METHOD_STORE * store) ossl_method_store_cache_flush_all() argument
660 ossl_method_cache_flush_some(OSSL_METHOD_STORE * store) ossl_method_cache_flush_some() argument
680 ossl_method_store_cache_get(OSSL_METHOD_STORE * store,OSSL_PROVIDER * prov,int nid,const char * prop_query,void ** method) ossl_method_store_cache_get() argument
710 ossl_method_store_cache_set(OSSL_METHOD_STORE * store,OSSL_PROVIDER * prov,int nid,const char * prop_query,void * method,int (* method_up_ref)(void *),void (* method_destruct)(void *)) ossl_method_store_cache_set() argument
[all...]
/freebsd-src/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-src/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-src/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-src/crypto/openssl/crypto/
H A Dprovider_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-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h196 incrementReferenceCount(Store store) incrementReferenceCount() argument
201 decrementReferenceCount(Store store) decrementReferenceCount() argument
289 StoreRef(Store store,StoreManager & smgr) StoreRef() argument
[all...]
/freebsd-src/crypto/openssl/crypto/encode_decode/
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
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
/freebsd-src/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-src/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-src/contrib/kyua/store/
H A Dread_transaction_fwd.hpp35 namespace store { namespace
H A Dwrite_transaction_fwd.hpp35 namespace store { namespace
H A Ddbtypes.hpp47 namespace store { namespace
H A Dread_backend_fwd.hpp35 namespace store { namespace
H A Dmetadata_fwd.hpp35 namespace store { namespace
H A Dmigrate.hpp37 namespace store { namespace
H A Dwrite_backend_fwd.hpp35 namespace store { namespace
H A Dlayout.hpp66 namespace store { namespace
H A Dwrite_transaction.hpp52 namespace store { namespace
H A Dlayout_fwd.hpp40 namespace store { namespace
H A Dread_backend.hpp43 namespace store { namespace
H A Dwrite_backend.hpp44 namespace store { namespace
H A Dmetadata.hpp45 namespace store { namespace
/freebsd-src/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-src/usr.bin/bc/
H A Dextern.h

1234567