VirtualBox

source: vbox/trunk/src/libs/openssl-3.1.3/include/crypto/context.h@ 101240

Last change on this file since 101240 was 101240, checked in by vboxsync, 16 months ago

openssl: fixing export flag for some files. bugref:10526

File size: 1.6 KB
Line 
1/*
2 * Copyright 2022 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 *);
24void *ossl_thread_event_ctx_new(OSSL_LIB_CTX *);
25void *ossl_fips_prov_ossl_ctx_new(OSSL_LIB_CTX *);
26
27void ossl_provider_store_free(void *);
28void ossl_property_string_data_free(void *);
29void ossl_stored_namemap_free(void *);
30void ossl_property_defns_free(void *);
31void ossl_ctx_global_properties_free(void *);
32void ossl_rand_ctx_free(void *);
33void ossl_prov_conf_ctx_free(void *);
34void ossl_bio_core_globals_free(void *);
35void ossl_child_prov_ctx_free(void *);
36void ossl_prov_drbg_nonce_ctx_free(void *);
37void ossl_self_test_set_callback_free(void *);
38void ossl_rand_crng_ctx_free(void *);
39void ossl_thread_event_ctx_free(void *);
40void ossl_fips_prov_ossl_ctx_free(void *);
41void ossl_release_default_drbg_ctx(void);
Note: See TracBrowser for help on using the repository browser.

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