Home
last modified time | relevance | path

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

/mbedtls/tests/scripts/
A 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))
A 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:
/mbedtls/tests/suites/
A 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
79 * \param len Length of the buf.
127 * \param buf Input string
128 * \param len Input string length
129 * \param params Out params found
271 * \param n Buffer test length.
272 * \param ref_buf Expected buffer.
[all …]
A 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.
A 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
A 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.
89 * \param[in] S Little-endian presentation of the expected sum.
90 * \param carry Expected carry from the addition.
[all …]
A Dtest_suite_net.function27 * \param ctx An initialized, but unopened socket context.
29 * \param wanted_fd The desired file descriptor.
A Dtest_suite_psa_crypto_entropy.function19 * \param expected_size Expected size in bytes.
A 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
333 * \param alg_arg The type of algorithm used
334 * \param nonce Nonce data
335 * \param additional_data Additional data
339 * \param input_data Data to encrypt / decrypt
347 * \param expected_output Expected output
599 * \param key_type_arg Type of key passed in
[all …]
A 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.
A 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.
A Dtest_suite_shax.data2414 SHA-3 invalid param
A 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)
/mbedtls/scripts/
A 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))
/mbedtls/programs/test/
A Dudp_proxy_wrapper.sh64 for param; do
65 case "$param" in
/mbedtls/library/
A 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()
/mbedtls/scripts/data_files/driver_templates/
A 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
A 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.
/mbedtls/include/mbedtls/
A Ddhm.h320 mbedtls_dhm_parameter param,
/mbedtls/scripts/mbedtls_dev/
A Dcrypto_knowledge.py95 [param.strip() for param in params])
/mbedtls/
A DChangeLog1051 mbedtls_ssl_set_hs_own_cert() with NULL value for own_cert param.

Completed in 63 milliseconds