Home
last modified time | relevance | path

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

12345678910>>...31

/freebsd-12-stable/contrib/subversion/subversion/libsvn_auth_kwallet/
Dkwallet.cpp72 get_application_name(apr_hash_t *parameters, in get_application_name() argument
76 static_cast<svn_config_t *> (apr_hash_get(parameters, in get_application_name()
98 get_wallet_name(apr_hash_t *parameters) in get_wallet_name() argument
101 static_cast<svn_config_t *> (apr_hash_get(parameters, in get_wallet_name()
147 apr_hash_t *parameters) in get_wallet() argument
150 static_cast<KWallet::Wallet *> (svn_hash_gets(parameters, in get_wallet()
152 if (! wallet && ! svn_hash_gets(parameters, "kwallet-opening-failed")) in get_wallet()
159 svn_hash_sets(parameters, "kwallet-wallet", wallet); in get_wallet()
161 apr_pool_cleanup_register(apr_hash_pool_get(parameters), in get_wallet()
162 parameters, kwallet_terminate, in get_wallet()
[all …]
/freebsd-12-stable/sys/contrib/zstd/lib/dictBuilder/
Dcover.c403 ZDICT_cover_params_t parameters) { in COVER_selectSegment() argument
405 const U32 k = parameters.k; in COVER_selectSegment()
406 const U32 d = parameters.d; in COVER_selectSegment()
483 static int COVER_checkParameters(ZDICT_cover_params_t parameters, in COVER_checkParameters() argument
486 if (parameters.d == 0 || parameters.k == 0) { in COVER_checkParameters()
490 if (parameters.k > maxDictSize) { in COVER_checkParameters()
494 if (parameters.d > parameters.k) { in COVER_checkParameters()
610 ZDICT_cover_params_t parameters) { in COVER_buildDictionary() argument
616 const U32 epochs = (U32)(dictBufferCapacity / parameters.k); in COVER_buildDictionary()
630 ctx, freqs, activeDmers, epochBegin, epochEnd, parameters); in COVER_buildDictionary()
[all …]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
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
134 apr_hash_t *parameters, in svn_auth__simple_creds_cache_get() argument
140 const char *config_dir = svn_hash_gets(parameters, SVN_AUTH_PARAM_CONFIG_DIR); in svn_auth__simple_creds_cache_get()
141 svn_config_t *cfg = svn_hash_gets(parameters, in svn_auth__simple_creds_cache_get()
143 const char *server_group = 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()
149 svn_boolean_t non_interactive = svn_hash_gets(parameters, in svn_auth__simple_creds_cache_get()
212 realmstring, username, parameters, in svn_auth__simple_creds_cache_get()
[all …]
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
108 apr_hash_t *parameters, in svn_auth__ssl_client_cert_pw_cache_get() 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()
142 DUMMY_USERNAME, parameters, non_interactive, in svn_auth__ssl_client_cert_pw_cache_get()
167 apr_hash_t *parameters, in svn_auth__ssl_client_cert_pw_cache_set() argument
178 svn_hash_gets(parameters, SVN_AUTH_PARAM_DONT_STORE_SSL_CLIENT_CERT_PP) in svn_auth__ssl_client_cert_pw_cache_set()
[all …]
Dwin32_crypto.c117 apr_hash_t *parameters, in windows_password_encrypter() argument
128 coded->data, parameters, in windows_password_encrypter()
144 apr_hash_t *parameters, in windows_password_decrypter() argument
152 parameters, non_interactive, pool)); in windows_password_decrypter()
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
252 parameters, non_interactive, in windows_ssl_client_cert_pw_encrypter()
[all …]
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
119 config_dir = svn_hash_gets(parameters, SVN_AUTH_PARAM_CONFIG_DIR); in username_save_creds()
182 apr_hash_t *parameters, in prompt_for_username_creds() argument
194 def_username = svn_hash_gets(parameters, SVN_AUTH_PARAM_DEFAULT_USERNAME); in prompt_for_username_creds()
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()
[all …]
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 …]
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()
Dauth.c111 apr_hash_t *parameters; member
128 apr_hash_t *parameters; member
145 ab->parameters = apr_hash_make(pool); in svn_auth_open()
193 svn_hash_sets(auth_baton->parameters, name, value); in svn_auth_set_parameter()
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()
269 svn_hash_sets(parameters, apr_hash_this_key(hi), value); in svn_auth_first_credentials()
273 parameters = auth_baton->parameters; in svn_auth_first_credentials()
[all …]
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()
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-stable/contrib/subversion/subversion/libsvn_auth_gnome_keyring/
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
321 SVN_ERR(ensure_gnome_keyring_is_unlocked(non_interactive, parameters, pool)); in password_get_gnome_keyring()
323 if (! svn_hash_gets(parameters, "gnome-keyring-opening-failed")) in password_get_gnome_keyring()
353 svn_hash_sets(parameters, "gnome-keyring-opening-failed", ""); in password_get_gnome_keyring()
367 apr_hash_t *parameters, in password_set_gnome_keyring() argument
[all …]
/freebsd-12-stable/contrib/subversion/subversion/include/private/
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-stable/crypto/openssl/doc/man1/
Decparam.pod56 This specifies the input filename to read parameters from or standard input if
61 This specifies the output filename parameters to. Standard output is used
67 This option inhibits the output of the encoded version of the parameters.
71 This option prints out the EC parameters in human readable form.
75 This option converts the EC parameters into C code. The parameters can then
80 Validate the elliptic curve parameters.
84 Use the EC parameters with the specified 'short' name. Use B<-list_curves>
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.
[all …]
Ddhparam.pod54 This specifies the input filename to read parameters from or standard input if
59 This specifies the output filename parameters to. Standard output is used
65 If this option is used, DSA rather than DH parameters are read or created;
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.
110 This option inhibits the output of the encoded version of the parameters.
[all …]
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:
Dgenpkey.pod76 algorithm. These are identical and do not indicate the type of parameters that
78 or X9.42 DH parameters are required. See L<DH Parameter Generation Options>
90 Generate a set of parameters instead of a private key. If used this option must
95 Some public key algorithms generate a private key based on a set of parameters.
97 algorithm used is determined by the parameters. If used this option must
104 parameters along with the PEM or DER structure.
171 The encoding to use for parameters. The "encoding" parameter must be either
218 conjunction with the B<dh_paramgen_type> option to generate X9.42 DH parameters.
226 The type of DH parameters to generate. Use 0 for PKCS#3 DH and 1 for X9.42 DH.
231 If this option is set, then the appropriate RFC5114 parameters are used
[all …]
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-stable/crypto/openssl/doc/man3/
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>.
53 (DH parameters) and generate a DH key. The server will always generate
56 As generating DH parameters is extremely time consuming, an application
57 should not generate the parameters on the fly but supply the parameters.
58 DH parameters can be reused, as the actual key is newly generated during
59 the negotiation. The risk in reusing DH parameters is that an attacker
61 generate their own DH parameters during the installation process using the
66 version of the OpenSSL distribution contain the 'SKIP' DH parameters,
[all …]
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.
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-12-stable/contrib/llvm-project/clang/include/clang/Analysis/
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-12-stable/contrib/googletest/googlemock/scripts/generator/cpp/
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-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
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-12-stable/contrib/llvm-project/compiler-rt/lib/xray/
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>>...31