Home
last modified time | relevance | path

Searched refs:magic (Results 1 – 9 of 9) sorted by relevance

/openthread-3.4.0/third_party/mbedtls/repo/library/
Dpsa_its_file.c74 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()
Dpsa_crypto_storage.c238 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/
Dtest_suite_psa_its.data67 Overwrite ITS header magic
Dtest_suite_psa_crypto_persistent_key.data19 Parse storage: bad magic
22 Parse storage: truncated magic
Dtest_suite_psa_crypto_persistent_key.function25 uint8_t magic[PSA_KEY_STORAGE_MAGIC_HEADER_LENGTH];
Dtest_suite_psa_its.function257 /* Overwrite the 1st byte of the file, the ITS magic number */
Dtest_suite_asn1parse.function15 /* Use this magic value in some tests to indicate that the expected result
/openthread-3.4.0/third_party/mbedtls/repo/programs/psa/
Dkey_ladder_demo.c154 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/
Dmbed-crypto-storage-specification.md53 * 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"`.