Home
last modified time | relevance | path

Searched refs:parameters (Results 1 – 25 of 776) sorted by relevance

12345678910>>...32

/freebsd-13.1/contrib/subversion/subversion/libsvn_auth_kwallet/
H A Dkwallet.cpp72 get_application_name(apr_hash_t *parameters, in get_application_name() argument
98 get_wallet_name(apr_hash_t *parameters) in get_wallet_name() argument
147 apr_hash_t *parameters) in get_wallet() argument
197 apr_hash_t *parameters, in kwallet_password_get() argument
201 QString wallet_name = get_wallet_name(parameters); in kwallet_password_get()
279 apr_hash_t *parameters, in kwallet_password_set() argument
283 QString wallet_name = get_wallet_name(parameters); in kwallet_password_set()
356 apr_hash_t *parameters, in kwallet_simple_first_creds() argument
363 parameters, in kwallet_simple_first_creds()
375 apr_hash_t *parameters, in kwallet_simple_save_creds() argument
[all …]
/freebsd-13.1/sys/contrib/zstd/lib/dictBuilder/
H A Dfastcover.c225 if (parameters.d == 0 || parameters.k == 0) { in FASTCOVER_checkParameters()
229 if (parameters.d != 6 && parameters.d != 8) { in FASTCOVER_checkParameters()
237 if (parameters.d > parameters.k) { in FASTCOVER_checkParameters()
245 if (parameters.splitPoint <= 0 || parameters.splitPoint > 1) { in FASTCOVER_checkParameters()
470 const ZDICT_cover_params_t parameters = data->parameters; in FASTCOVER_tryParameters() local
554 parameters.f = parameters.f == 0 ? DEFAULT_F : parameters.f; in ZDICT_trainFromBuffer_fastCover()
555 parameters.accel = parameters.accel == 0 ? DEFAULT_ACCEL : parameters.accel; in ZDICT_trainFromBuffer_fastCover()
622 const unsigned kMinD = parameters->d == 0 ? 6 : parameters->d; in ZDICT_optimizeTrainFromBuffer_fastCover()
623 const unsigned kMaxD = parameters->d == 0 ? 8 : parameters->d; in ZDICT_optimizeTrainFromBuffer_fastCover()
624 const unsigned kMinK = parameters->k == 0 ? 50 : parameters->k; in ZDICT_optimizeTrainFromBuffer_fastCover()
[all …]
H A Dcover.c491 if (parameters.d == 0 || parameters.k == 0) { in COVER_checkParameters()
499 if (parameters.d > parameters.k) { in COVER_checkParameters()
503 if (parameters.splitPoint <= 0 || parameters.splitPoint > 1){ in COVER_checkParameters()
755 parameters.d, parameters.splitPoint); in ZDICT_trainFromBuffer_cover()
851 memset(&best->parameters, 0, sizeof(best->parameters)); in COVER_best_init()
934 best->parameters = parameters; in COVER_best_finish()
1069 const ZDICT_cover_params_t parameters = data->parameters; in COVER_tryParameters() local
1119 const unsigned kMinD = parameters->d == 0 ? 6 : parameters->d; in ZDICT_optimizeTrainFromBuffer_cover()
1120 const unsigned kMaxD = parameters->d == 0 ? 8 : parameters->d; in ZDICT_optimizeTrainFromBuffer_cover()
1201 data->parameters = *parameters; in ZDICT_optimizeTrainFromBuffer_cover()
[all …]
H A Dzdict.h109 ZDICT_params_t parameters);
178 ZDICT_cover_params_t parameters);
200 ZDICT_cover_params_t* parameters);
221 ZDICT_fastCover_params_t parameters);
244 ZDICT_fastCover_params_t* parameters);
269 ZDICT_legacy_params_t parameters);
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dsimple_providers.c70 apr_hash_t *parameters, in svn_auth__simple_password_get() argument
100 apr_hash_t *parameters, in svn_auth__simple_password_set() argument
141 svn_config_t *cfg = svn_hash_gets(parameters, in svn_auth__simple_creds_cache_get()
145 const char *username = svn_hash_gets(parameters, in svn_auth__simple_creds_cache_get()
147 const char *password = svn_hash_gets(parameters, in svn_auth__simple_creds_cache_get()
481 apr_hash_t *parameters, in simple_first_creds() argument
498 apr_hash_t *parameters, in simple_save_creds() argument
566 apr_hash_t *parameters, in prompt_for_simple_creds() argument
581 default_username = svn_hash_gets(parameters, in prompt_for_simple_creds()
654 apr_hash_t *parameters, in simple_prompt_first_creds() argument
[all …]
H A Dssl_client_cert_pw_providers.c70 apr_hash_t *parameters, in svn_auth__ssl_client_cert_pw_get() argument
94 apr_hash_t *parameters, in svn_auth__ssl_client_cert_pw_set() argument
114 svn_config_t *cfg = svn_hash_gets(parameters, in svn_auth__ssl_client_cert_pw_cache_get()
116 const char *server_group = svn_hash_gets(parameters, in svn_auth__ssl_client_cert_pw_cache_get()
118 svn_boolean_t non_interactive = svn_hash_gets(parameters, in svn_auth__ssl_client_cert_pw_cache_get()
129 const char *config_dir = svn_hash_gets(parameters, in svn_auth__ssl_client_cert_pw_cache_get()
216 svn_hash_gets(parameters, in svn_auth__ssl_client_cert_pw_cache_set()
358 parameters, in ssl_client_cert_pw_file_save_credentials()
436 const char *no_auth_cache = svn_hash_gets(parameters, in ssl_client_cert_pw_prompt_first_cred()
456 apr_hash_t *parameters, in ssl_client_cert_pw_prompt_next_cred() argument
[all …]
H A Dwin32_crypto.c117 apr_hash_t *parameters, in windows_password_encrypter() argument
144 apr_hash_t *parameters, in windows_password_decrypter() argument
175 apr_hash_t *parameters, in windows_simple_first_creds() argument
182 parameters, in windows_simple_first_creds()
194 apr_hash_t *parameters, in windows_simple_save_creds() argument
200 parameters, in windows_simple_save_creds()
240 apr_hash_t *parameters, in windows_ssl_client_cert_pw_encrypter() argument
268 apr_hash_t *parameters, in windows_ssl_client_cert_pw_decrypter() argument
300 apr_hash_t *parameters, in windows_ssl_client_cert_pw_first_creds() argument
315 apr_hash_t *parameters, in windows_ssl_client_cert_pw_save_creds() argument
[all …]
H A Dusername_providers.c48 apr_hash_t *parameters, in username_first_creds() argument
52 const char *config_dir = svn_hash_gets(parameters, in username_first_creds()
54 const char *username = svn_hash_gets(parameters, in username_first_creds()
105 apr_hash_t *parameters, in username_save_creds() argument
182 apr_hash_t *parameters, in prompt_for_username_creds() argument
224 apr_hash_t *parameters, in username_prompt_first_creds() argument
230 const char *no_auth_cache = svn_hash_gets(parameters, in username_prompt_first_creds()
235 parameters, realmstring, TRUE, ! no_auth_cache, pool)); in username_prompt_first_creds()
251 apr_hash_t *parameters, in username_prompt_next_creds() argument
257 const char *no_auth_cache = svn_hash_gets(parameters, in username_prompt_next_creds()
[all …]
H A Dssl_server_trust_providers.c44 apr_hash_t *parameters, in ssl_server_trust_file_first_credentials() argument
48 apr_uint32_t *failures = svn_hash_gets(parameters, in ssl_server_trust_file_first_credentials()
51 svn_hash_gets(parameters, SVN_AUTH_PARAM_SSL_SERVER_CERT_INFO); in ssl_server_trust_file_first_credentials()
60 config_dir = svn_hash_gets(parameters, SVN_AUTH_PARAM_CONFIG_DIR); in ssl_server_trust_file_first_credentials()
104 apr_hash_t *parameters, in ssl_server_trust_file_save_credentials() argument
116 config_dir = svn_hash_gets(parameters, SVN_AUTH_PARAM_CONFIG_DIR); in ssl_server_trust_file_save_credentials()
118 cert_info = svn_hash_gets(parameters, SVN_AUTH_PARAM_SSL_SERVER_CERT_INFO); in ssl_server_trust_file_save_credentials()
174 apr_hash_t *parameters, in ssl_server_trust_prompt_first_cred() argument
179 apr_uint32_t *failures = svn_hash_gets(parameters, in ssl_server_trust_prompt_first_cred()
181 const char *no_auth_cache = svn_hash_gets(parameters, in ssl_server_trust_prompt_first_cred()
[all …]
H A Dmacos_keychain.c75 apr_hash_t *parameters, in keychain_password_set() argument
124 apr_hash_t *parameters, in keychain_password_get() argument
160 apr_hash_t *parameters, in keychain_simple_first_creds() argument
167 parameters, in keychain_simple_first_creds()
179 apr_hash_t *parameters, in keychain_simple_save_creds() argument
185 parameters, in keychain_simple_save_creds()
205 apr_hash_t *parameters, in keychain_ssl_client_cert_pw_first_creds() argument
211 parameters, realmstring, in keychain_ssl_client_cert_pw_first_creds()
223 apr_hash_t *parameters, in keychain_ssl_client_cert_pw_save_creds() argument
228 provider_baton, parameters, in keychain_ssl_client_cert_pw_save_creds()
H A Dauth.c111 apr_hash_t *parameters; member
128 apr_hash_t *parameters; member
145 ab->parameters = apr_hash_make(pool); in svn_auth_open()
205 return svn_hash_gets(auth_baton->parameters, name); in svn_auth_get_parameter()
212 return svn_hash_gets(auth_baton->parameters, name); in svn_auth_get_parameter()
242 apr_hash_t *parameters; in svn_auth_first_credentials() local
258 parameters = apr_hash_copy(pool, auth_baton->parameters); in svn_auth_first_credentials()
273 parameters = auth_baton->parameters; in svn_auth_first_credentials()
319 iterstate->parameters = parameters; in svn_auth_first_credentials()
406 no_auth_cache = svn_hash_gets(state->parameters, in svn_auth_save_credentials()
[all …]
H A Dssl_client_cert_providers.c48 apr_hash_t *parameters, in ssl_client_cert_file_first_credentials() argument
52 svn_config_t *cfg = svn_hash_gets(parameters, in ssl_client_cert_file_first_credentials()
54 const char *server_group = svn_hash_gets(parameters, in ssl_client_cert_file_first_credentials()
133 apr_hash_t *parameters, in ssl_client_cert_prompt_first_cred() argument
140 const char *no_auth_cache = svn_hash_gets(parameters, in ssl_client_cert_prompt_first_cred()
160 apr_hash_t *parameters, in ssl_client_cert_prompt_next_cred() argument
165 const char *no_auth_cache = svn_hash_gets(parameters, in ssl_client_cert_prompt_next_cred()
/freebsd-13.1/contrib/subversion/subversion/libsvn_auth_gnome_keyring/
H A Dgnome_keyring.c115 apr_hash_t *parameters, in password_get_gnome_keyring() argument
155 apr_hash_t *parameters, in password_set_gnome_keyring() argument
262 apr_hash_t *parameters, in ensure_gnome_keyring_is_unlocked() argument
270 svn_hash_gets(parameters, in ensure_gnome_keyring_is_unlocked()
273 svn_hash_gets(parameters, in ensure_gnome_keyring_is_unlocked()
312 apr_hash_t *parameters, in password_get_gnome_keyring() argument
323 if (! svn_hash_gets(parameters, "gnome-keyring-opening-failed")) in password_get_gnome_keyring()
367 apr_hash_t *parameters, in password_set_gnome_keyring() argument
378 if (! svn_hash_gets(parameters, "gnome-keyring-opening-failed")) in password_set_gnome_keyring()
439 apr_hash_t *parameters, in simple_gnome_keyring_first_creds() argument
[all …]
/freebsd-13.1/contrib/subversion/subversion/include/private/
H A Dsvn_auth_private.h83 apr_hash_t *parameters,
99 apr_hash_t *parameters,
117 apr_hash_t *parameters,
137 apr_hash_t *parameters,
152 apr_hash_t *parameters,
164 apr_hash_t *parameters,
183 apr_hash_t *parameters,
203 apr_hash_t *parameters,
218 apr_hash_t *parameters,
230 apr_hash_t *parameters,
/freebsd-13.1/crypto/openssl/doc/man1/
H A Decparam.pod75 This option converts the EC parameters into C code. The parameters can then
80 Validate the elliptic curve parameters.
85 to get a list of all currently implemented EC parameters.
90 currently implemented EC parameters names and exit.
104 This specifies how the elliptic curve parameters are encoded.
145 PEM format EC parameters use the header and footer lines:
155 To create EC parameters with the group 'prime192v1':
159 To create EC parameters with explicit parameters:
163 To validate given EC parameters:
167 To create EC parameters and a private key:
[all …]
H A Ddhparam.pod59 This specifies the output filename parameters to. Standard output is used
72 parameters, a fresh DH key should be created for each use to
77 Performs numerous checks to see if the supplied parameters are valid and
83 input file is ignored and parameters are generated instead. If not
84 present but B<numbits> is present, parameters are generated with the
104 the input file is ignored and parameters are generated instead. If
106 present, parameters are generated with a default length of 2048 bits.
114 This option prints out the DH parameters in human readable form.
118 This option converts the parameters into C code. The parameters can then
139 PEM format DH parameters use the header and footer lines:
[all …]
H A Dpkeyparam.pod21 The B<pkeyparam> command processes public key algorithm parameters.
34 This specifies the input filename to read parameters from or standard input if
39 This specifies the output filename to write parameters to or standard output if
44 Prints out the parameters in plain text in addition to the encoded version.
48 Do not output the encoded version of the parameters.
59 This option checks the correctness of parameters.
65 Print out text version of parameters:
H A Dgenpkey.pod104 parameters along with the PEM or DER structure.
232 instead of generating new parameters. The value B<num> can take the
254 Generate an RSA private key using default parameters:
267 Generate 2048 bit DSA parameters:
272 Generate DSA key from parameters:
276 Generate 2048 bit DH parameters:
281 Generate 2048 bit X9.42 DH parameters:
287 Output RFC5114 2048 bit DH parameters with 224 bit subgroup:
291 Generate DH key from parameters:
295 Generate EC parameters:
[all …]
/freebsd-13.1/crypto/openssl/doc/man3/
H A DSSL_CTX_set_tmp_dh_callback.pod24 used when a DH parameters are required to B<tmp_dh_callback>.
27 SSL_CTX_set_tmp_dh() sets DH parameters to be used to be B<dh>.
32 SSL_set_tmp_dh() sets the parameters only for B<ssl>.
57 should not generate the parameters on the fly but supply the parameters.
70 parameters during installation should still be preferred to stop an
72 contains old parameters that must not be used by applications.
74 An application may either directly specify the DH parameters or
75 can supply the DH parameters via a callback function.
82 supply at least 2048-bit parameters in the callback.
94 Setup DH parameters with a key length of 2048 bits. (Error handling
[all …]
H A DEVP_PKEY_cmp.pod21 parameters of B<pkey> are missing and 0 if they are present or the algorithm
22 doesn't use parameters.
24 The function EVP_PKEY_copy_parameters() copies the parameters from key
25 B<from> to key B<to>. An error is returned if the parameters are missing in
26 B<from> or present in both B<from> and B<to> and mismatch. If the parameters
29 The function EVP_PKEY_cmp_parameters() compares the parameters of keys
32 The function EVP_PKEY_cmp() compares the public key components and parameters
39 parameters are sometimes omitted from a public key if they are inherited from
49 parameters of B<pkey> are missing and 0 if they are present or the algorithm
50 doesn't use parameters.
H A DDH_new_by_nid.pod5 DH_new_by_nid, DH_get_nid - get or find DH named parameters
15 DH_new_by_nid() creates and returns a DH structure containing named parameters
19 DH_get_nid() determines if the parameters contained in B<dh> match
20 any named set. It returns the NID corresponding to the matching parameters or
25 DH_new_by_nid() returns a set of DH parameters or B<NULL> if an error occurred.
27 DH_get_nid() returns the NID of the matching set of parameters or
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnyCall.h143 ArrayRef<ParmVarDecl *> parameters() const { in parameters() function
148 return FD->parameters(); in parameters()
150 return MD->parameters(); in parameters()
152 return BD->parameters(); in parameters()
159 param_const_iterator param_begin() const { return parameters().begin(); } in param_begin()
160 param_const_iterator param_end() const { return parameters().end(); } in param_end()
161 size_t param_size() const { return parameters().size(); } in param_size()
162 bool param_empty() const { return parameters().empty(); } in param_empty()
/freebsd-13.1/contrib/googletest/googlemock/scripts/generator/cpp/
H A Dgmock_class.py86 num_parameters = len(node.parameters)
87 if len(node.parameters) == 1:
88 first_param = node.parameters[0]
98 if node.parameters:
106 if len([param for param in node.parameters if param.default]) > 0:
107 args = ', '.join(param.type.name for param in node.parameters)
111 start = node.parameters[0].start
112 end = node.parameters[-1].end
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h301 return parameters; in GetCallSiteParameters()
312 bool is_tail_call, CallSiteParameterArray &&parameters) in CallEdge() argument
315 parameters(std::move(parameters)) {} in CallEdge()
334 CallSiteParameterArray parameters; variable
346 CallSiteParameterArray &&parameters) in DirectCallEdge() argument
348 std::move(parameters)) { in DirectCallEdge()
379 CallSiteParameterArray &&parameters) in IndirectCallEdge() argument
381 std::move(parameters)), in IndirectCallEdge()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_arm.S16 @ 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

12345678910>>...32