/freebsd-src/crypto/openssl/doc/man7/ |
H A D | provider-kem.pod | 5 provider-kem - The kem library E<lt>-E<gt> provider functions 15 * None of these are actual functions, but are displayed like this for 16 * the function signatures for functions that are offered as function 28 int OSSL_FUNC_kem_encapsulate(void *ctx, unsigned char *out, size_t *outlen, 33 int OSSL_FUNC_kem_decapsulate(void *ctx, unsigned char *out, size_t *outlen, 49 via the API functions L<EVP_PKEY_encapsulate(3)>, 50 L<EVP_PKEY_decapsulate(3)> and other related functions. 52 All "functions" mentioned here are passed as function pointers between 56 (see L<provider-base(7)/Provider Functions>). 58 All these "functions" have a corresponding function type definition [all …]
|
H A D | provider-cipher.pod | 5 provider-cipher - The cipher library E<lt>-E<gt> provider functions 15 * None of these are actual functions, but are displayed like this for 16 * the function signatures for functions that are offered as function 32 int OSSL_FUNC_cipher_update(void *cctx, unsigned char *out, size_t *outl, 34 int OSSL_FUNC_cipher_final(void *cctx, unsigned char *out, size_t *outl, 36 int OSSL_FUNC_cipher_cipher(void *cctx, unsigned char *out, size_t *outl, 61 them available to applications via the API functions L<EVP_EncryptInit_ex(3)>, 63 equivalents and other related functions). 65 All "functions" mentioned here are passed as function pointers between 69 (see L<provider-base(7)/Provider Functions>). [all …]
|
H A D | provider-asym_cipher.pod | 5 provider-asym_cipher - The asym_cipher library E<lt>-E<gt> provider functions 15 * None of these are actual functions, but are displayed like this for 16 * the function signatures for functions that are offered as function 28 int OSSL_FUNC_asym_cipher_encrypt(void *ctx, unsigned char *out, size_t *outlen, 35 int OSSL_FUNC_asym_cipher_decrypt(void *ctx, unsigned char *out, size_t *outlen, 52 via the API functions L<EVP_PKEY_encrypt(3)>, 54 other related functions). 56 All "functions" mentioned here are passed as function pointers between 60 (see L<provider-base(7)/Provider Functions>). 62 All these "functions" have a corresponding function type definition [all …]
|
/freebsd-src/crypto/openssl/doc/man3/ |
H A D | BF_encrypt.pod | 6 BF_cfb64_encrypt, BF_ofb64_encrypt, BF_options - Blowfish encryption 12 The following functions have been deprecated since OpenSSL 3.0, and can be 18 void BF_ecb_encrypt(const unsigned char *in, unsigned char *out, 20 void BF_cbc_encrypt(const unsigned char *in, unsigned char *out, 23 void BF_cfb64_encrypt(const unsigned char *in, unsigned char *out, 26 void BF_ofb64_encrypt(const unsigned char *in, unsigned char *out, 36 All of the functions described on this page are deprecated. Applications should 38 L<EVP_EncryptFinal_ex(3)> or the equivalently named decrypt functions. 58 putting the result in B<out>. B<enc> decides if encryption (B<BF_ENCRYPT>) 60 B<in> and B<out> must be 64 bits in length, no less. If they are larger, [all …]
|
H A D | EVP_PKEY_print_private.pod | 7 EVP_PKEY_print_params_fp - public key algorithm printing routines 13 int EVP_PKEY_print_public(BIO *out, const EVP_PKEY *pkey, 17 int EVP_PKEY_print_private(BIO *out, const EVP_PKEY *pkey, 21 int EVP_PKEY_print_params(BIO *out, const EVP_PKEY *pkey, 28 The functions EVP_PKEY_print_public(), EVP_PKEY_print_private() and 29 EVP_PKEY_print_params() print out the public, private or parameter components 30 of key I<pkey> respectively. The key is sent to B<BIO> I<out> in human readable 37 The functions EVP_PKEY_print_public_fp(), EVP_PKEY_print_private_fp() and 38 EVP_PKEY_print_params_fp() do the same as the B<BIO> based functions 51 These functions all return 1 for success and 0 or a negative value for failure. [all …]
|
H A D | ASN1_TIME_set.pod | 17 ASN1_TIME_dup, ASN1_UTCTIME_dup, ASN1_GENERALIZEDTIME_dup - ASN.1 Time functions 61 ASN1_GENERALIZEDTIME **out); 70 functions set the structure I<s> to the time represented by the time_t 74 functions set the time structure I<s> to the time represented 82 ASN1_GENERALIZEDTIME_set_string() functions set the time structure I<s> 97 should be used after the ASN1_TIME_set_string() functions and before 98 ASN1_TIME_print() functions to get consistent (i.e. GMT) results. 101 functions check the syntax of the time structure I<s>. 104 functions print the time structure I<s> to BIO I<b> in human readable 107 If the time structure has invalid format it prints out "Bad time value" and [all …]
|
H A D | SSL_get_client_random.pod | 9 - get internal TLS/SSL random values and get/set master key 15 size_t SSL_get_client_random(const SSL *ssl, unsigned char *out, size_t outlen); 16 size_t SSL_get_server_random(const SSL *ssl, unsigned char *out, size_t outlen); 18 unsigned char *out, size_t outlen); 26 bytes as it can of this value into the buffer provided in B<out>, 49 You probably shouldn't use these functions. 51 These functions expose internal values from the TLS handshake, for 52 use in low-level protocols. You probably should not use them, unless 57 ARE NOT random number generators. Instead, they return the mostly-random values that 65 forget that you ever saw these functions. [all …]
|
H A D | PEM_read_CMS.pod | 43 - PEM object encoding routines 58 The following functions have been deprecated since OpenSSL 3.0, and can be 64 int PEM_write_DHxparams(FILE *out, const DH *dh); 65 int PEM_write_bio_DHxparams(BIO *out, const DH *dh); 68 int PEM_write_ECPKParameters(FILE *out, const EC_GROUP *x); 69 int PEM_write_bio_ECPKParameters(BIO *out, const EC_GROUP *x), 73 int PEM_write_EC_PUBKEY(FILE *out, const EC_KEY *x); 74 int PEM_write_bio_EC_PUBKEY(BIO *out, const EC_KEY *x); 76 EC_KEY *PEM_read_ECPrivateKey(FILE *out, EC_KEY **x, pem_password_cb *cb, void *u); 77 EC_KEY *PEM_read_bio_ECPrivateKey(BIO *out, EC_KEY **x, pem_password_cb *cb, void *u); [all …]
|
/freebsd-src/contrib/mandoc/ |
H A D | mandoc_headers.3 | 3 .\" Copyright (c) 2014-2022 Ingo Schwarze <schwarze@openbsd.org> 14 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 31 The headers and functions form three major groups: 42 .Bl -dash -offset indent -compact 75 .Bl -tag -width Ds 77 Memory allocation utility functions; can be used everywhere. 84 Provides the functions documente [all...] |
H A D | mandoc_html.3 | 14 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 27 .Fd #include """out.h""" 95 and because it may be security-critical in some contexts, 101 at one central place, the language-specific formatters 109 using functions like 115 Instead, they are expected to use the output functions declared in 122 .Bl -tag -width Ds 132 .Ss Private interface functions 191 .Bl -ta [all...] |
/freebsd-src/secure/lib/libcrypto/man/man7/ |
H A D | provider-kem.7 | 18 .\" Set up some character translations and predefined strings. \*(-- will 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\| 71 .\" Fear. Run. Save yourself. No user-serviceable parts. 81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" 98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' [all …]
|
H A D | provider-asym_cipher.7 | 18 .\" Set up some character translations and predefined strings. \*(-- will 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\| 71 .\" Fear. Run. Save yourself. No user-serviceable parts. 81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" 98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' [all …]
|
H A D | provider-cipher.7 | 18 .\" Set up some character translations and predefined strings. \*(-- will 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\| 71 .\" Fear. Run. Save yourself. No user-serviceable parts. 81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" 98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' [all …]
|
/freebsd-src/secure/lib/libcrypto/man/man3/ |
H A D | BF_encrypt.3 | 18 .\" Set up some character translations and predefined strings. \*(-- will 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\| 71 .\" Fear. Run. Save yourself. No user-serviceable parts. 81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" 98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' [all …]
|
H A D | ASN1_TIME_set.3 | 18 .\" Set up some character translations and predefined strings. \*(-- will 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\| 71 .\" Fear. Run. Save yourself. No user-serviceable parts. 81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" 98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ImportedFunctionsInliningStatistics.cpp | 1 //===-- ImportedFunctionsInliningStats.cpp -------- 110 std::string Out; dump() local [all...] |
/freebsd-src/sys/contrib/device-tree/Bindings/usb/ |
H A D | brcm,usb-pinmap.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/usb/brcm,usb-pinmap.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Al Cooper <alcooperx@gmail.com> 15 - const: brcm,usb-pinmap 22 description: Interrupt for signals mirrored to out-gpios. 24 in-gpios: 29 brcm,in-functions: 30 $ref: /schemas/types.yaml#/definitions/string-array [all …]
|
/freebsd-src/share/man/man9/ |
H A D | bus_space.9 | 22 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 50 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 143 .Nd "bus space manipulation functions" 626 functions exist to allow device drivers 627 machine-independent access to bus memory and register areas. 629 functions and types described in this document can be used by including 640 creating a non-linear register space). 646 functions is to allow a single driver source file to manipulate a set 651 Not all buses have to implement all functions described in this 654 Unimplemented functions should cause [all …]
|
/freebsd-src/usr.bin/gprof/ |
H A D | gprof.1 | 25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 43 .Op Ar a.out Op Ar a.out.gmon ... 73 .Pa a.out ) 91 The first listing shows the functions 110 The units for the per-call times are normally milliseconds, 116 accuracy in the per-call times for short-lived programs are only 119 (non-statistical) kernel profiling. 124 .Bl -tag -width indent 126 Suppress the printing of statically declared functions. 128 (e.g., time samples, calls to other functions, calls from other functions) [all …]
|
/freebsd-src/contrib/libc-vis/ |
H A D | unvis.3 | 27 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 62 functions 92 or \-1 if an 104 functions do the same as the 108 functions, 132 .Bl -tag -width UNVIS_VALIDPUSH 179 will decode MIME Quoted-Printable strings as specified in RFC 2045. 189 .Bd -literal -offset indent 191 char out; 195 switch(unvis(&out, ch, &state, 0)) { [all …]
|
/freebsd-src/contrib/bearssl/inc/ |
H A D | bearssl_hash.h | 20 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 38 * # Hash Functions 40 * This file documents the API for hash functions. 48 * - `br_xxx_vtable` 52 * - `br_xxx_SIZE` 57 * - `br_xxx_ID` 63 * NOTE: for the "standard" hash functions defined in [the TLS 64 * standard](https://tools.ietf.org/html/rfc5246#section-7.4.1.4.1), 66 * 1 to 6 for MD5, SHA-1, SHA-224, SHA-256, SHA-384 and SHA-512, 69 * - `br_xxx_context` [all …]
|
/freebsd-src/share/man/man7/ |
H A D | c.7 | 22 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 45 the B language written by Ken Thompson in 1970 for the DEC PDP-7 machines. 46 The development of the UNIX operating system was started on a PDP-7 50 In 1972 Dennis M. Ritchie worked out the C programming language for 57 operating systems and low-level applications. 71 Handling of the standard I/O and such common functions are implemented in 73 As these functions are also widely used, it was demanded to include into 83 It describes what functions should be available to keep portability. 95 standardizing the language, and they announced ANSI X3.159-1989 99 which is a new way of declaring functions [all...] |
/freebsd-src/contrib/elftoolchain/libelf/ |
H A D | elf_open.3 | 21 .\" out of the use of this software, even if advised of the possibility of 24 .\" $Id: elf_open.3 3743 2019-06-12 19:36:30Z jkoshy $ 42 The functions 50 Portable applications should not use these functions. 76 These functions are non-standard extensions to the 80 The behavior of these functions differs from their counterparts 84 in that these functions will successfully open malformed ELF objects 90 These functions can fail with the following errors: 91 .Bl -tag -width "[ELF_E_RESOURCE]" 111 An out of memory condition was encountered. [all …]
|
/freebsd-src/lib/msun/man/ |
H A D | exp.3 | 25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 45 .Nd exponential and power functions 80 functions compute the base 90 functions compute the base 2 exponential of the given argument 98 functions compute the value exp(x)\-1 accurately even for tiny argument 106 functions compute the value 120 Otherwise the error in these functions is generally below one 123 These functions will return the appropriate computation unless an error 124 occurs or an argument is out of range. 125 The functions [all …]
|
/freebsd-src/lib/libc/net/ |
H A D | sourcefilter.3 | 1 .\" Copyright (c) 2007-2009 Bruce Simpson. 22 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 75 functions implement the advanced, full-state multicast API 77 An application may use these functions to atomically set and 83 The functions 96 argument is non-zero, the kernel will attempt to return up to 110 functions, 132 The protocol-independent function 140 Any changes made by these functions 144 lists made by these functions will not cause [all …]
|