Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dgenerate_psa_wrappers.py115 param: BufferParameter,
123 param.buffer_name, param.size_name
136 for param in buffer_parameters:
137 self._write_poison_buffer_parameter(out, param, poison)
158 param
159 for param in self._detect_buffer_parameters(function.arguments,
162 function.arguments[param.index].name))
Dgenerate_psa_tests.py65 param: Optional[int] = None,
78 import_dependencies = [('!' if param is None else '') +
81 import_dependencies += [('!' if param == i else '') +
98 if not generate_dependencies and param is not None:
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dhost_test.function7 * \param str String parameter.
30 * \param str Input string.
31 * \param p_value Pointer to output value.
77 * \param f FILE pointer
78 * \param buf Pointer to memory to hold read line.
79 * \param len Length of the buf.
127 * \param buf Input string
128 * \param len Input string length
129 * \param params Out params found
130 * \param params_len Out params array len
[all …]
Dmain_test.function67 * \param exp_id Expression identifier.
68 * \param out_value Pointer to int to hold the integer.
99 * \param dep_id Dependency identifier.
127 * \param param_array The array of parameters. Each element is a `void *`
150 * \param func_idx Test function index.
151 * \param params The array of parameters to pass to the test function.
190 * \param func_idx Test function index.
225 * \param argc Command line arguments count.
226 * \param argv Array of command line arguments.
Dtest_suite_dhm.function5 mbedtls_dhm_parameter param,
12 TEST_ASSERT(mbedtls_dhm_get_value(ctx, param, &actual) == 0);
39 /* The DHM param output from Mbed TLS has leading zeros stripped, as
Dtest_suite_net.function27 * \param ctx An initialized, but unopened socket context.
29 * \param wanted_fd The desired file descriptor.
Dtest_suite_bignum_core.function10 * \param[in] A Little-endian presentation of the left operand.
11 * \param[in] B Little-endian presentation of the right operand.
12 * \param limbs Number of limbs in each MPI (\p A, \p B, \p S and \p X).
13 * \param[in] S Little-endian presentation of the expected sum.
14 * \param carry Expected carry from the addition.
15 * \param[in,out] X Temporary storage to be used for results.
86 * \param[in] A Little-endian presentation of the left operand.
87 * \param[in] B Little-endian presentation of the right operand.
88 * \param limbs Number of limbs in each MPI (\p A, \p B, \p S and \p X).
89 * \param[in] S Little-endian presentation of the expected sum.
[all …]
Dtest_suite_psa_crypto_entropy.function19 * \param expected_size Expected size in bytes.
Dtest_suite_psa_crypto.function71 * \param buffer Pointer to the beginning of the buffer.
72 * \param c Expected value of every byte.
73 * \param size Size of the buffer in bytes.
331 * \param key_type_arg Type of key passed in
332 * \param key_data The encryption / decryption key data
333 * \param alg_arg The type of algorithm used
334 * \param nonce Nonce data
335 * \param additional_data Additional data
336 * \param ad_part_len_arg If not -1, the length of chunks to
339 * \param input_data Data to encrypt / decrypt
[all …]
Dtest_suite_psa_crypto_driver_wrappers.function421 * \param modulus Key modulus. Must not have leading zeros.
422 * \param private_exponent Key private exponent.
423 * \param alg An RSA algorithm.
424 * \param input_data The input plaintext.
425 * \param buf The ciphertext produced by the driver.
426 * \param length Length of \p buf in bytes.
Dtest_suite_pk.function254 * \param pk The PK object to fill. It must have been initialized
256 * \param curve_or_keybits - For RSA keys, the key size in bits.
Dtest_suite_shax.data2414 SHA-3 invalid param
Dtest_suite_x509parse.data1403 X509 CRT ASN1 (TBS, inv AlgID, param inv length encoding)
1407 X509 CRT ASN1 (TBS, inv AlgID, param length out of bounds)
1411 X509 CRT ASN1 (TBS, inv AlgID, param length mismatch)
/openthread-latest/third_party/mbedtls/repo/scripts/
Dgenerate_ssl_debug_helpers.py86 param = match.groupdict()['param']
90 stack.append((directive, param, start, end))
108 param = "!( {} )".format(pair_param)
111 param = pair_param
114 param = pair_param
116 stack.append((directive, param, start, end))
/openthread-latest/third_party/mbedtls/repo/programs/test/
Dudp_proxy_wrapper.sh64 for param; do
65 case "$param" in
/openthread-latest/third_party/mbedtls/repo/library/
Ddhm.c79 static int dhm_check_range(const mbedtls_mpi *param, const mbedtls_mpi *P) in dhm_check_range() argument
88 if (mbedtls_mpi_cmp_int(param, 2) < 0 || in dhm_check_range()
89 mbedtls_mpi_cmp_mpi(param, &U) > 0) { in dhm_check_range()
114 mbedtls_dhm_parameter param, in mbedtls_dhm_get_value() argument
118 switch (param) { in mbedtls_dhm_get_value()
/openthread-latest/tests/scripts/thread-cert/
Dthread_cert.py539 for param in self.TOPOLOGY.values():
540 if param and (param.get('is_otbr') or param.get('is_host')):
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Ddhm.h320 mbedtls_dhm_parameter param,
/openthread-latest/tools/harness-automation/autothreadharness/
Dpdu_controller.py221 def _outlet_oid_get(self, param, socket): argument
240 return parameters[param.lower()] + str(socket)
Dharness_case.py1044 lambda params, param: params.update(((param[0].strip(' '), param[1]),)) or params,
/openthread-latest/third_party/mbedtls/repo/scripts/data_files/driver_templates/
Dpsa_crypto_driver_wrappers_no_static.c.jinja75 * \param[in] attributes The key attributes.
76 * \param[out] key_buffer_size Minimum buffer size to contain the key material
Dpsa_crypto_driver_wrappers.h.jinja694 * \param[in] attributes The key attributes
695 * \param[in] data The input key data.
696 * \param[in] data_length The input data length.
697 * \param[out] key_buffer_size Minimum buffer size to contain the key material.
/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dcrypto_knowledge.py95 [param.strip() for param in params])
/openthread-latest/
DCONTRIBUTING.md185 - @param
/openthread-latest/third_party/mbedtls/repo/
DChangeLog1051 mbedtls_ssl_set_hs_own_cert() with NULL value for own_cert param.