VirtualBox

source: vbox/trunk/src/libs/openssl-3.3.2/include/crypto/context.h

最後變更 在這個檔案是 108206,由 vboxsync 提交於 5 週 前

openssl-3.3.2: Exported all files to OSE and removed .scm-settings ​bugref:10757

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 1.8 KB
 
1/*
2 * Copyright 2022-2023 The OpenSSL Project Authors. All Rights Reserved.
3 *
4 * Licensed under the Apache License 2.0 (the "License"). You may not use
5 * this file except in compliance with the License. You can obtain a copy
6 * in the file LICENSE in the source distribution or at
7 * https://www.openssl.org/source/license.html
8 */
9
10#include <openssl/core.h>
11
12void *ossl_provider_store_new(OSSL_LIB_CTX *);
13void *ossl_property_string_data_new(OSSL_LIB_CTX *);
14void *ossl_stored_namemap_new(OSSL_LIB_CTX *);
15void *ossl_property_defns_new(OSSL_LIB_CTX *);
16void *ossl_ctx_global_properties_new(OSSL_LIB_CTX *);
17void *ossl_rand_ctx_new(OSSL_LIB_CTX *);
18void *ossl_prov_conf_ctx_new(OSSL_LIB_CTX *);
19void *ossl_bio_core_globals_new(OSSL_LIB_CTX *);
20void *ossl_child_prov_ctx_new(OSSL_LIB_CTX *);
21void *ossl_prov_drbg_nonce_ctx_new(OSSL_LIB_CTX *);
22void *ossl_self_test_set_callback_new(OSSL_LIB_CTX *);
23void *ossl_rand_crng_ctx_new(OSSL_LIB_CTX *);
24int ossl_thread_register_fips(OSSL_LIB_CTX *);
25void *ossl_thread_event_ctx_new(OSSL_LIB_CTX *);
26void *ossl_fips_prov_ossl_ctx_new(OSSL_LIB_CTX *);
27#if defined(OPENSSL_THREADS)
28void *ossl_threads_ctx_new(OSSL_LIB_CTX *);
29#endif
30
31void ossl_provider_store_free(void *);
32void ossl_property_string_data_free(void *);
33void ossl_stored_namemap_free(void *);
34void ossl_property_defns_free(void *);
35void ossl_ctx_global_properties_free(void *);
36void ossl_rand_ctx_free(void *);
37void ossl_prov_conf_ctx_free(void *);
38void ossl_bio_core_globals_free(void *);
39void ossl_child_prov_ctx_free(void *);
40void ossl_prov_drbg_nonce_ctx_free(void *);
41void ossl_self_test_set_callback_free(void *);
42void ossl_rand_crng_ctx_free(void *);
43void ossl_thread_event_ctx_free(void *);
44void ossl_fips_prov_ossl_ctx_free(void *);
45void ossl_release_default_drbg_ctx(void);
46#if defined(OPENSSL_THREADS)
47void ossl_threads_ctx_free(void *);
48#endif
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette