Searched refs:param (Results 1 – 18 of 18) sorted by relevance
/mbedtls-latest/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_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_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_pk.function | 249 * \param pk The PK object to fill. It must have been initialized 251 * \param pk_type mbedtls_pk_type_t to use in the PK context. 252 * \param curve_or_keybits - For RSA keys, the key size in bits. 314 * \param type PSA key type. 315 * \param bits PSA key bit size. 316 * \param usage PSA key usage flags. 317 * \param alg PSA key primary algorithm. 318 * \param enrollment_alg PSA key enrollment algorithm. 319 * \param persistent_key_id PSA key ID for persistent keys. Set to PSA_KEY_ID_NULL 321 * \param[out] key Identifier of the "generated" (actually imported) PSA key.
|
D | test_suite_psa_crypto_entropy.function | 19 * \param expected_size Expected size in bytes.
|
D | test_suite_psa_crypto.function | 49 * \param buffer Pointer to the beginning of the buffer. 50 * \param c Expected value of every byte. 51 * \param size Size of the buffer in bytes. 309 * \param key_type_arg Type of key passed in 310 * \param key_data The encryption / decryption key data 311 * \param alg_arg The type of algorithm used 312 * \param nonce Nonce data 313 * \param additional_data Additional data 314 * \param ad_part_len_arg If not -1, the length of chunks to 317 * \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_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)
|
/mbedtls-latest/scripts/ |
D | generate_ssl_debug_helpers.py | 88 param = match.groupdict()['param'] 92 stack.append((directive, param, start, end)) 110 param = "!( {} )".format(pair_param) 113 param = pair_param 116 param = pair_param 118 stack.append((directive, param, start, end))
|
/mbedtls-latest/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()
|
/mbedtls-latest/programs/test/ |
D | udp_proxy_wrapper.sh | 64 for param; do 65 case "$param" in
|
/mbedtls-latest/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.
|
/mbedtls-latest/include/mbedtls/ |
D | dhm.h | 320 mbedtls_dhm_parameter param,
|
/mbedtls-latest/ |
D | ChangeLog | 1246 mbedtls_ssl_set_hs_own_cert() with NULL value for own_cert param.
|