/freebsd/crypto/openssl/crypto/property/ |
H A D | property.c | 227 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 D | property_test.c | 54 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 D | pkcs7_test.c | 135 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 D | store_meth.c | 101 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 D | by_store.c | 109 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 D | ct_log.c | 131 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 D | provider_core.c | 160 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 D | encoder_meth.c | 104 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 D | decoder_meth.c | 104 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 D | Store.h | 196 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 D | evp_fetch.c | 60 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 D | uuidgen.c | 72 uuidgen_v4(struct uuid *store, int count) in uuidgen_v4() 107 uuid_t *store, *uuid; in main() local
|
/freebsd/contrib/kyua/store/ |
H A D | dbtypes.hpp | 47 namespace store { namespace
|
H A D | metadata_fwd.hpp | 35 namespace store { namespace
|
H A D | read_transaction_fwd.hpp | 35 namespace store { namespace
|
H A D | write_transaction_fwd.hpp | 35 namespace store { namespace
|
H A D | read_backend_fwd.hpp | 35 namespace store { namespace
|
H A D | layout.hpp | 66 namespace store { namespace
|
H A D | migrate.hpp | 37 namespace store { namespace
|
H A D | write_backend_fwd.hpp | 35 namespace store { namespace
|
H A D | layout_fwd.hpp | 40 namespace store { namespace
|
H A D | write_transaction.hpp | 52 namespace store { namespace
|
H A D | metadata.hpp | 45 namespace store { namespace
|
H A D | read_backend.hpp | 43 namespace store { namespace
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stack_store.cpp | 131 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...] |