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.c227 OSSL_METHOD_STORE *store = arg; in alg_cleanup() local
260 void ossl_method_store_free(OSSL_METHOD_STORE *store) in ossl_method_store_free()
272 int ossl_method_lock_store(OSSL_METHOD_STORE *store) in ossl_method_lock_store()
277 int ossl_method_unlock_store(OSSL_METHOD_STORE *store) in ossl_method_unlock_store()
282 static ALGORITHM *ossl_method_store_retrieve(OSSL_METHOD_STORE *store, int nid) in ossl_method_store_retrieve()
287 static int ossl_method_store_insert(OSSL_METHOD_STORE *store, ALGORITHM *alg) in ossl_method_store_insert()
317 int ossl_method_store_add(OSSL_METHOD_STORE *store, const OSSL_PROVIDER *prov, in ossl_method_store_add()
434 int ossl_method_store_remove(OSSL_METHOD_STORE *store, int nid, in ossl_method_store_remove()
472 OSSL_METHOD_STORE *store; member
536 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
152 OSSL_METHOD_STORE *store; in test_property_parse() local
171 OSSL_METHOD_STORE *store; in test_property_query_value_create() local
219 OSSL_METHOD_STORE *store; in test_property_parse_error() local
269 OSSL_METHOD_STORE *store; in test_property_merge() local
294 OSSL_METHOD_STORE *store; in test_property_defn_cache() local
355 OSSL_METHOD_STORE *store; in test_definition_compares() local
385 OSSL_METHOD_STORE *store; in test_register_deregister() local
457 OSSL_METHOD_STORE *store; in test_property() local
565 OSSL_METHOD_STORE *store; in test_query_cache_stochastic() local
H A Dpkcs7_test.c135 X509_STORE *store = NULL; in pkcs7_verify_test() local
226 X509_STORE *store = NULL; in pkcs7_inner_content_verify_test() local
/freebsd/crypto/openssl/crypto/store/
H A Dstore_meth.c101 static void dealloc_tmp_loader_store(void *store) in dealloc_tmp_loader_store()
113 static int reserve_loader_store(void *store, void *data) in reserve_loader_store()
124 static int unreserve_loader_store(void *store, void *data) in unreserve_loader_store()
136 static void *get_loader_from_store(void *store, const OSSL_PROVIDER **prov, in get_loader_from_store()
158 static int put_loader_in_store(void *store, void *method, in put_loader_in_store()
294 OSSL_METHOD_STORE *store = get_loader_store(methdata->libctx); in inner_loader_fetch() local
390 OSSL_METHOD_STORE *store = get_loader_store(libctx); in ossl_store_loader_store_cache_flush() local
400 OSSL_METHOD_STORE *store = get_loader_store(libctx); in ossl_store_loader_store_remove_all_provided() local
/freebsd/crypto/openssl/crypto/x509/
H A Dby_store.c109 static void free_store(CACHED_STORE *store) in free_store()
132 CACHED_STORE *store = OPENSSL_zalloc(sizeof(*store)); in by_store_ctrl_ex() local
173 CACHED_STORE store; in by_store_ctrl_ex() local
222 X509_STORE *store = X509_LOOKUP_get_store(ctx); in by_store_subject() local
/freebsd/crypto/openssl/crypto/ct/
H A Dct_log.c131 void CTLOG_STORE_free(CTLOG_STORE *store) in CTLOG_STORE_free()
140 static int ctlog_new_from_conf(CTLOG_STORE *store, CTLOG **ct_log, in ctlog_new_from_conf()
161 int CTLOG_STORE_load_default_file(CTLOG_STORE *store) in CTLOG_STORE_load_default_file()
215 int CTLOG_STORE_load_file(CTLOG_STORE *store, const char *file) in CTLOG_STORE_load_file()
323 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.c160 struct provider_store_st *store; /* The store this instance belongs to */ member
289 struct provider_store_st *store = vstore; in ossl_provider_store_free() local
311 struct provider_store_st *store = OPENSSL_zalloc(sizeof(*store)); in ossl_provider_store_new() local
331 struct provider_store_st *store = NULL; in get_provider_store() local
341 struct provider_store_st *store; in ossl_provider_disable_fallback_loading() local
358 struct provider_store_st *store = get_provider_store(libctx); in ossl_provider_info_add_to_store() local
402 struct provider_store_st *store = NULL; in ossl_provider_find() local
523 struct provider_store_st *store = NULL; in ossl_provider_new() local
630 struct provider_store_st *store = prov->store; in create_provider_children() local
651 struct provider_store_st *store; in ossl_provider_add_to_store() local
[all …]
/freebsd/crypto/openssl/crypto/encode_decode/
H A Dencoder_meth.c104 static void dealloc_tmp_encoder_store(void *store) in dealloc_tmp_encoder_store()
116 static int reserve_encoder_store(void *store, void *data) in reserve_encoder_store()
127 static int unreserve_encoder_store(void *store, void *data) in unreserve_encoder_store()
139 static void *get_encoder_from_store(void *store, const OSSL_PROVIDER **prov, in get_encoder_from_store()
174 static int put_encoder_in_store(void *store, void *method, in put_encoder_in_store()
364 OSSL_METHOD_STORE *store = get_encoder_store(methdata->libctx); in inner_ossl_encoder_fetch() local
452 OSSL_METHOD_STORE *store = get_encoder_store(libctx); in ossl_encoder_store_cache_flush() local
462 OSSL_METHOD_STORE *store = get_encoder_store(libctx); in ossl_encoder_store_remove_all_provided() local
H A Ddecoder_meth.c104 static void dealloc_tmp_decoder_store(void *store) in dealloc_tmp_decoder_store()
116 static int reserve_decoder_store(void *store, void *data) in reserve_decoder_store()
127 static int unreserve_decoder_store(void *store, void *data) in unreserve_decoder_store()
139 static void *get_decoder_from_store(void *store, const OSSL_PROVIDER **prov, in get_decoder_from_store()
174 static int put_decoder_in_store(void *store, void *method, in put_decoder_in_store()
354 OSSL_METHOD_STORE *store = get_decoder_store(methdata->libctx); in inner_ossl_decoder_fetch() local
443 OSSL_METHOD_STORE *store = get_decoder_store(libctx); in ossl_decoder_store_cache_flush() local
453 OSSL_METHOD_STORE *store = get_decoder_store(libctx); in ossl_decoder_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.c60 static void dealloc_tmp_evp_method_store(void *store) in dealloc_tmp_evp_method_store()
72 static int reserve_evp_method_store(void *store, void *data) in reserve_evp_method_store()
83 static int unreserve_evp_method_store(void *store, void *data) in unreserve_evp_method_store()
126 static void *get_evp_method_from_store(void *store, const OSSL_PROVIDER **prov, in get_evp_method_from_store()
164 static int put_evp_method_in_store(void *store, void *method, in put_evp_method_in_store()
260 OSSL_METHOD_STORE *store = get_evp_method_store(methdata->libctx); in inner_evp_generic_fetch() local
438 OSSL_METHOD_STORE *store = get_evp_method_store(libctx); in evp_method_store_cache_flush() local
448 OSSL_METHOD_STORE *store = get_evp_method_store(libctx); in evp_method_store_remove_all_provided() local
460 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/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
/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...]

1234567