Home
last modified time | relevance | path

Searched refs:lib (Results 26 – 50 of 68) sorted by relevance

123

/openssl/providers/implementations/encode_decode/
H A Ddecode_pvk2key.c137 int err, lib, reason; in pvk2key_decode() local
154 lib = ERR_GET_LIB(err); in pvk2key_decode()
156 if (lib == ERR_LIB_PEM in pvk2key_decode()
/openssl/include/openssl/
H A Derr.h.in280 # define ERR_PACK(lib,func,reason) \ argument
281 ( (((unsigned long)(lib) & ERR_LIB_MASK ) << ERR_LIB_OFFSET) | \
386 void ERR_set_error(int lib, int reason, const char *fmt, ...);
387 void ERR_vset_error(int lib, int reason, const char *fmt, va_list args);
390 # define ERR_raise(lib, reason) ERR_raise_data((lib),(reason),NULL) argument
398 # define ERR_put_error(lib, func, reason, file, line) \ argument
401 ERR_set_error((lib), (reason), NULL))
464 int ERR_load_strings(int lib, ERR_STRING_DATA *str);
466 int ERR_unload_strings(int lib, ERR_STRING_DATA *str);
/openssl/doc/man3/
H A DERR_new.pod14 void ERR_set_error(int lib, int reason, const char *fmt, ...);
15 void ERR_vset_error(int lib, int reason, const char *fmt, va_list args);
35 number I<lib> and the reason code I<reason>, and additional data as a
H A DERR_put_error.pod16 void ERR_raise(int lib, int reason);
17 void ERR_raise_data(int lib, int reason, const char *fmt, ...);
28 void ERR_put_error(int lib, int func, int reason, const char *file, int line);
33 error occurred in the library B<lib> for the reason given by the
44 B<func> of library B<lib>, in line number B<line> of B<file>.
/openssl/Configurations/
H A Dwindows-makefile.tmpl222 LIBDIR={- our $libdir = $config{libdir} || "lib";
484 -del /Q /S /F engines\*.lib engines\*.exp
883 lib => ' $(LIB_CFLAGS)',
888 lib => ' $(LIB_CPPFLAGS)',
892 lib => ' $(LIB_ASFLAGS)',
932 my $lib = $args{lib};
949 my $dll = platform->sharedlib($lib);
1009 my $lib = platform->staticlib($args{lib});
1014 $lib: $deps
1015 \$(AR) \$(ARFLAGS) \$(AROUTFLAG)$lib @<<
[all …]
H A DREADME-design.md458 intent => one of "lib", "dso", "bin" );
477 obj2lib(lib => "PATH/TO/libfile",
480 'lib' has the intended library file name *without*
499 lib => "PATH/TO/libfile",
503 'lib' has the base (static) library file name
518 obj2dso(lib => "PATH/TO/libfile",
573 obj2lib(lib => "libcrypto"
580 intent => "lib");
586 intent => "lib");
592 intent => "lib");
[all …]
H A Dunix-Makefile.tmpl319 $libdir = "lib$target{multilib}";
1590 lib => '$(LIB_CFLAGS) $(LIB_CPPFLAGS)',
1724 lib => '$(LIB_CFLAGS) $(LIB_CPPFLAGS)',
1782 $l =~ s/^lib//;
1799 my $full = platform->sharedlib($args{lib});
1919 $l =~ s/^lib//;
1952 my $lib = platform->staticlib($args{lib});
1962 $lib: $deps
1963 \$(RM) $lib
1984 $l =~ s/^lib//;
[all …]
/openssl/external/perl/
H A DMODULES.txt1 Text-Template-1.56/lib
/openssl/
H A D.gitignore236 *.lib
246 /crypto/**/lib
247 /engines/**/lib
248 /ssl/**/lib
H A DNOTES-UNIX.md23 libraries, such as `/lib`, `/usr/lib` or possibly `/usr/local/lib`. If
/openssl/crypto/
H A DLPdir_vms.c150 status = lib$find_file(&(*ctx)->filespec_dsc, &(*ctx)->result_dsc, in LP_find_file()
194 int status = lib$find_file_end(&(*ctx)->VMS_context); in LP_find_file_end()
/openssl/external/perl/Text-Template-1.56/
H A DSIGNATURE25 SHA1 090d77972c087a8905fa85522854afbf4ccc999b lib/Text/Template.pm
26 SHA1 ca5251a021e46b60603f10e757d689e52fde1feb lib/Text/Template/Preprocess.pm
/openssl/crypto/err/
H A Derr_prn.c50 static void put_error(int lib, const char *func, int reason, in put_error() argument
55 ERR_set_error(lib, reason, NULL /* no data here, so fmt is NULL */); in put_error()
H A Derr.c248 static void err_patch(int lib, ERR_STRING_DATA *str) in err_patch() argument
250 unsigned long plib = ERR_PACK(lib, 0, 0); in err_patch()
283 int ERR_load_strings(int lib, ERR_STRING_DATA *str) in ERR_load_strings() argument
289 err_patch(lib, str); in ERR_load_strings()
307 int ERR_unload_strings(int lib, ERR_STRING_DATA *str) in ERR_unload_strings() argument
/openssl/test/
H A Dsimpledynamic.h47 int sd_close(SD lib);
H A Dp_test.c63 static void p_set_error(int lib, int reason, const char *file, int line, in p_set_error() argument
71 c_vset_error(NULL, ERR_PACK(lib, 0, reason), fmt, ap); in p_set_error()
H A Dbuild.info1 # TODO: use ../apps/libapps.a instead of direct ../apps/lib source.
4 # Most of all, ../apps/lib/apps.c needs to be divided in smaller pieces to
10 $AUXLIBAPPSSRC=../apps/lib/win32_init.c
13 $AUXLIBAPPSSRC=../apps/lib/vms_term_sock.c ../apps/lib/vms_decc_argv.c
20 $LIBAPPSSRC=../apps/lib/opt.c $AUXLIBAPPSSRC
693 SOURCE[uitest]=uitest.c ../apps/lib/apps_ui.c
763 SOURCE[cmp_client_test]=cmp_client_test.c helpers/cmp_testlib.c ../apps/lib/cmp_mock_srv.c
767 SOURCE[ca_internals_test]=ca_internals_test.c ../apps/ca.c ../apps/lib/apps.c \
768 ../apps/lib/app_rand.c ../apps/lib/engine.c ../apps/lib/app_provider.c \
769 ../apps/lib/app_libctx.c ../apps/lib/fmt.c ../apps/lib/apps_ui.c \
[all …]
/openssl/test/recipes/95-test_external_pyca_data/
H A Dcryptography.sh56 ldd $(find ../venv-cryptography/lib/ -iname '*.so')
/openssl/apps/
H A Dbuild.info1 SUBDIRS=lib
55 $OPENSSLSRC=$OPENSSLSRC cmp.c lib/cmp_mock_srv.c
/openssl/test/recipes/95-test_external_oqsprovider_data/
H A Doqsprovider.sh70 export OPENSSL_MODULES=$PWD/_build/lib
/openssl/crypto/cmp/
H A Dcmp_msg.c732 const char *lib = NULL, *reason = NULL; in ossl_cmp_error_new() local
751 lib = ERR_lib_error_string((unsigned long)errorCode); in ossl_cmp_error_new()
754 if (lib != NULL || reason != NULL || details != NULL) { in ossl_cmp_error_new()
758 if (lib != NULL && *lib != '\0' in ossl_cmp_error_new()
759 && !ossl_cmp_sk_ASN1_UTF8STRING_push_str(ft, lib, -1)) in ossl_cmp_error_new()
/openssl/doc/man1/
H A Dopenssl-errstr.pod.in35 27594:error:2006D080:lib(32)::reason(128)::107:
/openssl/providers/implementations/rands/seeding/
H A Drand_win.c32 # pragma comment(lib, "bcrypt.lib")
/openssl/crypto/http/
H A Dhttp_client.c1159 int lib = ERR_GET_LIB(err); in OSSL_HTTP_exchange() local
1162 if (lib == ERR_LIB_SSL || lib == ERR_LIB_HTTP in OSSL_HTTP_exchange()
1163 || (lib == ERR_LIB_BIO && reason == BIO_R_CONNECT_TIMEOUT) in OSSL_HTTP_exchange()
1164 || (lib == ERR_LIB_BIO && reason == BIO_R_CONNECT_ERROR) in OSSL_HTTP_exchange()
1166 || (lib == ERR_LIB_CMP in OSSL_HTTP_exchange()
/openssl/providers/fips/
H A Dfipsprov.c881 void ERR_set_error(int lib, int reason, const char *fmt, ...) in ERR_set_error() argument
886 c_vset_error(NULL, ERR_PACK(lib, 0, reason), fmt, args); in ERR_set_error()
890 void ERR_vset_error(int lib, int reason, const char *fmt, va_list args) in ERR_vset_error() argument
892 c_vset_error(NULL, ERR_PACK(lib, 0, reason), fmt, args); in ERR_vset_error()

Completed in 79 milliseconds

123