diff options
author | beck <> | 2023-07-08 14:28:15 +0000 |
---|---|---|
committer | beck <> | 2023-07-08 14:28:15 +0000 |
commit | b22b791de1d8ce36154a6857c1471a1cb64eb2ec (patch) | |
tree | 43b93595f2484c826f709140a37a783ee1ac35ab /src/lib/libcrypto/hidden | |
parent | d916b9cc17bb2d4b961581db313185bdc3848a55 (diff) | |
download | openbsd-b22b791de1d8ce36154a6857c1471a1cb64eb2ec.tar.gz openbsd-b22b791de1d8ce36154a6857c1471a1cb64eb2ec.tar.bz2 openbsd-b22b791de1d8ce36154a6857c1471a1cb64eb2ec.zip |
hide symbols in dsa
ok tb@
Diffstat (limited to 'src/lib/libcrypto/hidden')
-rw-r--r-- | src/lib/libcrypto/hidden/openssl/dsa.h | 94 |
1 files changed, 94 insertions, 0 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/dsa.h b/src/lib/libcrypto/hidden/openssl/dsa.h new file mode 100644 index 0000000000..b2b0058cb9 --- /dev/null +++ b/src/lib/libcrypto/hidden/openssl/dsa.h | |||
@@ -0,0 +1,94 @@ | |||
1 | /* $OpenBSD: dsa.h,v 1.1 2023/07/08 14:28:15 beck Exp $ */ | ||
2 | /* | ||
3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> | ||
4 | * | ||
5 | * Permission to use, copy, modify, and distribute this software for any | ||
6 | * purpose with or without fee is hereby granted, provided that the above | ||
7 | * copyright notice and this permission notice appear in all copies. | ||
8 | * | ||
9 | * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
10 | * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
11 | * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | ||
12 | * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
13 | * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
14 | * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
15 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
16 | */ | ||
17 | |||
18 | #ifndef _LIBCRYPTO_DSA_H | ||
19 | #define _LIBCRYPTO_DSA_H | ||
20 | |||
21 | #ifndef _MSC_VER | ||
22 | #include_next <openssl/dsa.h> | ||
23 | #else | ||
24 | #include "../include/openssl/dsa.h" | ||
25 | #endif | ||
26 | #include "crypto_namespace.h" | ||
27 | |||
28 | LCRYPTO_USED(d2i_DSAparams_bio); | ||
29 | LCRYPTO_USED(i2d_DSAparams_bio); | ||
30 | LCRYPTO_USED(d2i_DSAparams_fp); | ||
31 | LCRYPTO_USED(i2d_DSAparams_fp); | ||
32 | LCRYPTO_USED(DSAparams_dup); | ||
33 | LCRYPTO_USED(DSA_SIG_new); | ||
34 | LCRYPTO_USED(DSA_SIG_free); | ||
35 | LCRYPTO_USED(i2d_DSA_SIG); | ||
36 | LCRYPTO_USED(d2i_DSA_SIG); | ||
37 | LCRYPTO_USED(DSA_SIG_get0); | ||
38 | LCRYPTO_USED(DSA_SIG_set0); | ||
39 | LCRYPTO_USED(DSA_do_sign); | ||
40 | LCRYPTO_USED(DSA_do_verify); | ||
41 | LCRYPTO_USED(DSA_OpenSSL); | ||
42 | LCRYPTO_USED(DSA_set_default_method); | ||
43 | LCRYPTO_USED(DSA_get_default_method); | ||
44 | LCRYPTO_USED(DSA_set_method); | ||
45 | LCRYPTO_USED(DSA_new); | ||
46 | LCRYPTO_USED(DSA_new_method); | ||
47 | LCRYPTO_USED(DSA_free); | ||
48 | LCRYPTO_USED(DSA_up_ref); | ||
49 | LCRYPTO_USED(DSA_size); | ||
50 | LCRYPTO_USED(DSA_bits); | ||
51 | LCRYPTO_USED(DSA_sign_setup); | ||
52 | LCRYPTO_USED(DSA_sign); | ||
53 | LCRYPTO_USED(DSA_verify); | ||
54 | LCRYPTO_USED(DSA_get_ex_new_index); | ||
55 | LCRYPTO_USED(DSA_set_ex_data); | ||
56 | LCRYPTO_USED(DSA_get_ex_data); | ||
57 | LCRYPTO_USED(DSA_security_bits); | ||
58 | LCRYPTO_USED(d2i_DSAPublicKey); | ||
59 | LCRYPTO_USED(i2d_DSAPublicKey); | ||
60 | LCRYPTO_USED(d2i_DSAPrivateKey); | ||
61 | LCRYPTO_USED(i2d_DSAPrivateKey); | ||
62 | LCRYPTO_USED(d2i_DSAparams); | ||
63 | LCRYPTO_USED(i2d_DSAparams); | ||
64 | LCRYPTO_USED(DSA_generate_parameters); | ||
65 | LCRYPTO_USED(DSA_generate_parameters_ex); | ||
66 | LCRYPTO_USED(DSA_generate_key); | ||
67 | LCRYPTO_USED(DSAparams_print); | ||
68 | LCRYPTO_USED(DSA_print); | ||
69 | LCRYPTO_USED(DSAparams_print_fp); | ||
70 | LCRYPTO_USED(DSA_print_fp); | ||
71 | LCRYPTO_USED(DSA_dup_DH); | ||
72 | LCRYPTO_USED(DSA_get0_pqg); | ||
73 | LCRYPTO_USED(DSA_set0_pqg); | ||
74 | LCRYPTO_USED(DSA_get0_key); | ||
75 | LCRYPTO_USED(DSA_set0_key); | ||
76 | LCRYPTO_USED(DSA_get0_p); | ||
77 | LCRYPTO_USED(DSA_get0_q); | ||
78 | LCRYPTO_USED(DSA_get0_g); | ||
79 | LCRYPTO_USED(DSA_get0_pub_key); | ||
80 | LCRYPTO_USED(DSA_get0_priv_key); | ||
81 | LCRYPTO_USED(DSA_clear_flags); | ||
82 | LCRYPTO_USED(DSA_test_flags); | ||
83 | LCRYPTO_USED(DSA_set_flags); | ||
84 | LCRYPTO_USED(DSA_get0_engine); | ||
85 | LCRYPTO_USED(DSA_meth_new); | ||
86 | LCRYPTO_USED(DSA_meth_free); | ||
87 | LCRYPTO_USED(DSA_meth_dup); | ||
88 | LCRYPTO_USED(DSA_meth_get0_name); | ||
89 | LCRYPTO_USED(DSA_meth_set1_name); | ||
90 | LCRYPTO_USED(DSA_meth_set_sign); | ||
91 | LCRYPTO_USED(DSA_meth_set_finish); | ||
92 | LCRYPTO_USED(ERR_load_DSA_strings); | ||
93 | |||
94 | #endif /* _LIBCRYPTO_DSA_H */ | ||