| /mbedtls/tests/src/ |
| A D | psa_exercise_key.c | 969 TEST_EQUAL(exported[0], 4); in mbedtls_test_psa_exported_key_sanity_check() 978 (void) exported; in mbedtls_test_psa_exported_key_sanity_check() 990 if (exported[i] & m) { in mbedtls_test_psa_exported_key_sanity_check() 1010 uint8_t *exported = NULL; in exercise_export_key() local 1026 TEST_CALLOC(exported, exported_size); in exercise_export_key() 1042 exported, exported_length); in exercise_export_key() 1051 mbedtls_free(exported); in exercise_export_key() 1060 uint8_t *exported = NULL; in exercise_export_public_key() local 1094 TEST_CALLOC(exported, exported_size); in exercise_export_public_key() 1106 exported, exported_length); in exercise_export_public_key() [all …]
|
| /mbedtls/tests/suites/ |
| A D | test_suite_psa_crypto_slot_management.function | 805 uint8_t exported[sizeof(size_t)]; 833 exported, sizeof(exported), 835 TEST_MEMORY_COMPARE(exported, exported_length, 852 uint8_t exported[sizeof(size_t)]; 910 exported, sizeof(exported), 912 TEST_MEMORY_COMPARE(exported, exported_length, 928 uint8_t exported[sizeof(size_t)]; 985 exported, sizeof(exported), 1014 exported, sizeof(exported), 1026 PSA_ASSERT(psa_export_key(persistent_key, exported, sizeof(exported), [all …]
|
| A D | test_suite_psa_crypto_persistent_key.function | 263 unsigned char *exported = NULL; 268 TEST_CALLOC(exported, export_size); 305 PSA_ASSERT(psa_export_key(key_id, exported, export_size, 308 TEST_MEMORY_COMPARE(data->x, data->len, exported, exported_length); 321 mbedtls_free(exported);
|
| A D | test_suite_psa_crypto_se_driver_hal_mocks.function | 398 uint8_t exported[sizeof(key_material)]; 424 exported, sizeof(exported), 515 uint8_t exported[sizeof(key_material)]; 540 TEST_ASSERT(psa_export_public_key(id, exported, sizeof(exported),
|
| A D | test_suite_ecp.function | 1262 unsigned char *exported = NULL; 1266 TEST_CALLOC(exported, exported_size); 1279 key_start = exported + exported_size - length; 1280 zeros_start = exported; 1284 key_start = exported; 1285 zeros_start = exported + length; 1312 mbedtls_free(exported); 1322 unsigned char *exported = NULL; 1330 TEST_CALLOC(exported, exported_size); 1339 exported, olen); [all …]
|
| A D | test_suite_psa_crypto_se_driver_hal.function | 872 uint8_t exported[sizeof(key_material)]; 966 exported, sizeof(exported), 969 exported, exported_length);
|
| A D | test_suite_psa_crypto.function | 1266 uint8_t *exported = NULL; 1272 TEST_CALLOC(exported, exported_size); 1276 uint8_t *p = exported; 1277 uint8_t *end = exported + exported_length; 1310 mbedtls_free(exported); 1779 unsigned char *exported = NULL; 1788 TEST_CALLOC(exported, export_size); 1877 mbedtls_free(exported); 1898 unsigned char *exported = NULL; 1914 TEST_CALLOC(exported, export_size); [all …]
|
| A D | test_suite_pk.function | 2548 /* Generate an EC key which cannot be exported. */
|
| /mbedtls/scripts/ |
| A D | common.make | 7 ifeq (,$(wildcard $(MBEDTLS_PATH)/framework/exported.make)) 11 $(MBEDTLS_PATH)/framework/exported.make not found. 17 include $(MBEDTLS_PATH)/framework/exported.make
|
| /mbedtls/ |
| A D | Makefile | 6 ifeq (,$(wildcard framework/exported.make)) 10 $(MBEDTLS_PATH)/framework/exported.make not found. 16 include framework/exported.make
|
| A D | ChangeLog | 1420 * Explicitly mark the fields mbedtls_ssl_session.exported and 1586 indicating the type of secret that's being exported, 2270 * Fix the endianness of Curve25519 keys imported/exported through the PSA
|
| /mbedtls/library/ |
| A D | Makefile | 12 ifeq (,$(wildcard $(MBEDTLS_PATH)/framework/exported.make)) 16 $(MBEDTLS_PATH)/framework/exported.make not found. 22 include $(MBEDTLS_PATH)/framework/exported.make
|
| A D | ssl_tls13_client.c | 3027 ssl->session->exported = 1; in ssl_tls13_process_new_session_ticket() 3042 ssl->session->exported = 0; in ssl_tls13_process_new_session_ticket()
|
| A D | ssl_tls.c | 3370 if (ssl->session->exported == 1) { in mbedtls_ssl_get_session() 3380 ssl->session->exported = 1; in mbedtls_ssl_get_session()
|
| /mbedtls/tests/include/test/ |
| A D | psa_exercise_key.h | 201 const uint8_t *exported, size_t exported_length);
|
| /mbedtls/docs/ |
| A D | use-psa-crypto.md | 74 operations and its public part can be exported.
|
| A D | 3.0-migration-guide.md | 767 connection an exported key belongs to. 770 is being exported. For TLS 1.2, only the master secret is 771 exported, but upcoming TLS 1.3 support will add other kinds of keys.
|
| A D | psa-transition.md | 88 …ecause they are stored in a secure environment that does not allow the key material to be exported.
|
| /mbedtls/include/mbedtls/ |
| A D | ssl.h | 1241 unsigned char MBEDTLS_PRIVATE(exported);
|
| /mbedtls/docs/architecture/ |
| A D | tls13-support.md | 178 - TLS 1.3 specific exported functions, structures and types are
|
| A D | psa-shared-memory.md | 514 Key import / export | Copying | Copying | Keys may be imported and exported in DER format, which is…
|
| /mbedtls/docs/proposed/ |
| A D | psa-driver-interface.md | 1033 …ped with a master key which is located in the cryptoprocessor and never exported from it. The core… 1211 …ith the given attributes. The driver must set `*data_length` to the exact size of the exported key.
|