/openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
D | generate_psa_wrappers.py | 115 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))
|
D | generate_psa_tests.py | 65 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/ |
D | host_test.function | 7 * \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 …]
|
D | main_test.function | 67 * \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.
|
D | test_suite_dhm.function | 5 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
|
D | test_suite_net.function | 27 * \param ctx An initialized, but unopened socket context. 29 * \param wanted_fd The desired file descriptor.
|
D | test_suite_bignum_core.function | 10 * \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 …]
|
D | test_suite_psa_crypto_entropy.function | 19 * \param expected_size Expected size in bytes.
|
D | test_suite_psa_crypto.function | 71 * \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 …]
|
D | test_suite_psa_crypto_driver_wrappers.function | 421 * \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.
|
D | test_suite_pk.function | 254 * \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.
|
D | test_suite_shax.data | 2414 SHA-3 invalid param
|
D | test_suite_x509parse.data | 1403 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/ |
D | generate_ssl_debug_helpers.py | 86 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/ |
D | udp_proxy_wrapper.sh | 64 for param; do 65 case "$param" in
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | dhm.c | 79 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/ |
D | thread_cert.py | 539 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/ |
D | dhm.h | 320 mbedtls_dhm_parameter param,
|
/openthread-latest/tools/harness-automation/autothreadharness/ |
D | pdu_controller.py | 221 def _outlet_oid_get(self, param, socket): argument 240 return parameters[param.lower()] + str(socket)
|
D | harness_case.py | 1044 lambda params, param: params.update(((param[0].strip(' '), param[1]),)) or params,
|
/openthread-latest/third_party/mbedtls/repo/scripts/data_files/driver_templates/ |
D | psa_crypto_driver_wrappers_no_static.c.jinja | 75 * \param[in] attributes The key attributes. 76 * \param[out] key_buffer_size Minimum buffer size to contain the key material
|
D | psa_crypto_driver_wrappers.h.jinja | 694 * \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/ |
D | crypto_knowledge.py | 95 [param.strip() for param in params])
|
/openthread-latest/ |
D | CONTRIBUTING.md | 185 - @param
|
/openthread-latest/third_party/mbedtls/repo/ |
D | ChangeLog | 1051 mbedtls_ssl_set_hs_own_cert() with NULL value for own_cert param.
|