Searched refs:magic (Results 1 – 9 of 9) sorted by relevance
/openthread-3.4.0/third_party/mbedtls/repo/library/ |
D | psa_its_file.c | 74 uint8_t magic[PSA_ITS_MAGIC_LENGTH]; member 108 if( memcmp( header.magic, PSA_ITS_MAGIC_STRING, in psa_its_read_file() 193 memcpy( header.magic, PSA_ITS_MAGIC_STRING, PSA_ITS_MAGIC_LENGTH ); in psa_its_set()
|
D | psa_crypto_storage.c | 238 uint8_t magic[PSA_KEY_STORAGE_MAGIC_HEADER_LENGTH]; member 256 …memcpy( storage_format->magic, PSA_KEY_STORAGE_MAGIC_HEADER, PSA_KEY_STORAGE_MAGIC_HEADER_LENGTH ); in psa_format_key_data_for_storage()
|
/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_its.data | 67 Overwrite ITS header magic
|
D | test_suite_psa_crypto_persistent_key.data | 19 Parse storage: bad magic 22 Parse storage: truncated magic
|
D | test_suite_psa_crypto_persistent_key.function | 25 uint8_t magic[PSA_KEY_STORAGE_MAGIC_HEADER_LENGTH];
|
D | test_suite_psa_its.function | 257 /* Overwrite the 1st byte of the file, the ITS magic number */
|
D | test_suite_asn1parse.function | 15 /* Use this magic value in some tests to indicate that the expected result
|
/openthread-3.4.0/third_party/mbedtls/repo/programs/psa/ |
D | key_ladder_demo.c | 154 char magic[WRAPPED_DATA_MAGIC_LENGTH]; member 410 memcpy( &header.magic, WRAPPED_DATA_MAGIC, WRAPPED_DATA_MAGIC_LENGTH ); in wrap_data() 462 if( memcmp( &header.magic, WRAPPED_DATA_MAGIC, in unwrap_data()
|
/openthread-3.4.0/third_party/mbedtls/repo/docs/architecture/ |
D | mbed-crypto-storage-specification.md | 53 * magic (8 bytes): `"PSA\0KEY\0"` 185 * magic (8 bytes): `"PSA\0KEY\0"` 244 * magic (8 bytes): `"PSA\0KEY\0"`. 303 * magic (8 bytes): `"PSA\0KEY\0"`.
|