Searched refs:UID (Results 1 – 11 of 11) sorted by relevance
| /Zephyr-4.2.1/samples/tfm_integration/tfm_psa_test/ |
| D | README.rst | 67 TEST: 401 | DESCRIPTION: UID not found check 71 [Check 1] Call get API for UID 6 which is not set 72 [Check 2] Call get_info API for UID 6 which is not set 73 [Check 3] Call remove API for UID 6 which is not set 74 [Check 4] Call get API for UID 6 which is removed 75 [Check 5] Call get_info API for UID 6 which is removed 76 [Check 6] Call remove API for UID 6 which is removed 77 Set storage for UID 6 78 [Check 7] Call get API for different UID 5 79 [Check 8] Call get_info API for different UID 5 [all …]
|
| /Zephyr-4.2.1/tests/subsys/secure_storage/psa/its/src/ |
| D | main.c | 41 #define UID (psa_storage_uid_t)1 macro 62 ret = psa_its_set(UID, i, written_data, PSA_STORAGE_FLAG_NONE); in ZTEST() 65 ret = psa_its_get_info(UID, &info); in ZTEST() 71 ret = psa_its_get(UID, 0, sizeof(read_data), read_data, &data_length); in ZTEST() 76 ret = psa_its_remove(UID); in ZTEST() 78 ret = psa_its_get_info(UID, &info); in ZTEST() 91 ret = psa_its_set(UID, sizeof(written_data), written_data, PSA_STORAGE_FLAG_NONE); in ZTEST() 96 ret = psa_its_get(UID, i, sizeof(read_data) - i, read_data, &data_length); in ZTEST() 111 ret = psa_its_set(UID + i, sizeof(i), &i, PSA_STORAGE_FLAG_NONE); in ZTEST() 123 ret = psa_its_get(UID + i, 0, sizeof(data), &data, &data_length); in ZTEST() [all …]
|
| /Zephyr-4.2.1/doc/safety/ |
| D | safety_requirements.rst | 53 Requirement UID (Unique identifier) Handling 57 responsible for handling the Unique Identifier (UID) associated with each requirement. To manage 60 #. Don't add a requirement UID and UID field for new requirements
|
| /Zephyr-4.2.1/subsys/secure_storage/ |
| D | Kconfig.its_transform | 73 In addition to the device ID, it adds the UID of the ITS entry 79 bool "Hash of the ITS entry UID (not secure)" 82 This key provider generates keys by hashing the UID of the ITS entry for which it is
|
| D | Kconfig | 32 UID ranges are defined for the different users of the API which guarantees that all the 36 64-bit UID range.
|
| /Zephyr-4.2.1/subsys/fs/fuse_client/ |
| D | Kconfig | 14 that value. The result is as if user with given UID accessed the file/resource.
|
| /Zephyr-4.2.1/samples/tfm_integration/psa_protected_storage/ |
| D | README.rst | 68 Got expected error (PSA_ERROR_NOT_PERMITTED) when writing to protected UID
|
| /Zephyr-4.2.1/subsys/mgmt/updatehub/ |
| D | Kconfig | 39 string "Product Unique Identifier (UID)"
|
| /Zephyr-4.2.1/doc/services/storage/secure_storage/ |
| D | index.rst | 49 * The UID type is only 30 bits by default. (Against `2.5 UIDs <https://arm-software.github.io/psa-a…
|
| /Zephyr-4.2.1/boards/st/nucleo_wl55jc/doc/ |
| D | nucleo_wl55jc.rst | 85 - Unique device identifier (64-bit UID compliant with IEEE 802-2001 standard)
|
| /Zephyr-4.2.1/samples/tfm_integration/psa_crypto/ |
| D | README.rst | 263 [00:00:00.014,000] <inf> app: app_cfg: Creating new config file with UID 0x1055CFDA7A
|