diff options
author | beck <> | 2023-07-08 12:21:58 +0000 |
---|---|---|
committer | beck <> | 2023-07-08 12:21:58 +0000 |
commit | 4fff81a3a2e2fb3d68e73e2fcc951cee3548c554 (patch) | |
tree | 789e1276988198ecf8411c8f5bb376e2ea404f91 /src/lib/libcrypto/Symbols.namespace | |
parent | de1ea0d71a59536dfa9a5b0b755c13d3d6eddbeb (diff) | |
download | openbsd-4fff81a3a2e2fb3d68e73e2fcc951cee3548c554.tar.gz openbsd-4fff81a3a2e2fb3d68e73e2fcc951cee3548c554.tar.bz2 openbsd-4fff81a3a2e2fb3d68e73e2fcc951cee3548c554.zip |
Hide symbols in bn
ok tb@
Diffstat (limited to 'src/lib/libcrypto/Symbols.namespace')
-rw-r--r-- | src/lib/libcrypto/Symbols.namespace | 134 |
1 files changed, 134 insertions, 0 deletions
diff --git a/src/lib/libcrypto/Symbols.namespace b/src/lib/libcrypto/Symbols.namespace index 2c5ec993c2..66de59acdb 100644 --- a/src/lib/libcrypto/Symbols.namespace +++ b/src/lib/libcrypto/Symbols.namespace | |||
@@ -2255,3 +2255,137 @@ _libre_TXT_DB_create_index | |||
2255 | _libre_TXT_DB_free | 2255 | _libre_TXT_DB_free |
2256 | _libre_TXT_DB_get_by_index | 2256 | _libre_TXT_DB_get_by_index |
2257 | _libre_TXT_DB_insert | 2257 | _libre_TXT_DB_insert |
2258 | _libre_BN_set_flags | ||
2259 | _libre_BN_get_flags | ||
2260 | _libre_BN_with_flags | ||
2261 | _libre_BN_GENCB_new | ||
2262 | _libre_BN_GENCB_free | ||
2263 | _libre_BN_GENCB_call | ||
2264 | _libre_BN_GENCB_set_old | ||
2265 | _libre_BN_GENCB_set | ||
2266 | _libre_BN_GENCB_get_arg | ||
2267 | _libre_BN_abs_is_word | ||
2268 | _libre_BN_is_zero | ||
2269 | _libre_BN_is_one | ||
2270 | _libre_BN_is_word | ||
2271 | _libre_BN_is_odd | ||
2272 | _libre_BN_zero | ||
2273 | _libre_BN_one | ||
2274 | _libre_BN_value_one | ||
2275 | _libre_BN_options | ||
2276 | _libre_BN_CTX_new | ||
2277 | _libre_BN_CTX_free | ||
2278 | _libre_BN_CTX_start | ||
2279 | _libre_BN_CTX_get | ||
2280 | _libre_BN_CTX_end | ||
2281 | _libre_BN_rand | ||
2282 | _libre_BN_pseudo_rand | ||
2283 | _libre_BN_rand_range | ||
2284 | _libre_BN_pseudo_rand_range | ||
2285 | _libre_BN_num_bits | ||
2286 | _libre_BN_num_bits_word | ||
2287 | _libre_BN_new | ||
2288 | _libre_BN_clear_free | ||
2289 | _libre_BN_copy | ||
2290 | _libre_BN_swap | ||
2291 | _libre_BN_bin2bn | ||
2292 | _libre_BN_bn2bin | ||
2293 | _libre_BN_bn2binpad | ||
2294 | _libre_BN_lebin2bn | ||
2295 | _libre_BN_bn2lebinpad | ||
2296 | _libre_BN_mpi2bn | ||
2297 | _libre_BN_bn2mpi | ||
2298 | _libre_BN_sub | ||
2299 | _libre_BN_usub | ||
2300 | _libre_BN_uadd | ||
2301 | _libre_BN_add | ||
2302 | _libre_BN_mul | ||
2303 | _libre_BN_sqr | ||
2304 | _libre_BN_set_negative | ||
2305 | _libre_BN_is_negative | ||
2306 | _libre_BN_nnmod | ||
2307 | _libre_BN_mod_add | ||
2308 | _libre_BN_mod_add_quick | ||
2309 | _libre_BN_mod_sub | ||
2310 | _libre_BN_mod_sub_quick | ||
2311 | _libre_BN_mod_mul | ||
2312 | _libre_BN_mod_sqr | ||
2313 | _libre_BN_mod_lshift1 | ||
2314 | _libre_BN_mod_lshift1_quick | ||
2315 | _libre_BN_mod_lshift | ||
2316 | _libre_BN_mod_lshift_quick | ||
2317 | _libre_BN_mod_word | ||
2318 | _libre_BN_div_word | ||
2319 | _libre_BN_mul_word | ||
2320 | _libre_BN_add_word | ||
2321 | _libre_BN_sub_word | ||
2322 | _libre_BN_set_word | ||
2323 | _libre_BN_get_word | ||
2324 | _libre_BN_cmp | ||
2325 | _libre_BN_free | ||
2326 | _libre_BN_is_bit_set | ||
2327 | _libre_BN_lshift | ||
2328 | _libre_BN_lshift1 | ||
2329 | _libre_BN_exp | ||
2330 | _libre_BN_mod_exp_mont_consttime | ||
2331 | _libre_BN_mod_exp_mont_word | ||
2332 | _libre_BN_mod_exp2_mont | ||
2333 | _libre_BN_mod_exp_simple | ||
2334 | _libre_BN_mask_bits | ||
2335 | _libre_BN_print_fp | ||
2336 | _libre_BN_print | ||
2337 | _libre_BN_rshift | ||
2338 | _libre_BN_rshift1 | ||
2339 | _libre_BN_clear | ||
2340 | _libre_BN_dup | ||
2341 | _libre_BN_ucmp | ||
2342 | _libre_BN_set_bit | ||
2343 | _libre_BN_clear_bit | ||
2344 | _libre_BN_bn2hex | ||
2345 | _libre_BN_bn2dec | ||
2346 | _libre_BN_hex2bn | ||
2347 | _libre_BN_dec2bn | ||
2348 | _libre_BN_asc2bn | ||
2349 | _libre_BN_kronecker | ||
2350 | _libre_BN_mod_sqrt | ||
2351 | _libre_BN_consttime_swap | ||
2352 | _libre_BN_security_bits | ||
2353 | _libre_BN_generate_prime_ex | ||
2354 | _libre_BN_is_prime_ex | ||
2355 | _libre_BN_is_prime_fasttest_ex | ||
2356 | _libre_BN_MONT_CTX_new | ||
2357 | _libre_BN_mod_mul_montgomery | ||
2358 | _libre_BN_to_montgomery | ||
2359 | _libre_BN_from_montgomery | ||
2360 | _libre_BN_MONT_CTX_free | ||
2361 | _libre_BN_MONT_CTX_set | ||
2362 | _libre_BN_MONT_CTX_copy | ||
2363 | _libre_BN_MONT_CTX_set_locked | ||
2364 | _libre_BN_BLINDING_new | ||
2365 | _libre_BN_BLINDING_free | ||
2366 | _libre_BN_BLINDING_update | ||
2367 | _libre_BN_BLINDING_convert | ||
2368 | _libre_BN_BLINDING_invert | ||
2369 | _libre_BN_BLINDING_convert_ex | ||
2370 | _libre_BN_BLINDING_invert_ex | ||
2371 | _libre_BN_BLINDING_thread_id | ||
2372 | _libre_BN_BLINDING_get_flags | ||
2373 | _libre_BN_BLINDING_set_flags | ||
2374 | _libre_BN_BLINDING_create_param | ||
2375 | _libre_get_rfc2409_prime_768 | ||
2376 | _libre_get_rfc2409_prime_1024 | ||
2377 | _libre_BN_get_rfc2409_prime_768 | ||
2378 | _libre_BN_get_rfc2409_prime_1024 | ||
2379 | _libre_get_rfc3526_prime_1536 | ||
2380 | _libre_get_rfc3526_prime_2048 | ||
2381 | _libre_get_rfc3526_prime_3072 | ||
2382 | _libre_get_rfc3526_prime_4096 | ||
2383 | _libre_get_rfc3526_prime_6144 | ||
2384 | _libre_get_rfc3526_prime_8192 | ||
2385 | _libre_BN_get_rfc3526_prime_1536 | ||
2386 | _libre_BN_get_rfc3526_prime_2048 | ||
2387 | _libre_BN_get_rfc3526_prime_3072 | ||
2388 | _libre_BN_get_rfc3526_prime_4096 | ||
2389 | _libre_BN_get_rfc3526_prime_6144 | ||
2390 | _libre_BN_get_rfc3526_prime_8192 | ||
2391 | _libre_ERR_load_BN_strings | ||