/openssl/util/ |
H A D | mkerr.pl | 148 my $lib = $1; 211 my $lib = $name; 213 $lib = "SSL" if $lib =~ /TLS/; 225 $rmax{$lib} = $code if $code > $rmax{$lib}; 296 print STDERR "$lib: $rnew{$lib} new reasons\n" if $rnew{$lib}; 313 ($lib ne "SSL" && $lib ne "ASYNC" && $lib ne "DSO" 356 # ifndef OPENSSL_NO_${lib} 445 # ifndef OPENSSL_NO_${lib} 452 # define ${lib}err(f, r) ERR_${lib}_error(0, (r), OPENSSL_FILE, OPENSSL_LINE) 453 # define ERR_R_${lib}_LIB ERR_${lib}_lib() [all …]
|
H A D | shlib_wrap.sh.in | 3 use lib '.'; 5 use lib catdir($config{sourcedir}, 'Configurations'); 51 if [ -f /lib/64/ld.so.1 ]; then
|
H A D | ck_errf.pl | 128 my $lib = $1; 131 if ( $lib ne $errlib ) {
|
/openssl/test/ |
H A D | simpledynamic.c | 18 int sd_load(const char *filename, SD *lib, int type) in sd_load() argument 25 *lib = dlopen(filename, dl_flags); in sd_load() 26 return *lib == NULL ? 0 : 1; in sd_load() 31 *sym = dlsym(lib, symname); in sd_sym() 35 int sd_close(SD lib) in sd_close() argument 37 return dlclose(lib) != 0 ? 0 : 1; in sd_close() 49 *lib = LoadLibraryA(filename); in sd_load() 50 return *lib == NULL ? 0 : 1; in sd_load() 55 *sym = (SD_SYM)GetProcAddress(lib, symname); in sd_sym() 59 int sd_close(SD lib) in sd_close() argument [all …]
|
H A D | errtest.c | 29 char *lib; in test_print_error_format() local 79 lib = "lib(2)"; in test_print_error_format() 81 lib = "system library"; in test_print_error_format() 85 lib = "lib(2)"; in test_print_error_format() 91 errorcode, lib, func, reason, file, line); in test_print_error_format()
|
/openssl/Configurations/ |
H A D | 50-win-onecore.conf | 39 lflags => add("/NODEFAULTLIB:kernel32.lib"), 41 ex_libs => "onecore.lib", 45 lflags => add("/NODEFAULTLIB:kernel32.lib"), 47 ex_libs => "onecore.lib", 71 lflags => add("/NODEFAULTLIB:kernel32.lib"), 72 ex_libs => "onecore.lib", 81 ex_libs => "onecore.lib", 105 ex_libs => "WindowsApp.lib", 115 ex_libs => "WindowsApp.lib", 125 ex_libs => "WindowsApp.lib", [all …]
|
H A D | gentemplate.pm | 332 my $lib = shift; 333 return "" if $cache{$lib}; 355 unless ($self->{disabled}->{shared} || $lib =~ /\.a$/) { 375 @deps = ( grep { $_ ne $lib } $self->resolvedepends($lib, @deps) ); 379 print STDERR "DEBUG[dolib:shlib] \@deps for $lib : ", 382 print STDERR "DEBUG[dolib:shlib] \@objs for $lib : ", 389 lib => $lib, 417 foreach (@{$self->{info}->{sources}->{$lib}}) { 432 print STDERR "DEBUG[dolib:lib] \@objs for $lib : ", 439 lib => $lib, attrs => { %attrs }, [all …]
|
H A D | descrip.mms.tmpl | 1184 lib => $lib_cppflags, 1190 lib => $lib_asflags, 1274 ? $_->{lib} : "[]".$_->{lib}; 1325 (map { my $x = ($_->{lib} =~ /\[/) ? $_->{lib} : "[]".$_->{lib}; 1332 (map { my $x = ($_->{lib} =~ /\[/) ? $_->{lib} : "[]".$_->{lib}; 1354 my $lib = platform->staticlib($args{lib}); 1361 $lib : $objs 1362 LIBRARY/CREATE/OBJECT $lib 1364 - PURGE $lib 1395 (map { my $x = ($_->{lib} =~ /\[/) ? $_->{lib} : "[]".$_->{lib}; [all …]
|
/openssl/demos/http3/ |
H A D | build.info | 10 GENERATE[libnghttp3.so libnghttp3.a libnghttp3.dylib libnghttp3.lib libnghttp3.dll]=gen_nghttp3.pl 11 DEPEND[ossl-nghttp3-demo.o]=libnghttp3.so libnghttp3.a libnghttp3.dylib libnghttp3.lib libnghttp3.d… 12 DEPEND[ossl-nghttp3.o]=libnghttp3.so libnghttp3.a libnghttp3.dylib libnghttp3.lib libnghttp3.dll 13 INCLUDE[ossl-nghttp3-demo]=../../include nghttp3/lib/includes nghttp3/build/lib/includes 14 INCLUDE[ossl-nghttp3]=../../include nghttp3/lib/includes nghttp3/build/lib/includes
|
/openssl/Configurations/platform/ |
H A D | Cygwin.pm | 17 my $lib = platform::mingw->sharedname(@_); 18 $lib =~ s|^lib|cyg| if defined $lib; 19 return $lib;
|
/openssl/crypto/err/ |
H A D | err_all_legacy.c | 47 # define IMPLEMENT_LEGACY_ERR_LOAD(lib) \ argument 48 int ERR_load_##lib##_strings(void) \ 53 # define IMPLEMENT_LEGACY_ERR_LOAD(lib) \ argument 54 int ERR_load_##lib##_strings(void) \ 56 return ossl_err_load_##lib##_strings(); \
|
H A D | err_blocks.c | 40 void ERR_set_error(int lib, int reason, const char *fmt, ...) in ERR_set_error() argument 45 ERR_vset_error(lib, reason, fmt, args); in ERR_set_error() 49 void ERR_vset_error(int lib, int reason, const char *fmt, va_list args) in ERR_vset_error() argument 114 err_set_error(es, es->top, lib, reason); in ERR_vset_error()
|
H A D | err_local.h | 41 int lib, int reason) in err_set_error() argument 44 lib == ERR_LIB_SYS in err_set_error() 46 : ERR_PACK(lib, 0, reason); in err_set_error()
|
/openssl/providers/implementations/rands/seeding/ |
H A D | rand_vms.c | 396 lib$signal(status); in data_collect_method() 401 lib$signal(status); in data_collect_method() 406 lib$signal(status); in data_collect_method() 411 lib$signal(status); in data_collect_method() 419 lib$signal(status); in data_collect_method() 424 lib$signal(status); in data_collect_method() 428 lib$signal(status); in data_collect_method() 437 lib$signal(status); in data_collect_method() 441 lib$signal(status); in data_collect_method() 449 lib$signal(status); in data_collect_method() [all …]
|
/openssl/.github/workflows/ |
H A D | fuzz-checker.yml | 29 …libs: --with-fuzzer-lib=/usr/lib/llvm-12/lib/libFuzzer.a --with-fuzzer-include=/usr/include/clang/… 37 …libs: --with-fuzzer-lib=/usr/lib/llvm-12/lib/libFuzzer.a --with-fuzzer-include=/usr/include/clang/…
|
H A D | windows_comp.yml | 40 …cpkg\packages\zstd_x64-windows\include --with-zstd-lib=C:\vcpkg\packages\zstd_x64-windows\lib\zstd… 99 …pkg\packages\brotli_x64-windows\include --with-brotli-lib=C:\vcpkg\packages\brotli_x64-windows\lib…
|
/openssl/doc/man3/ |
H A D | ERR_load_strings.pod | 12 int ERR_load_strings(int lib, ERR_STRING_DATA *str); 16 unsigned long ERR_PACK(int lib, int func, int reason); 20 ERR_load_strings() registers error strings for library number B<lib>. 31 reason code: B<error> = ERR_PACK(B<lib>, B<func>, B<reason>).
|
/openssl/test/quic-openssl-docker/ |
H A D | Dockerfile | 4 ENV PKG_CONFIG_LIBDIR=/usr/lib64/pkgconfig:/usr/lib/pkgconfig:/usr/lib/x86_64-linux-gnu/pkgconfig/:… 6 ENV LD_LIBRARY_PATH=/usr/lib64:/usr/lib:/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH
|
/openssl/external/perl/Text-Template-1.56/ |
H A D | META.yml | 11 lib: '0' 27 file: lib/Text/Template.pm 30 file: lib/Text/Template/Preprocess.pm
|
H A D | INSTALL | 20 Detailed documentation is at the bottom of the lib/Text/Template.pm 27 perldoc lib/Text/Template.pm
|
H A D | MANIFEST | 11 lib/Text/Template.pm 12 lib/Text/Template/Preprocess.pm
|
/openssl/fuzz/ |
H A D | README.md | 23 `/usr/lib/llvm-7/lib/clang/7.0.1/lib/linux/libclang_rt.fuzzer-x86_64.a`. 26 --with-fuzzer-lib=$PATH_TO_LIBFUZZER \ 43 Found candidate GCC installation: /usr/bin/../lib/gcc/i686-linux-gnu/12 44 Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/10 45 Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/11 46 Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/12 47 Selected GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/12 54 $ ls /usr/lib/gcc/x86_64-linux-gnu/12 | grep stdc++ 92 --with-fuzzer-lib=$PATH_TO_LIBFUZZER \
|
/openssl/ |
H A D | configdata.pm.in | 41 use lib sourcedir('util', 'perl'); 84 use lib '{- sourcedir('util', 'perl') -}'; 111 use lib '.'; 112 use lib '{- sourcedir('Configurations') -}'; 129 use lib '{- sourcedir('util', 'perl') -}'; 130 use lib '{- sourcedir('Configurations') -}'; 131 use lib '{- $config{builddir} -}';
|
/openssl/providers/ |
H A D | legacyprov.c | 276 void ERR_set_error(int lib, int reason, const char *fmt, ...) in ERR_set_error() argument 281 c_vset_error(NULL, ERR_PACK(lib, 0, reason), fmt, args); in ERR_set_error() 285 void ERR_vset_error(int lib, int reason, const char *fmt, va_list args) in ERR_vset_error() argument 287 c_vset_error(NULL, ERR_PACK(lib, 0, reason), fmt, args); in ERR_vset_error()
|
/openssl/crypto/dso/ |
H A D | dso_vms.c | 269 lib$establish(lib$sig_to_ret); in do_find_symbol() 272 return lib$find_image_symbol(&ptr->filename_dsc, in do_find_symbol() 276 return lib$find_image_symbol(&ptr->filename_dsc, in do_find_symbol() 349 lib$signal(status); /* This is really bad. Abort! */ in vms_bind_sym() 447 lib$signal(status); /* This is really bad. Abort! */ in vms_merger()
|