Home
last modified time | relevance | path

Searched defs:drivers (Results 1 – 13 of 13) sorted by relevance

/third_party/mbedtls/docs/proposed/
Dpsa-driver-interface.md47 ### Deliverables for a driver
61 ### Driver description syntax
86 ### Driver description capability
148 ### Algorithm and key specifications
177 ### Driver entry points
236 ### Driver entry points for multi-part operations
306 ### Driver entry points for key derivation
590 ### Driver entry points for PAKE
594 ### PAKE driver dispatch logic
604 ### Summary of entry points for PAKE
[all …]
/third_party/mbedtls/docs/
Dpsa-driver-example-and-guide.md37 ### Process for Entry Points where auto-generation is implemented
48 ### Process for Entry Points where auto-generation is not implemented
139 ### Example: Manually integrating a software accelerator alongside Mbed TLS
/third_party/mbedtls/docs/architecture/
Dpsa-shared-memory.md386 #### Review
397 #### Tests using `mprotect()`
423 #### Instrumentation (Valgrind)
442 #### Fixed Virtual Platform testing
451 #### Discussion of careful-access validation
479 #### Validation of validation for careful-access
/third_party/mesa3d/src/gallium/targets/d3dadapter9/
Dgetproc.c33 } drivers[] = { variable
/third_party/mesa3d/src/gallium/auxiliary/target-helpers/
Dinline_sw_helper.h83 const char *drivers[] = { in sw_screen_create_vk() local
Dsw_helper.h86 const char *drivers[] = { in sw_screen_create_vk() local
/third_party/ntfs-3g/
DMakefile.am46 drivers: libs target
/third_party/ntfs-3g/src/
DMakefile.am57 drivers : $(FUSE_LIBS) ntfs-3g lowntfs-3g target
/third_party/mesa3d/src/gallium/targets/wgl/
Dwgl.c124 const char *const drivers[] = { in wgl_screen_create() local
/third_party/ffmpeg/libavdevice/
Dcaca.c64 const char *const *drivers = caca_get_display_driver_list(); in list_drivers() local
/third_party/skia/third_party/externals/angle2/src/android_system_settings/src/com/android/angle/common/
DMainFragment.java258 CharSequence[] drivers = getResources().getStringArray(R.array.driver_values); in initListPreference() local
DGlobalSettings.java290 CharSequence[] drivers = mContext.getResources().getStringArray(R.array.driver_values); in isValidDiverValue() local
/third_party/FreeBSD/sys/kern/
Dsubr_bus.c66 driver_list_t drivers; /* bus devclasses store drivers for bus */ member
2974 print_driver_list(driver_list_t drivers, int indent) in print_driver_list()