Home
last modified time | relevance | path

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

12

/mbedtls-development/library/
A Dpsa_crypto_client.c44 uint8_t *copy = NULL; in psa_set_key_domain_parameters() local
48 copy = mbedtls_calloc( 1, data_length ); in psa_set_key_domain_parameters()
49 if( copy == NULL ) in psa_set_key_domain_parameters()
51 memcpy( copy, data, data_length ); in psa_set_key_domain_parameters()
63 attributes->domain_parameters = copy; in psa_set_key_domain_parameters()
/mbedtls-development/scripts/data_files/
A Dversion_features.fmt9 * You may obtain a copy of the License at
A Derror.fmt9 * You may obtain a copy of the License at
A Dquery_config.fmt9 * You may obtain a copy of the License at
/mbedtls-development/programs/test/
A Dgenerate_cpp_dummy_build.sh48 * You may obtain a copy of the License at
/mbedtls-development/
A Ddco.txt9 Everyone is permitted to copy and distribute verbatim copies of this
A 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
A DREADME.md22 To generate a local copy of the library documentation in HTML format, tailored to your compile-time…
273 A browsable copy of the PSA Cryptography API documents is available on the [PSA cryptography interf…
/mbedtls-development/tests/scripts/
A Dtest_config_script.py121 shutil.copy(input_file, data_filename)
A Dcheck_names.py582 shutil.copy(
594 my_environment = os.environ.copy()
A Dtest_zeroize.gdb8 # You may obtain a copy of the License at
A Dgenerate_psa_tests.py657 for keyword in alg_keywords.copy():
/mbedtls-development/scripts/
A Dcode_size_compare.py85 my_environment = os.environ.copy()
A Dabi_check.py163 my_environment = os.environ.copy()
/mbedtls-development/tests/suites/
A 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
A Dtest_suite_psa_crypto_slot_management.function682 /* Make a copy attempt. */
1018 * Check that we cannot copy the persistent key as all slots are occupied
1020 * persistent key cannot be reclaimed as it contains the key to copy.
A Dtest_suite_x509write.function236 /* For RSA PK contexts, create a copy as an alternative RSA context. */
A Dtest_suite_cipher.function31 * not a copy. A copy would have an unknown storage duration. */
A Dtest_suite_rsa.function429 /* And now with the copy */
501 /* And now one more time with the copy */
/mbedtls-development/ChangeLog.d/
A D00README.md87 from a Git working copy
/mbedtls-development/docs/architecture/
A 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…
A Dpsa-crypto-implementation-structure.md63 …3. Generate or copy the key material into the key slot. This entails the allocation of the buffer …
/mbedtls-development/tests/docker/bionic/
A DDockerfile13 # You may obtain a copy of the License at
/mbedtls-development/tests/data_files/
A DReadme-x509.txt19 - test-int-ca-exp.crt is a copy that is expired
/mbedtls-development/docs/proposed/
A Dpsa-driver-interface.md252 * Type `"hash_operation_t"`: the type of a hash operation context. It must be possible to copy a ha…
340 TODO: derivation, copy
653 …at this only influences the size of the key context: the driver code must copy the public key to t…
683 2. The core calls the driver's import, generate, derive or copy entry point.
707 …tion should not modify the state of the secure element. It may modify the copy of the persistent s…
751 TODO: derivation, copy

Completed in 27 milliseconds

12