/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | FixedPointBuilder.h | 1 //===- llvm/FixedPointBuilder.h - Builder for fixed-point ops ---*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // way to lower fixed-point arithmetic operations to LLVM IR. 12 //===----------------------------------------------------------------------===// 33 IRBuilderTy &B; variable 44 Type *DstIntTy = B.getIntNTy(DstWidth); in Convert() 55 Value *Zero = Constant::getNullValue(Result->getType()); in Convert() 56 Value *IsNegative = B.CreateICmpSLT(Result, Zero); in Convert() 58 B.getContext(), APInt::getLowBitsSet(ResultWidth, SrcScale)); in Convert() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | fsl,mu-msi.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/interrupt-controller/fsl,mu-msi.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Frank Li <Frank.Li@nxp.com> 16 for one processor (A side) to signal the other processor (B side) using 20 different clocks (from each side of the different peripheral buses). 21 Therefore, the MU must synchronize the accesses from one side to the 23 registers (Processor A-side, Processor B-side). 28 - $ref: /schemas/interrupt-controller/msi-controller.yaml# [all …]
|
/freebsd/share/examples/ppp/ |
H A D | login-auth | 1 #! /usr/local/bin/wish8.0 -f 47 text .l.prompt -width $pwidth -height 1 -relief flat; 49 pack .l.prompt -side left; 50 .l.prompt configure -state disabled; 51 text .l.value -width $vwidth -height 1; 53 pack .l.value -side right; 54 .l.value configure -state disabled; 55 pack .l -side top -padx $fxpad -pady $fypad; 58 text .p.prompt -width $pwidth -height 1 -relief flat; 60 pack .p.prompt -side left; [all …]
|
H A D | chap-auth | 1 #! /usr/local/bin/wish8.0 -f 50 text .$n.prompt -width $pwidth -height 1 -relief flat; 52 pack .$n.prompt -side left; 53 .$n.prompt configure -state disabled; 60 text .$n.value -width $vwidth -height 1; 62 pack .$n.value -side right; 65 .$n.value configure -state normal -takefocus 0; 68 .$n.value configure -state disabled; 70 pack .$n -side top -padx $fxpad -pady $fypad; 75 puts [.n.value get 1.0 {end - 1 char}]; [all …]
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | provider-digest.pod | 5 provider-digest - The digest library E<lt>-E<gt> provider functions 61 (see L<provider-base(7)/Provider Functions>). 64 named B<OSSL_FUNC_{name}_fn>, and a helper function to retrieve the 66 B<OSSL_FUNC_{name}>. 74 macros in L<openssl-core_dispatch.h(7)>, as follows: 100 OSSL_FUNC_digest_newctx() should create and return a pointer to a provider side 107 OSSL_FUNC_digest_freectx() is passed a pointer to the provider side digest context in 111 OSSL_FUNC_digest_dupctx() should duplicate the provider side digest context in the 117 provider side digest context in the I<dctx> parameter. 124 side context. [all …]
|
H A D | provider-kdf.pod | 5 provider-kdf - The KDF library E<lt>-E<gt> provider functions 53 (see L<provider-base(7)/Provider Functions>). 56 named B<OSSL_FUNC_{name}_fn>, and a helper function to retrieve the 58 B<OSSL_FUNC_{name}>. 66 macros in L<openssl-core_dispatch.h(7)>, as follows: 91 OSSL_FUNC_kdf_newctx() should create and return a pointer to a provider side 98 OSSL_FUNC_kdf_freectx() is passed a pointer to the provider side KDF context in 104 OSSL_FUNC_kdf_dupctx() should duplicate the provider side KDF context in the 110 side KDF context in the I<kctx> parameter. 114 The I<kctx> parameter contains a pointer to the provider side context. [all …]
|
H A D | provider-asym_cipher.pod | 5 provider-asym_cipher - The asym_cipher library E<lt>-E<gt> provider functions 60 (see L<provider-base(7)/Provider Functions>). 63 named B<OSSL_FUNC_{name}_fn>, and a helper function to retrieve the 65 B<OSSL_FUNC_{name}>. 73 macros in L<openssl-core_dispatch.h(7)>, as follows: 104 See L<provider-keymgmt(7)> for further details. 108 OSSL_FUNC_asym_cipher_newctx() should create and return a pointer to a provider side 115 OSSL_FUNC_asym_cipher_freectx() is passed a pointer to the provider side asymmetric 119 OSSL_FUNC_asym_cipher_dupctx() should duplicate the provider side asymmetric cipher 125 given a provider side asymmetric cipher context in the I<ctx> parameter, and a [all …]
|
H A D | provider-mac.pod | 5 provider-mac - The mac library E<lt>-E<gt> provider functions 54 (see L<provider-base(7)/Provider Functions>). 57 named B<OSSL_FUNC_{name}_fn>, and a helper function to retrieve the 59 B<OSSL_FUNC_{name}>. 67 macros in L<openssl-core_dispatch.h(7)>, as follows: 93 OSSL_FUNC_mac_newctx() should create and return a pointer to a provider side 100 OSSL_FUNC_mac_freectx() is passed a pointer to the provider side mac context in 106 OSSL_FUNC_mac_dupctx() should duplicate the provider side mac context in the 112 side mac context in the I<mctx> parameter. The I<params> are set before setting 118 side context. [all …]
|
H A D | provider-rand.pod | 5 provider-rand - The random number generation library E<lt>-E<gt> provider 76 OSSL_FUNC_rand_newctx() should create and return a pointer to a provider side 88 OSSL_FUNC_rand_freectx() is passed a pointer to the provider side rand context in 96 These functions correspond to those defined in NIST SP 800-90A and SP 800-90C. 161 provider side rand context I<ctx> to I<params>. 166 associated with the given provider side rand context I<ctx> and stores them 176 associated with the provider side context I<ctx> in its current state 178 with the provider side algorithm I<provctx>. 181 Parameters currently recognised by built-in rands are as follows. Not all 186 =item "state" (B<OSSL_RAND_PARAM_STATE>) <integer> [all …]
|
H A D | provider-keyexch.pod | 5 provider-keyexch - The keyexch library E<lt>-E<gt> provider functions 54 (see L<provider-base(7)/Provider Functions>). 57 named B<OSSL_FUNC_{name}_fn>, and a helper function to retrieve the 59 B<OSSL_FUNC_{name}>. 67 macros in L<openssl-core_dispatch.h(7)>, as follows: 89 See L<provider-keymgmt(7)> for further details. 93 OSSL_FUNC_keyexch_newctx() should create and return a pointer to a provider side 100 OSSL_FUNC_keyexch_freectx() is passed a pointer to the provider side key exchange 104 OSSL_FUNC_keyexch_dupctx() should duplicate the provider side key exchange context in 109 OSSL_FUNC_keyexch_init() initialises a key exchange operation given a provider side key [all …]
|
H A D | provider-signature.pod | 5 provider-signature - The signature library E<lt>-E<gt> provider functions 99 (see L<provider-base(7)/Provider Functions>). 102 named B<OSSL_FUNC_{name}_fn>, and a helper function to retrieve the 104 B<OSSL_FUNC_{name}>. 112 macros in L<openssl-core_dispatch.h(7)>, as follows: 177 See L<provider-keymgmt(7)> for further details. 181 OSSL_FUNC_signature_newctx() should create and return a pointer to a provider side 190 OSSL_FUNC_signature_freectx() is passed a pointer to the provider side signature 194 OSSL_FUNC_signature_dupctx() should duplicate the provider side signature context in 199 OSSL_FUNC_signature_sign_init() initialises a context for signing given a provider side [all …]
|
H A D | provider-storemgmt.pod | 5 provider-storemgmt - The OSSL_STORE library E<lt>-E<gt> provider functions 33 The STORE operation is the provider side of the L<ossl_store(7)> API. 37 to the OpenSSL library in provider-native object abstraction form (see 38 L<provider-object(7)>). The OpenSSL library is then responsible for 42 include OSSL_FUNC_keymgmt_load() (L<provider-keymgmt(7)>), 50 (see L<provider-base(7)/Provider Functions>). 53 B<OSSL_FUNC_{name}_fn>, and a helper function to retrieve the function pointer 54 from a L<OSSL_DISPATCH(3)> element named B<OSSL_get_{name}>. 63 in L<openssl-core_dispatch.h(7)>, as follows: 76 OSSL_FUNC_store_open() should create a provider side context with data based [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set0_CA_list.pod | 18 - get or set CA list 48 by SSL_get0_peer_CA_list() is always B<NULL>. 50 For TLS 1.3 the list of CA names is sent using the B<certificate_authorities> 54 In most cases it is not necessary to set CA names on the client side. The list 58 and therefore setting CA names on the client side will have no impact if that 63 server side. 65 SSL_CTX_set_client_CA_list() sets the B<list> of CAs sent to the client when 66 requesting a client certificate for B<ctx>. Ownership of B<list> is transferred 67 to B<ctx> and it should not be freed by the caller. 69 SSL_set_client_CA_list() sets the B<list> of CAs sent to the client when [all …]
|
H A D | SSL_CTX_set_tlsext_status_cb.pod | 15 - OCSP Certificate Status Request functions 43 Currently the only supported type is B<TLSEXT_STATUSTYPE_ocsp>. This value 44 should be passed in the B<type> argument. Calling 45 SSL_CTX_get_tlsext_status_type() will return the type B<TLSEXT_STATUSTYPE_ocsp> 46 previously set via SSL_CTX_set_tlsext_status_type() or -1 if not set. 59 On the client side SSL_get_tlsext_status_type() can be used to determine whether 61 B<TLSEXT_STATUSTYPE_ocsp> if it has been called or -1 otherwise. On the server 62 side SSL_get_tlsext_status_type() can be used to determine whether the client 64 return B<TLSEXT_STATUSTYPE_ocsp>, or -1 otherwise. 67 SSL_get_tlsext_status_ocsp_resp(). The value B<*resp> will be updated to point [all …]
|
H A D | SRP_Calc_B.pod | 15 - SRP authentication primitives 22 hidden entirely by defining B<OPENSSL_API_COMPAT> with a suitable version value, 25 /* server side .... */ 27 const BIGNUM *b, const BIGNUM *N); 28 BIGNUM *SRP_Calc_B_ex(const BIGNUM *b, const BIGNUM *N, const BIGNUM *g, 30 BIGNUM *SRP_Calc_B(const BIGNUM *b, const BIGNUM *N, const BIGNUM *g, 33 BIGNUM *SRP_Calc_u_ex(const BIGNUM *A, const BIGNUM *B, const BIGNUM *N, 35 BIGNUM *SRP_Calc_u(const BIGNUM *A, const BIGNUM *B, const BIGNUM *N); 37 /* client side .... */ 38 BIGNUM *SRP_Calc_client_key_ex(const BIGNUM *N, const BIGNUM *B, const BIGNUM *g, [all …]
|
H A D | SSL_CTX_set_split_send_fragment.pod | 11 SSL_SESSION_get_max_fragment_length - Control fragment size settings and pipelining operations 44 AES128-SHA based ciphers that have this capability. However, these are for 48 B<max_send_fragment> parameter for SSL_CTX and SSL objects respectively. This 51 functions will only accept a value in the range 512 - SSL3_RT_MAX_PLAIN_LENGTH. 56 used (i.e. normal non-parallel operation). The number of pipelines set must be 57 in the range 1 - SSL_MAX_PIPELINES (32). Setting this to a value > 1 will also 68 B<split_send_fragment>. 70 For example if B<split_send_fragment> is set to 2000 and B<max_pipelines> is 4 73 SSL_write/SSL_write_ex called with 0-2000 bytes == 1 pipeline used 75 SSL_write/SSL_write_ex called with 2001-4000 bytes == 2 pipelines used [all …]
|
H A D | SSL_key_update.pod | 10 - initiate and obtain information about updating connection keys 26 If the B<updatetype> parameter is set to B<SSL_KEY_UPDATE_NOT_REQUESTED> then 28 informed of the change. If the B<updatetype> parameter is set to 29 B<SSL_KEY_UPDATE_REQUESTED> then the sending keys for this connection will be 31 peer to additionally update its sending keys. It is an error if B<updatetype> is 32 set to B<SSL_KEY_UPDATE_NONE>. 50 When called from the client side, SSL_renegotiate() schedules a completely new 58 When called from the client side, SSL_renegotiate_abbreviated() works in the 62 When called from the server side, SSL_renegotiate() and 65 performed then the same checks as on the client side are performed and then, if [all …]
|
H A D | SSL_CTX_set_session_id_context.pod | 5 …ession_id_context, SSL_set_session_id_context - set context within which session can be reused (se… 18 SSL_CTX_set_session_id_context() sets the context B<sid_ctx> of length 19 B<sid_ctx_len> within which a session can be reused for the B<ctx> object. 21 SSL_set_session_id_context() sets the context B<sid_ctx> of length 22 B<sid_ctx_len> within which a session can be reused for the B<ssl> object. 27 sessions with B<i2d_SSL_SESSION>/B<d2i_SSL_SESSION> it would be possible, 28 to re-import a session generated from another context (e.g. another 30 must set its own session id context B<sid_ctx> which is used to distinguish 31 the contexts and is stored in exported sessions. The B<sid_ctx> can be 39 server side. [all …]
|
/freebsd/usr.bin/sdiff/ |
H A D | sdiff.1 | 11 .Nd side-by-side diff 22 displays two files side by side, 39 .Bl -tag -width Ds 40 .It Fl l -left-column 42 .It Fl o -output Ar outfile 58 .Bl -tag -width Ds 75 .It Cm e Cm b 81 .It Fl s -suppress-common-lines 83 .It Fl w -width Ar width 93 .Bl -tag -width Ds [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mailbox/ |
H A D | fsl,mu.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schema [all...] |
/freebsd/contrib/bmake/unit-tests/ |
H A D | dotwait.mk | 11 # Ignore "--- target ---" lines printed by parallel make. 14 @${.MAKE} -f ${THISMAKEFILE} -j4 $t 2>&1 | grep -v "^--- " 18 # Within each test, the names of the sub-targets follow these 22 # such as ".a" or ".b". 29 # of their own name, in which alphabetic components like ".a" or ".b" 34 PARALLEL_TARG= ${.TARGET:C/\.[a-z]/.*/g:Q} 43 # recursive: all children of the left hand side of the .WAIT 44 # must be made before any child of the right hand side. 46 recursive.1.99: recursive.1.1.a recursive.1.1.b _ECHOUSE 47 recursive.2.99: recursive.2.1.a recursive.2.1.b _ECHOUSE [all …]
|
H A D | cond-op.mk | 1 # $NetBSD: cond-op.mk,v 1.16 2023/06/01 20:56:35 rillig Exp $ 6 # cond-op-and.mk 7 # cond-op-not.mk 8 # cond-op-or.mk 9 # cond-op-parentheses.mk 46 # This condition is malformed because the '!' on the right-hand side must not 58 .if "a&&b||c" != a&&b||c 66 # Before cond.c 1.286 from 2021-12-10, the extra expression was evaluated 92 # expect+1: A B C => (A || B) && C A || B && C A || (B && C) 93 .info A B C => (A || B) && C A || B && C A || (B && C) [all …]
|
/freebsd/contrib/diff/man/ |
H A D | sdiff.1 | 4 sdiff \- side-by-side merge of file differences 9 Side-by-side merge of file differences. 11 \fB\-o\fR FILE \fB\-\-output\fR=\fIFILE\fR 14 \fB\-i\fR \fB\-\-ignore\-case\fR 15 Consider upper- and lower-case to be the same. 17 \fB\-E\fR \fB\-\-ignore\-tab\-expansion\fR 20 \fB\-b\fR \fB\-\-ignore\-space\-change\fR 23 \fB\-W\fR \fB\-\-ignore\-all\-space\fR 26 \fB\-B\fR \fB\-\-ignore\-blank\-lines\fR 29 \fB\-I\fR RE \fB\-\-ignore\-matching\-lines\fR=\fIRE\fR [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | LineEntry.h | 1 //===-- LineEntry.h ---------------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 15 #include "lldb/lldb-private.h" 41 /// If \b true, display the filename with the line entry which 49 /// Returns \b true if the address was able to be displayed 52 /// Returns \b false if the address was not able to be properly 69 /// Returns \b true if the file and line were properly dumped, 70 /// \b false otherwise. 76 /// Returns \b true if the line entry contains a valid section [all …]
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | SRP_Calc_B.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 …]
|