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.
38 OSSL_LIB_CTX_new() creates a new OpenSSL library context.
50 new library context to the application library context. The new library context
55 child library context.
60 in the parent library context and will not be affected if the parent library
70 call for that provider in that child library context.
76 library context and mirroring of the properties will stop.
84 library context.
91 default OpenSSL library context.
[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.
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
136 With this option the library will automatically load and initialise the
142 With this option the library will automatically load and initialise the
148 With this option the library will automatically load and initialise the
154 With this option the library will automatically load and initialise the
173 With this option the library will register its fork handlers.
[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
152 Although a library will normally report errors using its own specific
153 B<ERR_LIB_XXX> macro, another library's macro can be used, together with
[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.c115 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
225 SCI_LIBRARY_HANDLE_T library in scic_library_get_max_sge_size() argument
234 SCI_LIBRARY_HANDLE_T library in scic_library_get_max_sge_count() argument
243 SCI_LIBRARY_HANDLE_T library in scic_library_get_max_io_length() argument
[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/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.mk27 @${MAKE} -f ${MAKEFILE} set-up-library
28 @${MAKE} -f ${MAKEFILE} -dm library 2>&1 \
31 @${MAKE} -f ${MAKEFILE} tear-down-library
69 set-up-library: .PHONY
75 .if make(library)
86 library: .PHONY libbad.a -lbad libgood.a -lgood
89 tear-down-library: .PHONY
/freebsd/contrib/llvm-project/libcxx/include/
H A D__availability20 // library on macOS, iOS and other Apple platforms. In order for users to be
24 // symbol in the library.
29 // when one tries to launch the program against the older library.
56 // generate_feature_test_macro_components.py to ensure that the library
104 // in the built library, which std::make_exception_ptr might use
122 // which requires shared library support for various operations
134 // This controls the availability of the C++17 std::pmr library,
135 // which is implemented in large part in the built library.
140 // The parser code is built in the library.
145 // has a dependency on the built library (it needs access to
[all …]
/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/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/contrib/dialog/
H A DCOPYING45 with the library after making changes to the library and recompiling
50 permission to copy, distribute and/or modify the library.
53 there is no warranty for the free library. Also, if the library is
79 the library.
111 "work based on the library" and a "work that uses the library". The
113 be combined with the library in order to run.
140 and installation of the library.
167 a) The modified work must itself be a software library.
225 the Library into a program that is not a library.
334 Library side-by-side in a single library together with other library
[all …]
/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/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/tools/build/options/
H A DWITH_BEARSSL1 Build the BearSSL library.
3 BearSSL is a tiny SSL library suitable for embedded environments.
7 This library is currently only used to perform
/freebsd/crypto/openssl/doc/man7/
H A Dfips_module.pod224 operate within the scope of a library context. If no library context is
226 details about library contexts see the L<OSSL_LIB_CTX(3)> man page.
255 the default library context:
325 /* Prevent anything from using the default library context */
329 * Load config file for the FIPS library context. We assume that
372 library context for FIPS usage, and just create one additional library context
374 library contexts then the default library context will be automatically used.
403 library context in this case.
422 * We assume that a nondefault library context with the FIPS
427 * We assume that a nondefault library context with the default
[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/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/contrib/arm-optimized-routines/
H A DREADME4 This repository contains implementations of library functions
21 math/include/ - math library public headers.
25 networking/include/ - networking library public headers.
28 string/include/ - string library public headers.
30 pl/... - separately maintained performance library code.
/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