Home
last modified time | relevance | path

Searched +full:in +full:- +full:application (Results 1 – 25 of 1076) sorted by relevance

12345678910>>...44

/freebsd-src/contrib/ntp/libntp/lib/isc/include/isc/
H A Dapp.h2 * Copyright (C) 2004-2007, 2009 Internet Systems Consortium, Inc. ("ISC")
3 * Copyright (C) 1999-2001 Internet Software Consortium.
7 * copyright notice and this permission notice appear in all copies.
11 * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
13 * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
14 * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
28 * \brief ISC Application Support
30 * Dealing with program termination can be difficult, especially in a
31 * multithreaded program. The routines in this module help coordinate
33 * thread of the application:
[all …]
/freebsd-src/contrib/file/magic/Magdir/
H A Dole2compounddocs2 #----------
[all...]
H A Dpython2 #----------
[all...]
H A Dwordprocessors2 #----------
[all...]
H A Darchive1 #----------
[all...]
H A Ddatabase2 #----------
[all...]
H A Djavascript2 #----------
[all...]
H A Dcompress1 #----------
[all...]
/freebsd-src/lib/libgssapi/
H A Dgssapi.31 .\" -*- nroff -*-
6 .\" Redistribution and use in source and binary forms, with or without
11 .\" 2. Redistributions in binary form must reproduce the above copyright
12 .\" notice, this list of conditions and the following disclaimer in the
18 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
22 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
34 GSS-API Library (libgssapi, -lgssapi)
38 The Generic Security Service Application Programming Interface
42 Typically, GSS-API callers will be application protocols into which
[all …]
H A Dgss_accept_sec_context.31 .\" -*- nroff -*-
6 .\" Redistribution and use in source and binary forms, with or without
11 .\" 2. Redistributions in binary form must reproduce the above copyright
12 .\" notice, this list of conditions and the following disclaimer in the
18 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
22 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33 .Nd Accept a security context initiated by a peer application
53 Allows a remotely initiated security context between the application and a remote
57 which should be transferred to the peer application,
[all …]
H A Dgss_init_sec_context.31 .\" -*- nroff -*-
6 .\" Redistribution and use in source and binary forms, with or without
11 .\" 2. Redistributions in binary form must reproduce the above copyright
12 .\" notice, this list of conditions and the following disclaimer in the
18 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
22 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33 .Nd Initiate a security context with a peer application
56 application and a remote peer.
61 the peer application, where the peer application will present it to
[all …]
/freebsd-src/contrib/elftoolchain/libelf/
H A Delf_update.31 .\" Copyright (c) 2006-2011 Joseph Koshy. All rights reserved.
3 .\" Redistribution and use in source and binary forms, with or without
8 .\" 2. Redistributions in binary form must reproduce the above copyright
9 .\" notice, this list of conditions and the following disclaimer in the
15 .\" are disclaimed. in no event shall Joseph Koshy be liable
19 .\" however caused and on any theory of liability, whether in contract, strict
20 .\" liability, or tort (including negligence or otherwise) arising in any way
24 .\" $Id: elf_update.3 3734 2019-04-22 14:10:49Z jkoshy $
52 .Bl -tag -width "Dv ELF_C_WRITE"
80 .Bl -tag -width indent
[all …]
H A Delf.31 .\" Copyright (c) 2006-2008,2011,2019 Joseph Koshy. All rights reserved.
3 .\" Redistribution and use in source and binary forms, with or without
8 .\" 2. Redistributions in binary form must reproduce the above copyright
9 .\" notice, this list of conditions and the following disclaimer in the
15 .\" are disclaimed. in no event shall Joseph Koshy be liable
19 .\" however caused and on any theory of liability, whether in contract, strict
20 .\" liability, or tort (including negligence or otherwise) arising in any way
24 .\" $Id: elf.3 3743 2019-06-12 19:36:30Z jkoshy $
39 provides functions that allow an application to read and manipulate
43 The library allows the manipulation of ELF objects in a byte ordering
[all …]
/freebsd-src/crypto/openssl/doc/man3/
H A DSSL_CTX_set_session_ticket_cb.pod9 SSL_CTX_decrypt_session_ticket_fn - manage session ticket application data
30 SSL_CTX_set_set_session_ticket_cb() sets the application callbacks B<gen_cb>
31 and B<dec_cb> that are used by a server to set and get application data stored
35 B<gen_cb> is the application defined callback invoked when a session ticket is
36 about to be created. The application can call SSL_SESSION_set1_ticket_appdata()
37 at this time to add application data to the session ticket. The value of B<arg>
41 B<dec_cb> is the application defined callback invoked after session ticket
42 decryption has been attempted and any session ticket application data is
50 SSL_SESSION_set1_ticket_appdata() sets the application data specified by
55 the application that a session ticket is about to be generated.
[all …]
H A DSSL_CTX_set_mode.pod5 …TX_clear_mode, SSL_set_mode, SSL_clear_mode, SSL_CTX_get_mode, SSL_get_mode - manipulate SSL engin…
21 SSL_CTX_set_mode() adds the mode set via bit-mask in B<mode> to B<ctx>.
23 SSL_CTX_clear_mode() removes the mode set via bit-mask in B<mode> from B<ctx>.
25 SSL_set_mode() adds the mode set via bit-mask in B<mode> to B<ssl>.
27 SSL_clear_mode() removes the mode set via bit-mask in B<mode> from B<ssl>.
42 when just a single record has been written). This works in a similar way for
46 to SSL_write_ex() or SSL_write() must only send the n-r bytes left, imitating
58 During normal operations, non-application data records might need to be sent or
59 received that the application is not aware of.
60 If a non-application data record was processed,
[all …]
H A DOPENSSL_init_crypto.pod8 OPENSSL_thread_stop_ex, OPENSSL_thread_stop - OpenSSL initialisation
35 application is multi-threaded), and these resources must be freed prior to the
49 Therefore, in order to perform nondefault initialisation,
50 OPENSSL_init_crypto() MUST be called by application code prior to
105 Note that in OpenSSL 1.1.1 this was the default for libssl but not for
108 In OpenSSL 1.1.0 this was a nondefault option for both libssl and libcrypto.
120 sub-library (see L<ASYNC_start_job(3)>). This is a default option.
126 in OpenSSL 3.0.
132 in OpenSS
[all...]
H A DSSL_set_async_callback.pod11 - manage asynchronous operations
32 cryptography operation to notify the application to resume the paused work flow.
36 SSL_set_async_callback() allows an application to set a callback in an
38 operation, the callback will be called to notify the application to resume the
45 communication from the engine to the application. During an SSL session,
47 useful for an application to know if the operation has been successfully
58 Application sets the async callback and callback data on an SSL connection
63 Application sets B<SSL_MODE_ASYNC> and makes an asynchronous SSL call
74 application can continue processing other connections.
78 At a future point in time (probably via a polling mechanism or via an
[all …]
H A DSSL_export_keying_material.pod7 - obtain keying material for application use
28 application to use some of this keying material for its own purposes in
32 the F<exporter_master_secret> established in the handshake.
35 keying material using the F<early_exporter_master_secret> (as defined in the
37 available when the client attempts to send 0-RTT data. For the server, it is
38 only available when the server accepts 0-RTT data.
40 An application may need to securely establish the context within which this
42 application session, application algorithms or parameters, or the lifetime of
43 the context. The context value is left to the application but must be the same
47 B<out>. The application specific context should be supplied in the location
[all …]
/freebsd-src/secure/lib/libcrypto/man/man3/
H A DSSL_CTX_set_session_ticket_cb.318 .\" Set up some character translations and predefined strings. \*(-- will
22 .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff,
23 .\" nothing in troff, for use with C<>.
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
45 .\" Escape single quotes in literal strings from groff's Unicode transform.
51 .\" entries marked with X<> in POD. Of course, you'll have to process the
[all …]
H A DOPENSSL_init_crypto.318 .\" Set up some character translations and predefined strings. \*(-- will
22 .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff,
23 .\" nothing in troff, for use with C<>.
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
45 .\" Escape single quotes in literal strings from groff's Unicode transform.
51 .\" entries marked with X<> in POD. Of course, you'll have to process the
[all …]
H A DSSL_set_async_callback.318 .\" Set up some character translations and predefined strings. \*(-- will
22 .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff,
23 .\" nothing in troff, for use with C<>.
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
45 .\" Escape single quotes in literal strings from groff's Unicode transform.
51 .\" entries marked with X<> in POD. Of course, you'll have to process the
[all …]
/freebsd-src/contrib/ntp/sntp/libopts/
H A DCOPYING.lgplv34 Copyright (C) 1992-2018 by Bruce Korb - all rights reserved
20 other than an Application or a Combined Work as defined below.
22 An "Application" is any work that makes use of an interface provided
28 Application with the Library. The particular version of the Library
34 for portions of the Combined Work that, considered in isolation, are
35 based on the Application, and not on the Linked Version.
37 The "Corresponding Application Code" for a Combined Work means the
38 object code and/or source code for the Application, including any data
40 Application, but excluding the System Libraries of the Combined Work.
49 If you modify a copy of the Library, and, in your modifications, a
[all …]
/freebsd-src/share/man/man4/
H A Dhv_vss.44 .\" Redistribution and use in source and binary forms, with or without
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\" notice, this list of conditions and the following disclaimer in the
16 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
20 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 .Nd Hyper-V Volume Shadow Copy Service API
32 .Bd -literal
52 The freeze or thaw functionality of application is important to guarantee
53 the application consistent backup.
[all …]
/freebsd-src/sys/compat/linux/
H A Dcheck_error.d1 #!/usr/sbin/dtrace -qs
3 /*-
4 * Copyright (c) 2008-2012 Alexander Leidinger <netchild@FreeBSD.org>
7 * Redistribution and use in source and binary forms, with or without
12 * in this position and unchanged.
13 * 2. Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in the
20 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
[all …]
/freebsd-src/contrib/ntp/
H A Dreadme.y2kfixes5 This is the "readme" file for the freeware application which has
10 ----------
13 Year-2000 (Y2K) readiness that were not sufficiently certified
16 public as a series of "Y2K Application Updates", one update
17 for what AT&T Labs considers an "application".
21 and tests, will help others in any way, survive the year
24 that were overlooked nor repairing any bugs in any
25 "Y2K Application Update". All risk of using this Y2K
26 Application Update remains with the user who is expected
48 information. If integrated with the original application items
[all …]

12345678910>>...44