Home
last modified time | relevance | path

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

12

/mbedtls-3.5.0/library/
Dpsa_crypto_client.c40 uint8_t *copy = NULL; in psa_set_key_domain_parameters() local
43 copy = mbedtls_calloc(1, data_length); in psa_set_key_domain_parameters()
44 if (copy == NULL) { in psa_set_key_domain_parameters()
47 memcpy(copy, data, data_length); in psa_set_key_domain_parameters()
58 attributes->domain_parameters = copy; in psa_set_key_domain_parameters()
/mbedtls-3.5.0/tests/suites/
Dtest_suite_bignum_mod_raw.data155 mbedtls_mpi_mod_raw_cond_assign: copy 256 bytes of limbs
158 mbedtls_mpi_mod_raw_cond_assign: copy half of the limbs
176 mbedtls_mpi_mod_raw_cond_swap: copy 256 bytes of limbs
179 mbedtls_mpi_mod_raw_cond_swap: copy half of the limbs
Dtest_suite_bignum_core.misc.data320 mbedtls_mpi_core_cond_assign: copy 256 bytes of limbs
323 mbedtls_mpi_core_cond_assign: copy half of the limbs
341 mbedtls_mpi_core_cond_swap: copy 256 bytes of limbs
344 mbedtls_mpi_core_cond_swap: copy half of the limbs
Dtest_suite_psa_crypto_slot_management.data234 # to copy the persistent key fails (the persistent key slot cannot be
235 # reclaimed as it is accessed by the copy process) without the persistent key
Dtest_suite_psa_crypto_slot_management.function667 /* Make a copy attempt. */
1002 * Check that we cannot copy the persistent key as all slots are occupied
1004 * persistent key cannot be reclaimed as it contains the key to copy.
Dtest_suite_cipher.function28 * not a copy. A copy would have an unknown storage duration. */
Dtest_suite_rsa.function492 /* And now with the copy */
560 /* And now one more time with the copy */
/mbedtls-3.5.0/tests/scripts/
Ddepends.py124 shutil.copy(options.config, options.config_backup)
132 shutil.copy(options.config_backup, options.config)
343 config_settings = base_config_settings.copy()
Dtest_config_script.py121 shutil.copy(input_file, data_filename)
Dcheck_names.py688 shutil.copy(
700 my_environment = os.environ.copy()
Dtest_zeroize.gdb8 # You may obtain a copy of the License at
/mbedtls-3.5.0/scripts/data_files/
Dversion_features.fmt9 * You may obtain a copy of the License at
Derror.fmt9 * You may obtain a copy of the License at
Dquery_config.fmt9 * You may obtain a copy of the License at
/mbedtls-3.5.0/programs/test/
Dgenerate_cpp_dummy_build.sh48 * You may obtain a copy of the License at
/mbedtls-3.5.0/
Ddco.txt9 Everyone is permitted to copy and distribute verbatim copies of this
DLICENSE96 Derivative Works a copy of this License; and
109 include a readable copy of the attribution notices contained
194 You may obtain a copy of the License at
D.uncrustify.cfg11 # You may obtain a copy of the License at
/mbedtls-3.5.0/scripts/
Dcode_size_compare.py83 my_environment = os.environ.copy()
Dabi_check.py242 my_environment = os.environ.copy()
/mbedtls-3.5.0/ChangeLog.d/
D00README.md87 from a Git working copy
/mbedtls-3.5.0/docs/architecture/
Dalternative-implementations.md47 …representation of large integers, it is sufficient to provide a read-only copy of the fields liste…
54 …ations that populate a context on the stack of an inner function and then copy the context upwards…
Dpsa-crypto-implementation-structure.md63 …3. Generate or copy the key material into the key slot. This entails the allocation of the buffer …
/mbedtls-3.5.0/tests/docker/bionic/
DDockerfile17 # You may obtain a copy of the License at
/mbedtls-3.5.0/tests/data_files/
DReadme-x509.txt19 - test-int-ca-exp.crt is a copy that is expired

12