Searched refs:namespace (Results 1 – 11 of 11) sorted by relevance
| /lib/mbedtls/external/mbedtls/docs/architecture/ |
| A D | mbed-crypto-storage-specification.md | 23 * [PSA ITS](#file-namespace-on-its-for-0.1.0) 24 * [C stdio](#file-namespace-on-stdio-for-0.1.0) 47 There is a shared namespace for all callers. 70 ### File namespace on ITS for 0.1.0 79 ### File namespace on stdio for 0.1.0 131 ### File namespace on a PSA platform for 1.0.0 141 ### File namespace on ITS as a library for 1.0.0 152 ### File namespace on stdio for 1.0.0 181 ### File namespace on stdio for 1.1.0 228 ### File namespace on a PSA platform on TBD [all …]
|
| /lib/mbedtls/external/mbedtls/tests/scripts/ |
| A D | generate_test_cert_macros.py | 19 def __call__(self, parser, namespace, values, option_string): argument 20 if not hasattr(namespace, 'values'): 21 setattr(namespace, 'values', []) 26 namespace.values.append((self.dest, macro_name, filename))
|
| /lib/efi_loader/ |
| A D | efi_firmware.c | 258 struct uuid namespace; in efi_gen_capsule_guids() local 269 (unsigned char *)&namespace, UUID_STR_FORMAT_GUID); in efi_gen_capsule_guids() 286 gen_v5_guid(&namespace, in efi_gen_capsule_guids()
|
| A D | Kconfig | 295 Define the namespace or "salt" GUID used to generate the per-image 298 Device vendors are expected to generate their own namespace GUID
|
| /lib/ |
| A D | uuid.c | 446 void gen_v5_guid(const struct uuid *namespace, struct efi_guid *guid, ...) in gen_v5_guid() argument 457 sha1_update(&ctx, (unsigned char *)namespace, UUID_BIN_LEN); in gen_v5_guid()
|
| /lib/acpi/ |
| A D | acpi_table.c | 325 char *namespace; in acpi_create_dbg2() local 365 namespace = (char *)current; in acpi_create_dbg2() 368 strncpy(namespace, path, path_len); in acpi_create_dbg2()
|
| /lib/mbedtls/external/mbedtls/docs/proposed/ |
| A D | psa-driver-developer-guide.md | 42 The driver description can include Mbed TLS extensions (marked by the namespace "mbedtls"). Mbed TL…
|
| A D | psa-driver-interface.md | 1159 …istinguishes keys that have the same identifier but are part of the key namespace for different cl… 1353 …aintain a registry of vendors and assign a location namespace to each vendor. Parts of the namespa…
|
| /lib/lwip/lwip/doc/doxygen/ |
| A D | lwip.Doxyfile | 220 # of the file/class/namespace that contains it. 395 # namespace, or group documentation), provided this scope is documented. If set 406 # namespace, or class. And the struct will be named TypeS. This can typically be 475 # extracted and appear in the documentation as a namespace called 477 # the file that contains the anonymous namespace. By default anonymous namespace 530 # their full class and namespace scopes in the documentation. If set to YES, the 576 # descriptions of file, namespace and class members alphabetically by member 604 # be sorted only by class name, not including the namespace part. 1368 # The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help 1370 # (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace). [all …]
|
| A D | lwip.Doxyfile.cmake.in | 220 # of the file/class/namespace that contains it. 395 # namespace, or group documentation), provided this scope is documented. If set 406 # namespace, or class. And the struct will be named TypeS. This can typically be 475 # extracted and appear in the documentation as a namespace called 477 # the file that contains the anonymous namespace. By default anonymous namespace 530 # their full class and namespace scopes in the documentation. If set to YES, the 576 # descriptions of file, namespace and class members alphabetically by member 604 # be sorted only by class name, not including the namespace part. 1368 # The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help 1370 # (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace). [all …]
|
| /lib/mbedtls/external/mbedtls/ |
| A D | ChangeLog | 4379 * All public identifiers moved to the mbedtls_* or MBEDTLS_* namespace.
|
Completed in 47 milliseconds