VirtualBox

source: vbox/trunk/src/libs/openssl-3.1.7/include/crypto/context.h@ 108344

最後變更 在這個檔案從108344是 104078,由 vboxsync 提交於 12 月 前

openssl-3.1.5: Applied and adjusted our OpenSSL changes to 3.1.4. bugref:10638

檔案大小: 1.7 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
28void ossl_provider_store_free(void *);
29void ossl_property_string_data_free(void *);
30void ossl_stored_namemap_free(void *);
31void ossl_property_defns_free(void *);
32void ossl_ctx_global_properties_free(void *);
33void ossl_rand_ctx_free(void *);
34void ossl_prov_conf_ctx_free(void *);
35void ossl_bio_core_globals_free(void *);
36void ossl_child_prov_ctx_free(void *);
37void ossl_prov_drbg_nonce_ctx_free(void *);
38void ossl_self_test_set_callback_free(void *);
39void ossl_rand_crng_ctx_free(void *);
40void ossl_thread_event_ctx_free(void *);
41void ossl_fips_prov_ossl_ctx_free(void *);
42void ossl_release_default_drbg_ctx(void);
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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