Home
last modified time | relevance | path

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

12345678910>>...28

/freebsd-12.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-12.1/sys/contrib/zstd/lib/dictBuilder/
H A Dcover.c486 if (parameters.d == 0 || parameters.k == 0) { in COVER_checkParameters()
494 if (parameters.d > parameters.k) { in COVER_checkParameters()
736 memset(&best->parameters, 0, sizeof(best->parameters)); in COVER_best_init()
814 best->parameters = parameters; in COVER_best_finish()
843 const ZDICT_cover_params_t parameters = data->parameters; in COVER_tryParameters() local
937 const unsigned kMinD = parameters->d == 0 ? 6 : parameters->d; in ZDICT_optimizeTrainFromBuffer_cover()
938 const unsigned kMaxD = parameters->d == 0 ? 8 : parameters->d; in ZDICT_optimizeTrainFromBuffer_cover()
939 const unsigned kMinK = parameters->k == 0 ? 50 : parameters->k; in ZDICT_optimizeTrainFromBuffer_cover()
940 const unsigned kMaxK = parameters->k == 0 ? 2000 : parameters->k; in ZDICT_optimizeTrainFromBuffer_cover()
1006 data->parameters = *parameters; in ZDICT_optimizeTrainFromBuffer_cover()
[all …]
/freebsd-12.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.c63 apr_hash_t *parameters, in svn_auth__ssl_client_cert_pw_get() argument
87 apr_hash_t *parameters, in svn_auth__ssl_client_cert_pw_set() argument
101 apr_hash_t *parameters, in svn_auth__ssl_client_cert_pw_cache_get() argument
107 svn_config_t *cfg = svn_hash_gets(parameters, in svn_auth__ssl_client_cert_pw_cache_get()
109 const char *server_group = svn_hash_gets(parameters, in svn_auth__ssl_client_cert_pw_cache_get()
111 svn_boolean_t non_interactive = svn_hash_gets(parameters, in svn_auth__ssl_client_cert_pw_cache_get()
122 const char *config_dir = svn_hash_gets(parameters, in svn_auth__ssl_client_cert_pw_cache_get()
208 svn_hash_gets(parameters, in svn_auth__ssl_client_cert_pw_cache_set()
350 parameters, in ssl_client_cert_pw_file_save_credentials()
428 const char *no_auth_cache = svn_hash_gets(parameters, in ssl_client_cert_pw_prompt_first_cred()
[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()
H A Dgpg_agent.c472 apr_hash_t *parameters, in password_get_gpg_agent() argument
489 attempt = svn_hash_gets(parameters, ATTEMPT_PARAMETER); in password_get_gpg_agent()
569 apr_hash_t *parameters, in password_set_gpg_agent() argument
593 apr_hash_t *parameters, in simple_gpg_agent_first_creds() argument
601 svn_hash_sets(parameters, ATTEMPT_PARAMETER, attempt); in simple_gpg_agent_first_creds()
603 provider_baton, parameters, in simple_gpg_agent_first_creds()
617 apr_hash_t *parameters, in simple_gpg_agent_next_creds() argument
637 if (svn_hash_gets(parameters, SVN_AUTH_PARAM_NON_INTERACTIVE)) in simple_gpg_agent_next_creds()
691 provider_baton, parameters, in simple_gpg_agent_next_creds()
706 apr_hash_t *parameters, in simple_gpg_agent_save_creds() argument
[all …]
/freebsd-12.1/contrib/subversion/subversion/libsvn_auth_gnome_keyring/
H A Dgnome_keyring.c115 apr_hash_t *parameters, in password_get_gnome_keyring() argument
152 apr_hash_t *parameters, in password_set_gnome_keyring() argument
256 apr_hash_t *parameters, in ensure_gnome_keyring_is_unlocked() argument
264 svn_hash_gets(parameters, in ensure_gnome_keyring_is_unlocked()
267 svn_hash_gets(parameters, in ensure_gnome_keyring_is_unlocked()
306 apr_hash_t *parameters, in password_get_gnome_keyring() argument
317 if (! svn_hash_gets(parameters, "gnome-keyring-opening-failed")) in password_get_gnome_keyring()
361 apr_hash_t *parameters, in password_set_gnome_keyring() argument
372 if (! svn_hash_gets(parameters, "gnome-keyring-opening-failed")) in password_set_gnome_keyring()
433 apr_hash_t *parameters, in simple_gnome_keyring_first_creds() argument
[all …]
/freebsd-12.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-12.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 …]
H A Ddsaparam.pod51 This specifies the input filename to read parameters from or standard input if
57 This specifies the output filename parameters to. Standard output is used
63 This option inhibits the output of the encoded version of the parameters.
67 This option prints out the DSA parameters in human readable form.
71 This option converts the parameters into C code. The parameters can then
77 parameters.
109 PEM format DSA parameters use the header and footer lines:
115 DSA parameters is often used to generate several distinct keys.
/freebsd-12.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
H A DBN_BLINDING_new.pod49 BN_BLINDING_update() updates the B<BN_BLINDING> parameters by squaring
51 necessary parameters are set, by re-creating the blinding parameters.
78 automatic update of the B<BN_BLINDING> parameters after each use
80 of the B<BN_BLINDING> parameters after a fixed number of uses (currently
82 BN_BLINDING_set_flags() sets the B<BN_BLINDING> parameters flags.
84 BN_BLINDING_create_param() creates new B<BN_BLINDING> parameters
110 parameters or NULL on error.
/freebsd-12.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-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_trampoline_arm.S15 @ for passing parameters to C/C++ functions.
21 @ Save floating-point parameters of the instrumented function
32 @ Call the handler with 2 parameters in r0 and r1
35 @ Restore floating-point parameters of the instrumented function
63 @ Call the handler with 2 parameters in r0 and r1
76 @ for passing parameters to C/C++ functions.
82 @ Save floating-point parameters of the instrumented function
95 @ Call the handler with 2 parameters in r0 and r1
98 @ Restore floating-point parameters of the instrumented function
/freebsd-12.1/sys/contrib/zstd/contrib/pzstd/
H A DPzstd.h41 auto parameters = options.determineParameters(); in SharedState() local
43 [this, parameters]() -> ZSTD_CStream* { in SharedState()
48 zcs, nullptr, 0, parameters, 0); in SharedState()
113 ZSTD_parameters parameters);

12345678910>>...28