Home
last modified time | relevance | path

Searched refs:library (Results 1 – 25 of 1004) sorted by relevance

12345678910>>...41

/freebsd/crypto/openssl/doc/man3/
H A DOSSL_LIB_CTX.pod8 - OpenSSL library context
28 B<OSSL_LIB_CTX> is an internal OpenSSL library context type.
33 When a non default library context is in use care should be taken with
38 OSSL_LIB_CTX_new() creates a new OpenSSL library context.
40 OSSL_LIB_CTX_new_from_dispatch() creates a new OpenSSL library context
45 L<BIO_new_from_core_bio(3)>, require the library context to be created in this
50 new library context to the application library context. The new library context
51 is a full library context in its own right, but will have all the same providers
52 available to it that are available in the application library context (without
54 application library context then this will be automatically mirrored in the
[all …]
H A DERR_GET_LIB.pod20 The error code returned by ERR_get_error() consists of a library
26 The library number describes where the error
29 Each sub-library of OpenSSL has a unique library number; the
30 reason code is unique within each sub-library. Note that different
34 unique. However, when checking for sub-library specific reason codes,
35 be sure to also compare the library number.
41 The library number, reason code, and whether the error
H A DOPENSSL_init_crypto.pod33 start up that must, subsequently, be freed on close down of the library.
68 library will automatically load the libcrypto error strings.
75 With this option the library will automatically load and make available all
82 With this option the library will automatically load and make available all
89 With this option the library will suppress automatic loading of libcrypto
96 With this option the library will suppress automatic loading of libcrypto
119 With this option the library with automatically initialise the libcrypto async
120 sub-library (see L<ASYNC_start_job(3)>). This is a default option.
124 With this option the library will automatically load and initialise the
130 With this option the library will automatically load and initialise the
[all …]
H A DERR_put_error.pod33 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>.
72 =head3 OpenSSL library reports
74 Each OpenSSL sub-library has library code B<ERR_LIB_XXX> and has its own set
92 This "library code" indicates that a system error is being reported. In
101 with any sub-library code.
117 To get a "library" code, call L<ERR_get_next_error_library(3)>; this gives
122 Reason codes for each such "library" are determined or generated by the
128 The exceptions mentioned in L</OpenSSL library reports> above are valid for
134 ... and they may use B<ERR_R_XXX> macros together with their own "library"
[all …]
H A DBN_CTX_new.pod23 library functions. Since dynamic memory allocation to create B<BIGNUM>s
28 library context B<ctx>. The <ctx> value may be NULL in which case the default
29 library context will be used. BN_CTX_new() is the same as BN_CTX_new_ex() except
30 that the default library context is always used.
34 B<BIGNUM>s for the given library context B<ctx>. The <ctx> value may be NULL in
35 which case the default library context will be used. BN_CTX_secure_new() is the
36 same as BN_CTX_secure_new_ex() except that the default library context is always
/freebsd/sys/dev/isci/scil/
H A Dscic_sds_library.c74 #define SCIC_LIBRARY_CONTROLLER_MEMORY_START(library) \ argument
75 ((char *)(library) + sizeof(SCIC_SDS_LIBRARY_T))
115 SCI_LIBRARY_HANDLE_T library, in scic_library_set_pci_info() argument
120 this_library = (SCIC_SDS_LIBRARY_T *)library; in scic_library_set_pci_info()
145 SCI_LIBRARY_HANDLE_T library, in scic_library_allocate_controller() argument
152 this_library = (SCIC_SDS_LIBRARY_T *)library; in scic_library_allocate_controller()
178 SCI_LIBRARY_HANDLE_T library, in scic_library_free_controller() argument
184 this_library = (SCIC_SDS_LIBRARY_T *)library; in scic_library_free_controller()
195 SCI_LIBRARY_HANDLE_T library in scic_library_get_pci_device_controller_count() argument
201 this_library = (SCIC_SDS_LIBRARY_T *)library; in scic_library_get_pci_device_controller_count()
[all …]
H A Dsci_base_library.h123 library, \ argument
130 if (! sci_pool_empty((library)->parent.controller_id_pool)) \
132 sci_pool_get((library)->parent.controller_id_pool, index); \
134 & (library)->controllers[index]; \
146 library, \ argument
153 ((((char *)(controller)) - ((char *)(library)->controllers))\
157 && (! sci_pool_full((library)->parent.controller_id_pool)) ) \
159 sci_pool_put((library)->parent.controller_id_pool, index); \
172 library, \ argument
185 library, \
[all …]
H A Dscic_library.h130 SCI_LIBRARY_HANDLE_T library,
152 SCI_LIBRARY_HANDLE_T library
171 SCI_LIBRARY_HANDLE_T library,
191 SCI_LIBRARY_HANDLE_T library,
210 SCI_LIBRARY_HANDLE_T library
227 SCI_LIBRARY_HANDLE_T library
244 SCI_LIBRARY_HANDLE_T library
H A Dscif_sas_library.c146 SCI_LIBRARY_HANDLE_T library, in scif_library_allocate_controller() argument
153 if (library != SCI_INVALID_HANDLE) in scif_library_allocate_controller()
155 SCIF_SAS_LIBRARY_T * fw_library = (SCIF_SAS_LIBRARY_T *) library; in scif_library_allocate_controller()
177 scif_library_free_controller(library, fw_controller); in scif_library_allocate_controller()
199 SCI_LIBRARY_HANDLE_T library, in scif_library_free_controller() argument
205 if ( (library != SCI_INVALID_HANDLE) && (controller != SCI_INVALID_HANDLE) ) in scif_library_free_controller()
208 SCIF_SAS_LIBRARY_T * fw_library = (SCIF_SAS_LIBRARY_T*) library; in scif_library_free_controller()
218 (SCIF_SAS_LIBRARY_T *) library, in scif_library_free_controller()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticInstallAPIKinds.td22 def err_cannot_find_reexport : Error<"cannot find re-exported %select{framework|library}0: '%1'">;
30 def err_more_than_one_library: Error<"more than one framework/dynamic library found">;
36 def err_library_missing_symbol : Error<"declaration has external linkage, but dynamic library doesn…
37 def warn_library_missing_symbol : Warning<"declaration has external linkage, but dynamic library do…
38 …Error<"declaration has external linkage, but symbol has internal linkage in dynamic library '%0'">;
39 …aration has external linkage, but symbol has internal linkage in dynamic library '%0'">, InGroup<I…
40 def warn_header_hidden_symbol : Warning<"symbol exported in dynamic library, but marked hidden in d…
41 def err_header_hidden_symbol : Error<"symbol exported in dynamic library, but marked hidden in decl…
42 …_header_symbol_missing : Error<"no declaration found for exported symbol '%0' in dynamic library">;
43 … : Warning<"no declaration was found for exported symbol '%0' in dynamic library">, InGroup<Instal…
[all …]
/freebsd/crypto/heimdal/tools/
H A Dkrb5-config.in40 library=krb5
76 library=krb5
79 library=gssapi
82 library=kadm-client
85 library=kadm-server
88 library=kafs
124 case $library in
/freebsd/contrib/googletest/googletest/cmake/
H A Dlibgtest.la.in1 # libgtest.la - a libtool library file
5 # It is necessary for linking the library.
7 # Names of this library.
10 # Is this an already installed library?
20 # Directory that this library needs to be installed in:
/freebsd/contrib/bmake/unit-tests/
H A Darchive.mk31 @${MAKE} -f ${MAKEFILE} set-up-library
32 @${MAKE} -f ${MAKEFILE} -dm library 2>&1 \
35 @${MAKE} -f ${MAKEFILE} tear-down-library
87 set-up-library: .PHONY
93 .if make(library)
104 library: .PHONY libbad.a -lbad libgood.a -lgood
107 tear-down-library: .PHONY
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_lib_ctx_get_data.pod31 Internally, the OpenSSL library context B<OSSL_LIB_CTX> is implemented
33 library to be added and removed dynamically.
41 the library context I<ctx> associated with the given I<index>. An
44 used to create or free items that are stored at that index whenever a library
48 Deallocation of an index happens automatically when the library
52 exactly once per library context I<ctx> object. Each initialisation routine
57 the library context I<ctx>. When I<ctx> is freed all associated "on free"
60 ossl_lib_ctx_is_child() returns 1 if this library context is a child and 0
72 For a type C<FOO> that should end up in the OpenSSL library context, a
99 * method's destructor will be called when the library context is cleaned up.
[all …]
/freebsd/contrib/dialog/
H A DCOPYING38 you if you distribute copies of the library or if you modify it.
40 For example, if you distribute copies of the library, whether gratis
43 code. If you link other code with the library, you must provide
45 with the library after making changes to the library and recompiling
49 library, and (2) we offer you this license, which gives you legal
50 permission to copy, distribute and/or modify the library.
53 there is no warranty for the free library. Also, if the library is
63 any patent license obtained for a version of the library must be
73 When a program is linked with a library, whether statically or using
74 a shared library, the combination of the two is legally speaking a
[all …]
/freebsd/contrib/libpcap/doc/
H A DREADME.linux16 library doesn't require routines from some other shared library, and a
17 later version of the shared library does require those routines, the
18 later version of the shared library can be linked with that other shared
19 library and, if it's otherwise binary-compatible with the older version,
23 pcap-config script if they build with the shared library. (The build
26 library.)
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DREADME.txt8 library. The main purpose of the library is to demangle C++ symbols,
14 Why are there multiple copies of the this library in the source tree?
33 differences, we want to keep the "core" generic demangling library
36 If you're working on the generic library, then do the work first in
40 blindly overwrites all changes to the generic library in llvm, so be
50 shared demangler library.
57 included in the core library. In the future though, we should probably move all
/freebsd/sys/contrib/zstd/lib/
H A DMakefile120 @echo compiling multi-threaded static library $(LIBVER),\
121 @echo compiling single-threaded static library $(LIBVER))
133 @echo compiling dynamic library $(LIBVER)
161 @echo compiling multi-threaded dynamic library $(LIBVER),\
162 @echo compiling single-threaded dynamic library $(LIBVER))
237 @echo compiling single-thread dynamic library $(LIBVER)
247 @echo Cleaning library completed
312 @echo zstd static and shared library installed
324 @echo Installing static library
332 @echo Installing shared library
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_itt.cpp97 char const *library = va_arg(args, char const *); in __itt_error_handler() local
101 __kmp_msg(kmp_ms_warning, KMP_MSG(IttLoadLibFailed, library), err_code, in __itt_error_handler()
109 __kmp_msg(kmp_ms_warning, KMP_MSG(IttLoadLibFailed, library), err_code, in __itt_error_handler()
117 char const *library = va_arg(args, char const *); in __itt_error_handler() local
119 KMP_WARNING(IttLookupFailed, symbol, library); in __itt_error_handler()
/freebsd/crypto/openssl/doc/man7/
H A Dfips_module.pod164 =head2 Programmatically loading the FIPS module (default library context)
223 In this example we are using the "default" library context. OpenSSL functions
224 operate within the scope of a library context. If no library context is
225 explicitly specified then the default library context is used. For further
226 details about library contexts see the L<OSSL_LIB_CTX(3)> man page.
231 default provider) all loaded at the same time into the same library context. You
255 the default library context:
303 =head2 Programmatically loading the FIPS module (nondefault library context)
306 usages this can also be achieved using library contexts. In this example we
307 create two library contexts. In one we assume the existence of a config file
[all …]
H A Dssl.pod5 ssl - OpenSSL SSL/TLS library
13 The OpenSSL B<ssl> library implements several versions of the
17 provided by the library.
40 Here are some of the main data structures in the library.
46 This is a dispatch structure describing the internal B<ssl> library
79 Currently the OpenSSL B<ssl> library provides the following C header files
87 program to make the API of the B<ssl> library available. It internally
88 includes both more private SSL headers and headers from the B<crypto> library.
/freebsd/crypto/libecc/
H A Dmeson.build174 # libecc libraries declaration. For each library, the library itself and the
175 # corresponding dependency object (includedir and library to link with) is
179 # to build both static and dynamic library, use -Ddefault_library=both option
181 libarith_lib = library('arith',
199 libec_lib = library('ecc',
219 libsign_lib = library('sign',
244 # in order to build native tools that depends on libsign library, we should
245 # check if the nominal library built has been made native or cross. If
248 native_libsign_lib = library('sign_native',
/freebsd/contrib/tcpdump/cmake/Modules/
H A DFindCRYPTO.cmake94 # library names - not paths - and CRYPTO_LIBRARY_DIRS as
100 # library files, rather than library names.
107 # Try to find this library, so we get its full path.
135 # Yes. Get the include directory and library
148 # Search for the libcrypto library under lib.
166 # it's just a shared library for the benefit of existing
172 # Try to find the library.
/freebsd/contrib/libpcap/cmake/Modules/
H A DFindAirPcap.cmake5 # Find the AirPcap library and include files.
11 # AirPcap_LIBRARY - relative or absolute path to the AirPcap library to
13 # AirPcap library is not located in the compiler's
16 # AirPcap_FOUND - TRUE if the AirPcap library *and* header are found.
53 # Find the library
/freebsd/sys/contrib/openzfs/config/
H A Dfind_system_library.m41 # find_system_lib.m4 - Macros to search for a system library. -*- Autoconf -*-
46 AC_MSG_FAILURE([header [$3] for library [$5] is not usable])
74 # if pkg-config or the user set LIBS, fail if the library is unusable
75 AC_MSG_FAILURE([library [$5] is not usable])
79 AC_MSG_FAILURE([cannot find header [$3] for library [$5]])

12345678910>>...41