Home
last modified time | relevance | path

Searched full:apis (Results 1 – 25 of 918) sorted by relevance

12345678910>>...37

/freebsd/lib/libc/posix1e/
H A Dmac.3153 These APIs are loosely based on the APIs described in POSIX.1e, as described
155 However, the resemblance of these APIs to the POSIX APIs is loose, as the
156 POSIX APIs were unable to express some notions required for flexible and
/freebsd/secure/lib/libcrypto/man/man7/
H A Dmigration_guide.7185 \&\*(L"high level\*(R" APIs (for example those functions prefixed with \f(CW\*(C`EVP\*(C'\fR). They…
186 be accessed using the \*(L"Low Level APIs\*(R".
209 \fILow Level APIs\fR
210 .IX Subsection "Low Level APIs"
212 OpenSSL has historically provided two sets of APIs for invoking cryptographic
213 algorithms: the \*(L"high level\*(R" APIs (such as the \f(CW\*(C`EVP\*(C'\fR APIs) and the \*(L"low…
214 APIs. The high level APIs are typically designed to work across all algorithm
215 types. The \*(L"low level\*(R" APIs are targeted at a specific algorithm implementation.
216 For example, the \s-1EVP\s0 APIs provide the functions \fBEVP_EncryptInit_ex\fR\|(3),
219 On the other hand, to do \s-1AES\s0 encryption using the low level APIs you would have
[all …]
H A Dfips_module.7157 legacy APIs or features that avoid the \s-1FIPS\s0 module. Specifically this includes:
159 Low level cryptographic APIs (use the high level APIs, such as \s-1EVP,\s0 instead)
167 All of the above APIs are deprecated in OpenSSL 3.0 \- so a simple rule is to
258 Usage of certain deprecated APIs avoids the use of the \s-1FIPS\s0 module.
260 If any applications use those APIs then the \s-1FIPS\s0 module will not be used.
519 this will be invisible to you if you are using APIs that existed in
/freebsd/crypto/openssl/ssl/
H A Dtls_depr.c10 /* We need to use some engine and HMAC deprecated APIs */
17 * Engine APIs are only used to support applications that still use ENGINEs.
93 * The HMAC APIs below are only used to support the deprecated public API
148 /* Some deprecated public APIs pass DH objects */
167 /* Some deprecated public APIs pass EC_KEY objects */
/freebsd/contrib/libpcap/pcap/
H A Dsocket.h61 * On Windows, this shouldn't break any APIs, as any code using
62 * the two active-mode APIs that return a socket handle would
94 * active-mode APIs that return a socket handle if those programs
95 * were written to assign the return values of those APIs to a
97 * those APIs are only provided if libpcap is built with remote
H A Dfuncattrs.h152 * APIs to be designated as "first available in this release" to do so
155 * On macOS, Apple can tweak this to make various APIs "weakly exported
158 * new APIs when available. (Yes, such third-party software exists -
161 * come with a version compiled to use the APIs present in that release.)
164 * and installing libpcap on macOS yourself, the APIs will be available
201 * The remote capture APIs are, in 1.9 and 1.10, usually only
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-idmap_mnt_api.m44 dnl # Check if APIs for idmapped mount are available
16 AC_MSG_CHECKING([whether APIs for idmapped mount are present])
20 [APIs for idmapped mount are present])
/freebsd/crypto/openssl/doc/man7/
H A Dmigration_guide.pod50 "high level" APIs (for example those functions prefixed with C<EVP>). They cannot
51 be accessed using the L</Low Level APIs>.
74 =head3 Low Level APIs
76 OpenSSL has historically provided two sets of APIs for invoking cryptographic
77 algorithms: the "high level" APIs (such as the C<EVP> APIs) and the "low level"
78 APIs. The high level APIs are typically designed to work across all algorithm
79 types. The "low level" APIs are targeted at a specific algorithm implementation.
80 For example, the EVP APIs provid
[all...]
H A Dfips_module.pod24 legacy APIs or features that avoid the FIPS module. Specifically this includes:
30 Low level cryptographic APIs (use the high level APIs, such as EVP, instead)
44 All of the above APIs are deprecated in OpenSSL 3.0 - so a simple rule is to
140 Usage of certain deprecated APIs avoids the use of the FIPS module.
142 If any applications use those APIs then the FIPS module will not be used.
394 this will be invisible to you if you are using APIs that existed in
/freebsd/lib/libc/locale/
H A DDESIGN.xlocale5 The xlocale APIs come from Darwin, although a subset is now part of POSIX 2008.
11 This document describes the implementation of these APIs for FreeBSD.
112 parameter. The old APIs are then reimplemented with a call to `__get_locale()`
114 APIs, but also simplifies the modifications to these functions. The
123 Differences to Darwin APIs
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DGenericDomTreeUpdater.h109 /// \name Mutation APIs
111 /// These methods provide APIs for submitting updates to the DomTreeT and
119 /// explicitly call Flush APIs. It is recommended to use this update strategy
127 /// it is not encouraged to use these APIs directly.
177 /// \name Flush APIs
179 /// CAUTION! By the moment these flush APIs are called, the current CFG needs
H A DDomTreeUpdater.h44 /// \name Mutation APIs
46 /// These methods provide APIs for submitting updates to the DominatorTree and
54 /// explicitly call Flush APIs. It is recommended to use this update strategy
62 /// it is not encouraged to use these APIs directly.
/freebsd/contrib/ntp/sntp/libevent/
H A Dwhatsnew-2.0.txt17 growing pile of APIs. As of this writing, it covers everything except the
21 2. New and Improved Event APIs
23 Many APIs are improved, refactored, or deprecated in Libevent 2.0.
29 or if you want to port old code, we strongly recommend using the new APIs
30 and avoiding deprecated APIs as much as possible.
78 2.2. New thread-safe, binary-compatible, harder-to-mess-up APIs
82 to no longer build with another. The problems with now-deprecated APIs
184 All APIs that formerly accepted int as a socket type now accept
576 The evhttp uriencoding and uridecoding APIs have updated versions
/freebsd/contrib/libevent/
H A Dwhatsnew-2.0.txt17 growing pile of APIs. As of this writing, it covers everything except the
21 2. New and Improved Event APIs
23 Many APIs are improved, refactored, or deprecated in Libevent 2.0.
29 or if you want to port old code, we strongly recommend using the new APIs
30 and avoiding deprecated APIs as much as possible.
78 2.2. New thread-safe, binary-compatible, harder-to-mess-up APIs
82 to no longer build with another. The problems with now-deprecated APIs
184 All APIs that formerly accepted int as a socket type now accept
576 The evhttp uriencoding and uridecoding APIs have updated versions
/freebsd/crypto/openssl/include/internal/
H A Ddeprecated.h11 * This header file should be included by internal code that needs to use APIs
14 * low level APIs that are otherwise deprecated.
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommandInterpreterDocstrings.i9 '''Test the SBCommandInterpreter APIs.'''
20 # Exercise some APIs....
/freebsd/contrib/elftoolchain/libelf/
H A Delf_begin.343 archives for further processing by other APIs in the
52 APIs.
236 \&... create the ELF image using other elf(3) APIs ...
H A Dgelf.3112 APIs to indicate to the ELF library that an ELF data structure is dirty.
126 .Ss GElf Programming APIs
127 This section provides an overview of the GElf programming APIs.
/freebsd/share/man/man3/
H A Dqmath.339 data types and APIs support fixed-point math based on the
42 The APIs have been built around the following data types:
193 data types and APIs support fixed-point math based on the
206 The APIs have been built around the following q_t derived data types:
/freebsd/sys/contrib/openzfs/
H A DRELEASES.md13 user space library APIs (libzfs.so). Existing user/kernel interfaces are
19 The user space library APIs and user/kernel interface are considered to
/freebsd/sys/contrib/device-tree/Bindings/firmware/xilinx/
H A Dxlnx,zynqmp-firmware.txt7 driver provides an interface to firmware APIs. Interface APIs can be
/freebsd/sys/contrib/openzfs/include/sys/
H A Dskein.h90 /* Skein APIs for (incremental) "straight hashing" */
107 * Skein APIs for "extended" initialization: MAC keys, tree hashing.
128 * Skein APIs for MAC and tree hash:
/freebsd/contrib/openbsm/
H A DNEWS296 - Add APIs au_poltostr() and au_strtopol() to convert between text
323 for almost all existing constants and APIs.
325 APIs, pass in the audit filter daemon state pointer, which is then used by
327 future service APIs provided by the filter daemon to maintain their own
375 the APIs that invoke gettimeofday(), rather than having a variable
383 - Universally, APIs now assume that IP addresses and ports are provided
384 in network byte order. APIs now generally provide these types in
488 documentation of private APIs, and bug fixes.
/freebsd/contrib/openbsm/bin/auditfilterd/
H A Dauditfilterd.879 daemon and audit filter APIs were created by
84 APIs and services it offers can and will change in future OpenBSM releases.
/freebsd/sys/dev/vmm/
H A Dvmm_mem.h48 * APIs that modify the guest memory map require all vcpus to be frozen.
62 * APIs that inspect the guest memory map require only a *single* vcpu to

12345678910>>...37