Searched refs:copy (Results 1 – 25 of 35) sorted by relevance
12
/mbedtls-development/library/ |
A D | psa_crypto_client.c | 44 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 D | version_features.fmt | 9 * You may obtain a copy of the License at
|
A D | error.fmt | 9 * You may obtain a copy of the License at
|
A D | query_config.fmt | 9 * You may obtain a copy of the License at
|
/mbedtls-development/programs/test/ |
A D | generate_cpp_dummy_build.sh | 48 * You may obtain a copy of the License at
|
/mbedtls-development/ |
A D | dco.txt | 9 Everyone is permitted to copy and distribute verbatim copies of this
|
A D | LICENSE | 96 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 D | README.md | 22 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 D | test_config_script.py | 121 shutil.copy(input_file, data_filename)
|
A D | check_names.py | 582 shutil.copy( 594 my_environment = os.environ.copy()
|
A D | test_zeroize.gdb | 8 # You may obtain a copy of the License at
|
A D | generate_psa_tests.py | 657 for keyword in alg_keywords.copy():
|
/mbedtls-development/scripts/ |
A D | code_size_compare.py | 85 my_environment = os.environ.copy()
|
A D | abi_check.py | 163 my_environment = os.environ.copy()
|
/mbedtls-development/tests/suites/ |
A D | test_suite_psa_crypto_slot_management.data | 234 # 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 D | test_suite_psa_crypto_slot_management.function | 682 /* 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 D | test_suite_x509write.function | 236 /* For RSA PK contexts, create a copy as an alternative RSA context. */
|
A D | test_suite_cipher.function | 31 * not a copy. A copy would have an unknown storage duration. */
|
A D | test_suite_rsa.function | 429 /* And now with the copy */ 501 /* And now one more time with the copy */
|
/mbedtls-development/ChangeLog.d/ |
A D | 00README.md | 87 from a Git working copy
|
/mbedtls-development/docs/architecture/ |
A D | alternative-implementations.md | 47 …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 D | psa-crypto-implementation-structure.md | 63 …3. Generate or copy the key material into the key slot. This entails the allocation of the buffer …
|
/mbedtls-development/tests/docker/bionic/ |
A D | Dockerfile | 13 # You may obtain a copy of the License at
|
/mbedtls-development/tests/data_files/ |
A D | Readme-x509.txt | 19 - test-int-ca-exp.crt is a copy that is expired
|
/mbedtls-development/docs/proposed/ |
A D | psa-driver-interface.md | 252 * 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