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/Symbols.namespace | |
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/Symbols.namespace')
-rw-r--r-- | src/lib/libcrypto/Symbols.namespace | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/src/lib/libcrypto/Symbols.namespace b/src/lib/libcrypto/Symbols.namespace index 3dc0c33921..7676e45f90 100644 --- a/src/lib/libcrypto/Symbols.namespace +++ b/src/lib/libcrypto/Symbols.namespace | |||
@@ -2566,3 +2566,68 @@ _libre_CMAC_Init | |||
2566 | _libre_CMAC_Update | 2566 | _libre_CMAC_Update |
2567 | _libre_CMAC_Final | 2567 | _libre_CMAC_Final |
2568 | _libre_CMAC_resume | 2568 | _libre_CMAC_resume |
2569 | _libre_d2i_DSAparams_bio | ||
2570 | _libre_i2d_DSAparams_bio | ||
2571 | _libre_d2i_DSAparams_fp | ||
2572 | _libre_i2d_DSAparams_fp | ||
2573 | _libre_DSAparams_dup | ||
2574 | _libre_DSA_SIG_new | ||
2575 | _libre_DSA_SIG_free | ||
2576 | _libre_i2d_DSA_SIG | ||
2577 | _libre_d2i_DSA_SIG | ||
2578 | _libre_DSA_SIG_get0 | ||
2579 | _libre_DSA_SIG_set0 | ||
2580 | _libre_DSA_do_sign | ||
2581 | _libre_DSA_do_verify | ||
2582 | _libre_DSA_OpenSSL | ||
2583 | _libre_DSA_set_default_method | ||
2584 | _libre_DSA_get_default_method | ||
2585 | _libre_DSA_set_method | ||
2586 | _libre_DSA_new | ||
2587 | _libre_DSA_new_method | ||
2588 | _libre_DSA_free | ||
2589 | _libre_DSA_up_ref | ||
2590 | _libre_DSA_size | ||
2591 | _libre_DSA_bits | ||
2592 | _libre_DSA_sign_setup | ||
2593 | _libre_DSA_sign | ||
2594 | _libre_DSA_verify | ||
2595 | _libre_DSA_get_ex_new_index | ||
2596 | _libre_DSA_set_ex_data | ||
2597 | _libre_DSA_get_ex_data | ||
2598 | _libre_DSA_security_bits | ||
2599 | _libre_d2i_DSAPublicKey | ||
2600 | _libre_i2d_DSAPublicKey | ||
2601 | _libre_d2i_DSAPrivateKey | ||
2602 | _libre_i2d_DSAPrivateKey | ||
2603 | _libre_d2i_DSAparams | ||
2604 | _libre_i2d_DSAparams | ||
2605 | _libre_DSA_generate_parameters | ||
2606 | _libre_DSA_generate_parameters_ex | ||
2607 | _libre_DSA_generate_key | ||
2608 | _libre_DSAparams_print | ||
2609 | _libre_DSA_print | ||
2610 | _libre_DSAparams_print_fp | ||
2611 | _libre_DSA_print_fp | ||
2612 | _libre_DSA_dup_DH | ||
2613 | _libre_DSA_get0_pqg | ||
2614 | _libre_DSA_set0_pqg | ||
2615 | _libre_DSA_get0_key | ||
2616 | _libre_DSA_set0_key | ||
2617 | _libre_DSA_get0_p | ||
2618 | _libre_DSA_get0_q | ||
2619 | _libre_DSA_get0_g | ||
2620 | _libre_DSA_get0_pub_key | ||
2621 | _libre_DSA_get0_priv_key | ||
2622 | _libre_DSA_clear_flags | ||
2623 | _libre_DSA_test_flags | ||
2624 | _libre_DSA_set_flags | ||
2625 | _libre_DSA_get0_engine | ||
2626 | _libre_DSA_meth_new | ||
2627 | _libre_DSA_meth_free | ||
2628 | _libre_DSA_meth_dup | ||
2629 | _libre_DSA_meth_get0_name | ||
2630 | _libre_DSA_meth_set1_name | ||
2631 | _libre_DSA_meth_set_sign | ||
2632 | _libre_DSA_meth_set_finish | ||
2633 | _libre_ERR_load_DSA_strings | ||