| /freebsd-14.2/sys/contrib/zstd/lib/dictBuilder/ |
| H A D | fastcover.c | 233 if (parameters.d == 0 || parameters.k == 0) { in FASTCOVER_checkParameters() 237 if (parameters.d != 6 && parameters.d != 8) { in FASTCOVER_checkParameters() 245 if (parameters.d > parameters.k) { in FASTCOVER_checkParameters() 253 if (parameters.splitPoint <= 0 || parameters.splitPoint > 1) { in FASTCOVER_checkParameters() 478 const ZDICT_cover_params_t parameters = data->parameters; in FASTCOVER_tryParameters() local 562 parameters.f = parameters.f == 0 ? DEFAULT_F : parameters.f; in ZDICT_trainFromBuffer_fastCover() 563 parameters.accel = parameters.accel == 0 ? DEFAULT_ACCEL : parameters.accel; in ZDICT_trainFromBuffer_fastCover() 630 const unsigned kMinD = parameters->d == 0 ? 6 : parameters->d; in ZDICT_optimizeTrainFromBuffer_fastCover() 631 const unsigned kMaxD = parameters->d == 0 ? 8 : parameters->d; in ZDICT_optimizeTrainFromBuffer_fastCover() 632 const unsigned kMinK = parameters->k == 0 ? 50 : parameters->k; in ZDICT_optimizeTrainFromBuffer_fastCover() [all …]
|
| H A D | cover.c | 499 if (parameters.d == 0 || parameters.k == 0) { in COVER_checkParameters() 507 if (parameters.d > parameters.k) { in COVER_checkParameters() 511 if (parameters.splitPoint <= 0 || parameters.splitPoint > 1){ in COVER_checkParameters() 763 parameters.d, parameters.splitPoint); in ZDICT_trainFromBuffer_cover() 859 memset(&best->parameters, 0, sizeof(best->parameters)); in COVER_best_init() 942 best->parameters = parameters; in COVER_best_finish() 1078 const ZDICT_cover_params_t parameters = data->parameters; in COVER_tryParameters() local 1127 const unsigned kMinD = parameters->d == 0 ? 6 : parameters->d; in ZDICT_optimizeTrainFromBuffer_cover() 1128 const unsigned kMaxD = parameters->d == 0 ? 8 : parameters->d; in ZDICT_optimizeTrainFromBuffer_cover() 1209 data->parameters = *parameters; in ZDICT_optimizeTrainFromBuffer_cover() [all …]
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | EVP_PKEY_CTX_set_params.pod | 36 settable parameters for the current algorithm implementation, i.e. parameters 46 L<provider-keymgmt(7)/Common parameters> 47 L<provider-keyexch(7)/Key Exchange parameters> 48 L<provider-signature(7)/Signature parameters> 50 L<EVP_PKEY-RSA(7)/Common RSA parameters> 51 L<EVP_PKEY-RSA(7)/RSA key generation parameters> 52 L<EVP_PKEY-FFC(7)/FFC parameters> 54 L<EVP_PKEY-DSA(7)/DSA parameters> 56 L<EVP_PKEY-DH(7)/DH parameters> 57 L<EVP_PKEY-DH(7)/DH key generation parameters> [all …]
|
| H A D | SSL_CTX_set_tmp_dh_callback.pod | 51 (DH parameters) and generate a DH key. The server will always generate 54 As generating DH parameters is extremely time consuming, an application 55 should not generate the parameters on the fly. DH parameters can be reused, as 58 Typically applications should use well known DH parameters that have built-in 65 If "auto" DH parameters are switched on then the parameters will be selected to 73 their own DH parameters should call SSL_CTX_set0_tmp_dh_pkey() or 74 SSL_set0_tmp_dh_pkey() to supply the parameters for the B<SSL_CTX> or B<SSL> 75 respectively. The parameters should be supplied in the I<dhpkey> argument as 76 an B<EVP_PKEY> containing DH parameters. Ownership of the I<dhpkey> value is 84 should use "auto" parameters instead, or call SSL_CTX_set0_tmp_dh_pkey() or [all …]
|
| H A D | EVP_PKEY_copy_parameters.pod | 29 parameters of B<pkey> are missing and 0 if they are present or the algorithm 30 doesn't use parameters. 32 The function EVP_PKEY_copy_parameters() copies the parameters from key 33 B<from> to key B<to>. An error is returned if the parameters are missing in 34 B<from> or present in both B<from> and B<to> and mismatch. If the parameters 37 The function EVP_PKEY_parameters_eq() checks the parameters of keys 41 including their parameters if they are available. 47 parameters are sometimes omitted from a public key if they are inherited from 54 The function EVP_PKEY_cmp() previously only checked the key parameters 67 the key parameters (if there are any) [all …]
|
| H A D | EVP_PKEY_fromdata.pod | 6 - functions to create keys and key parameters from user data 31 for creating a key or key parameters from user data. 38 diverse "Common parameters" sections of the 39 L<B<EVP_PKEY-RSA>(7)|EVP_PKEY-RSA(7)/Common RSA parameters>, 40 L<B<EVP_PKEY-DSA>(7)|EVP_PKEY-DSA(7)/Common DSA & DH parameters>, 41 L<B<EVP_PKEY-DH>(7)|EVP_PKEY-DH(7)/Common DH parameters>, 42 L<B<EVP_PKEY-EC>(7)|EVP_PKEY-EC(7)/Common EC parameters>, 52 the settable parameters that can be used with EVP_PKEY_fromdata(). 66 Only key parameters will be selected. 71 parameters. [all …]
|
| H A D | DH_new_by_nid.pod | 5 DH_new_by_nid, DH_get_nid - create or get DH named parameters 21 DH_new_by_nid() creates and returns a DH structure containing named parameters 27 DH_get_nid() determines if the parameters contained in B<dh> match 29 parameters or B<NID_undef> if there is no match. 34 DH_new_by_nid() returns a set of DH parameters or B<NULL> if an error occurred. 36 DH_get_nid() returns the NID of the matching set of parameters for p and g
|
| H A D | EVP_PKEY_keygen.pod | 41 key parameters, often called domain parameters but not necessarily limited 43 may want to set user provided generation parameters that further affect key 48 functions to set user provided parameters, and finally the key parameter or 58 parameters are generated. 60 After initialization, generation parameters may be provided with 79 The function EVP_PKEY_CTX_get_keygen_info() returns parameters associated 123 parameters. 125 The meaning of the parameters passed to the callback will depend on the 135 public key components and parameters (if any). An OpenSSL private key is 137 in functions which require the use of a public key or parameters. [all …]
|
| H A D | SSL_CTX_get0_param.pod | 7 get and set verification parameters 27 the verification parameters for B<ctx> or B<ssl> respectively. The returned 30 SSL_CTX_set1_param() and SSL_set1_param() set the verification parameters 34 set the purpose parameter on the verification parameters object. These functions 38 which set the trust parameter on the verification parameters object. These 43 Typically parameters are retrieved from an B<SSL_CTX> or B<SSL> structure
|
| H A D | SSL_CTX_set_srp_password.pod | 55 These functions provide access to SRP (Secure Remote Password) parameters, 81 The callback parameters are the SSL connection B<s>, a writable error flag B<ad> 84 SSL_set_srp_server_param() with the appropriate parameters for the received 104 receiving the server SRP proposed parameters. 107 The callback should return a positive value to accept the server parameters. 108 Returning 0 or a negative value will abort the connection. The server parameters 112 If no callback is set the g and N parameters will be checked against 115 The SSL_set_srp_server_param() function sets all SRP parameters for 116 the connection B<s>. B<N> and B<g> are the SRP group parameters, B<sa> is the 119 The SSL_set_srp_server_param_pw() function sets all SRP parameters for the [all …]
|
| H A D | OSSL_PARAM.pod | 5 OSSL_PARAM - a structure to pass or request object parameters 27 parameters for an object, or wants to find out some parameters of an 34 =item * Setting parameters for some object 41 =item * Request parameters of some object 102 setting parameters) or shall (when requesting parameters) be stored, 141 offers these parameters, i.e. names for parameters provided by the 201 offers these parameters). 227 offers these parameters). 312 This example is for setting parameters on some object: 327 This example is for requesting parameters on some object: [all …]
|
| H A D | EVP_KDF.pod | 113 The set of parameters given with I<params> determine exactly what 114 parameters should be retrieved. 118 EVP_KDF_CTX_get_params() retrieves chosen parameters, given the 120 The set of parameters given with I<params> determine exactly what 121 parameters should be retrieved. 127 The set of parameters given with I<params> determine exactly what 128 parameters are passed down. 136 returns parameters that can be used with EVP_KDF_get_params(). 140 parameters that can be used with EVP_KDF_CTX_get_params(). 148 returns the parameters that can be retrieved from the algorithm, [all …]
|
| /freebsd-14.2/crypto/openssl/doc/man1/ |
| H A D | openssl-ecparam.pod.in | 46 The EC parameters input format; unspecified by default. 51 The EC parameters output format; the default is B<PEM>. 77 Validate the elliptic curve parameters. 81 Validate the elliptic name curve parameters by checking if the curve parameters 87 to get a list of all currently implemented EC parameters. 105 This specifies how the elliptic curve parameters are encoded. 139 To create EC parameters with the group 'prime192v1': 143 To create EC parameters with explicit parameters: 147 To validate given EC parameters: 151 To create EC parameters and a private key: [all …]
|
| H A D | openssl-dhparam.pod.in | 33 parameters. 56 This specifies the output filename parameters to. Standard output is used 62 If this option is used, DSA rather than DH parameters are read or created; 69 parameters, a fresh DH key should be created for each use to 74 Performs numerous checks to see if the supplied parameters are valid and 80 input file is ignored and parameters are generated instead. If not 81 present but I<numbits> is present, parameters are generated with the 88 the input file is ignored and parameters are generated instead. If 90 present, parameters are generated with a default length of 2048 bits. 95 This option inhibits the output of the encoded version of the parameters. [all …]
|
| H A D | openssl-pkeyparam.pod.in | 25 This command processes public key algorithm parameters. 38 This specifies the input filename to read parameters from or standard input if 43 This specifies the output filename to write parameters to or standard output if 48 Prints out the parameters in plain text in addition to the encoded version. 52 Do not output the encoded version of the parameters. 56 This option checks the correctness of parameters. 66 Print out text version of parameters:
|
| H A D | openssl-dsaparam.pod.in | 29 DSA parameters is often used to generate several distinct keys. 41 The DSA parameters input format; unspecified by default. 46 The DSA parameters output format; the default is B<PEM>. 54 This specifies the input filename to read parameters from or standard input if 60 This specifies the output filename parameters to. Standard output is used 66 This option inhibits the output of the encoded version of the parameters. 70 This option prints out the DSA parameters in human readable form. 75 parameters.
|
| /freebsd-14.2/crypto/openssl/doc/man7/ |
| H A D | EVP_PKEY-DH.pod | 11 parameters can be used: "safe" domain parameters that are associated with 13 parameters. FIPS186-type domain parameters should only be used for backward 23 of the nuances associated with FIPS186-4 style parameters as discussed in 26 =head2 DH and DHX domain parameters 29 (see L<EVP_PKEY-FFC(7)/FFC parameters>) the B<DHX> and B<DH> keytype 52 =head2 DH and DHX additional parameters 64 =head2 DH additional domain parameters 81 =head2 DH and DHX domain parameter / key generation parameters 142 B<DH> parameters with named safe prime group instead. 224 A B<DH> key can be generated using domain parameters by calling: [all …]
|
| H A D | EVP_PKEY-HMAC.pod | 22 =head2 Common MAC parameters 24 All the B<MAC> keytypes support the following parameters. 38 =head2 CMAC parameters 40 As well as the parameters described above, the B<CMAC> keytype additionally 41 supports the following parameters. 55 =head2 Common MAC key generation parameters 69 =head2 CMAC key generation parameters 71 In addition to the common MAC key generation parameters, the CMAC key generation
|
| H A D | EVP_CIPHER-NULL.pod | 25 This implementation supports the following parameters: 27 =head3 Gettable EVP_CIPHER parameters 29 See L<EVP_EncryptInit(3)/Gettable EVP_CIPHER parameters> 31 =head3 Gettable EVP_CIPHER_CTX parameters 45 =head3 Settable EVP_CIPHER_CTX parameters
|
| H A D | EVP_PKEY-DSA.pod | 16 =head2 DSA parameters 18 The B<DSA> key type supports the FFC parameters (see 19 L<EVP_PKEY-FFC(7)/FFC parameters>). 21 =head2 DSA key generation parameters 23 The B<DSA> key type supports the FFC key generation parameters (see 24 L<EVP_PKEY-FFC(7)/FFC key generation parameters> 54 The B<DSA> domain parameters can be generated by calling: 78 A B<DSA> key can be generated using domain parameters by calling:
|
| H A D | EVP_SIGNATURE-ECDSA.pod | 14 The following signature parameters can be set using EVP_PKEY_CTX_set_params(). 24 These parameters are described in L<provider-signature(7)>. 28 The following signature parameters can be retrieved using 37 The parameters are described in L<provider-signature(7)>.
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | AnyCall.h | 144 ArrayRef<ParmVarDecl *> parameters() const { in parameters() function 149 return FD->parameters(); in parameters() 151 return MD->parameters(); in parameters() 153 return BD->parameters(); in parameters() 160 param_const_iterator param_begin() const { return parameters().begin(); } in param_begin() 161 param_const_iterator param_end() const { return parameters().end(); } in param_end() 162 size_t param_size() const { return parameters().size(); } in param_size() 163 bool param_empty() const { return parameters().empty(); } in param_empty()
|
| /freebsd-14.2/sys/contrib/zstd/lib/ |
| H A D | zdict.h | 254 ZDICT_params_t parameters); 324 ZDICT_cover_params_t parameters); 346 ZDICT_cover_params_t* parameters); 367 ZDICT_fastCover_params_t parameters); 390 ZDICT_fastCover_params_t* parameters); 415 ZDICT_legacy_params_t parameters);
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_trampoline_arm.S | 16 @ for passing parameters to C/C++ functions. 22 @ Save floating-point parameters of the instrumented function 33 @ Call the handler with 2 parameters in r0 and r1 36 @ Restore floating-point parameters of the instrumented function 65 @ Call the handler with 2 parameters in r0 and r1 79 @ for passing parameters to C/C++ functions. 85 @ Save floating-point parameters of the instrumented function 98 @ Call the handler with 2 parameters in r0 and r1 101 @ Restore floating-point parameters of the instrumented function
|
| /freebsd-14.2/crypto/openssl/providers/common/der/ |
| H A D | RSA.asn1 | 26 -- the parameters MUST be present and MUST be NULL. 32 -- parameters MUST be present and MUST be RSAES-OAEP-params. 38 -- parameters MUST be an OCTET STRING. 44 -- parameters MUST be present and MUST be RSASSA-PSS-params. 50 -- the parameters MUST be present and MUST be NULL. 63 -- When id-mgf1 is used in an AlgorithmIdentifier, the parameters
|