Home
last modified time | relevance | path

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

123

/mbedtls-3.7.0/tests/scripts/
Dgenerate_test_cert_macros.py19 def __call__(self, parser, namespace, values, option_string): argument
22 macro_name, filename = values
26 namespace.values.append((self.dest, macro_name, filename))
56 def generate(values=[], output=None, **kwargs): argument
91 f.write(template.render(macros=values))
Dtest_psa_constant_names.py97 values = run_c(type_word, expressions,
99 return expressions, values
119 expressions, values = collect_values(inputs, type_word,
123 type_word] + values)
127 for expr, value, output in zip(expressions, values, outputs):
Dpsa_collect_statuses.py53 values = [str(value) for value in self.codes]
54 cmd = [psa_constant_names, 'status'] + values
56 for value, name in zip(values, output.rstrip().split('\n')):
Danalyze_outcomes.py92 for comp_outcomes in outcomes.values())
Dcheck_files.py95 if self.files_with_issues.values():
Daudit-validity-dates.py462 for d in sorted(filter(filter_func, audit_results.values()), key=sortby_end):
/mbedtls-3.7.0/scripts/mbedtls_dev/
Dc_wrapper_generator.py442 formats, values = '%s', ['"' + function.name + '"']
447 values += vals
453 values += vals
464 values=', '.join(values)))
Dpsa_storage.py47 values = c_build_helper.get_c_expression_values(
54 for e, v in zip(expressions, values):
Dbignum_common.py65 def combination_pairs(values: List[T]) -> List[Tuple[T, T]]:
67 return [(x, y) for x in values for y in values]
Dmacro_collector.py169 arguments = [values[0] for values in argument_lists]
/mbedtls-3.7.0/tests/suites/
Dtest_suite_bignum.misc.data187 Base test mbedtls_mpi_cmp_int (Negative values) #1
190 Base test mbedtls_mpi_cmp_int (Negative values) #2
193 Base test mbedtls_mpi_cmp_int (Negative values) #3
205 Base test mbedtls_mpi_cmp_mpi (Negative values) #1
208 Base test mbedtls_mpi_cmp_mpi (Negative values) #2
211 Base test mbedtls_mpi_cmp_mpi (Negative values) #3
214 Base test mbedtls_mpi_cmp_mpi (Mixed values) #4
217 Base test mbedtls_mpi_cmp_mpi (Mixed values) #5
220 Base test mbedtls_mpi_cmp_mpi (Mixed values) #6
316 Base test mbedtls_mpi_lt_mpi_ct (Negative values) #1
[all …]
Dtest_suite_rsa.data745 RSA parse private key - correct format+values, minimal modulus size (128 bit)
763 RSA parse private key - correct values, extra integer inside the SEQUENCE
766 RSA parse private key - correct values, extra integer outside the SEQUENCE
769 RSA parse private key - correct values, n wrong tag
772 RSA parse private key - correct values, e wrong tag
775 RSA parse private key - correct values, d wrong tag
778 RSA parse private key - correct values, p wrong tag
781 RSA parse private key - correct values, q wrong tag
784 RSA parse private key - correct values, dp wrong tag
787 RSA parse private key - correct values, dq wrong tag
[all …]
Dtest_suite_platform_util.function13 /* Write sentinel values */
Dtest_suite_ccm.function585 // use hardcoded values for msg length and tag length. They are not a part of this test
608 // use hardcoded values for msg length and tag length. They are not a part of this test
660 // use hardcoded values for msg length and tag length. They are not a part of this test
688 // use hardcoded values for msg length and tag length. They are not a part of this test
718 // use hardcoded values for msg length and tag length. They are not a part of this test
878 // use hardcoded values for add length, msg length and tag length.
Dtest_suite_dhm.function178 /* Re-do calc_secret on server a few times to test update of blinding values */
193 * Second key exchange to test change of blinding values on server
Dtest_suite_dhm.data11 ## changes, so we get to exercise the code with a few different values.
Dtest_suite_des.function242 // Iterate through all possible byte values
Dtest_suite_psa_crypto_entropy.function130 /* Import the key again, because for RSA Mbed TLS caches blinding values
/mbedtls-3.7.0/scripts/
Dconfig.py140 for setting in self.settings.values():
149 for setting in self.settings.values():
/mbedtls-3.7.0/tests/data_files/
Dtest-ca.opensslconf95 # these IPs are the ascii values for 'abcd' and 'abcd.example.com'
/mbedtls-3.7.0/3rdparty/p256-m/p256-m/
DREADME.md139 - Cleaning up secret values from the stack before returning from a function.
339 - comparison of two values for equality, comparison to 0 for equality;
414 produced as a warm-up and to help check intermediate values. Test vectors from
466 - The values of the curve's constant p and n, and their associated Montgomery
478 - The values of the curve's constants b (constant term from the equation) and
480 hard-code the other values. For multiple curves, define each curve's value and
/mbedtls-3.7.0/
DMakefile121 CTR_DRBG_128_BIT_KEY_WARN_L3=**** keys and operations that use random values generated to 128-bit …
DCMakeLists.txt91 set(CTR_DRBG_128_BIT_KEY_WARN_L3 "**** keys and operations that use random values generated to 128…
128 # If this is the root project add longer list of available CMAKE_BUILD_TYPE values
/mbedtls-3.7.0/docs/architecture/
Dpsa-crypto-implementation-structure.md45 /* Post driver interface call processing: validation of the values returned
46 * by the driver, finalization of the values to return to the caller,
119 The PSA Cryptography API specification defines both names and values for certain kinds of constants…
/mbedtls-3.7.0/scripts/data_files/driver_templates/
Dpsa_crypto_driver_wrappers_no_static.c.jinja42 /* Auto-generated values depending on which drivers are registered.

123