HomeSort by relevance Sort by last modified time
    Searched defs:export_key (Results 1 - 7 of 7) sorted by null

  /hardware/libhardware/include/hardware/
keymaster2.h 213 keymaster_error_t (*export_key)(const struct keymaster2_device* dev, member in struct:keymaster2_device
keymaster1.h 377 keymaster_error_t (*export_key)(const struct keymaster1_device* dev, member in struct:keymaster1_device
  /device/generic/goldfish/keymaster/
trusty_keymaster_device.cpp 104 device_.export_key = export_key;
314 keymaster_error_t TrustyKeymasterDevice::export_key(keymaster_key_format_t export_format, function in class:keymaster::TrustyKeymasterDevice
319 ALOGD("Device received export_key");
695 keymaster_error_t TrustyKeymasterDevice::export_key(const keymaster2_device_t* dev, function in class:keymaster::TrustyKeymasterDevice
701 return convert_device(dev)->export_key(export_format, key_to_export, client_id, app_data,
  /system/core/trusty/keymaster/
trusty_keymaster_device.cpp 103 device_.export_key = export_key;
323 keymaster_error_t TrustyKeymasterDevice::export_key(keymaster_key_format_t export_format, function in class:keymaster::TrustyKeymasterDevice
328 ALOGD("Device received export_key");
691 keymaster_error_t TrustyKeymasterDevice::export_key(const keymaster2_device_t* dev, function in class:keymaster::TrustyKeymasterDevice
697 return convert_device(dev)->export_key(export_format, key_to_export, client_id, app_data,
  /external/syslinux/com32/lua/src/
syslinux.c 493 #define export_key(x) lua_pushinteger (L, KEY_##x); lua_setfield (L, -2, #x); macro
494 export_key (NONE);
495 export_key (BACKSPACE);
496 export_key (TAB);
497 export_key (ENTER);
498 export_key (ESC);
499 export_key (DEL);
500 export_key (F1);
501 export_key (F2);
502 export_key (F3)
    [all...]
  /system/keymaster/
android_keymaster_test_utils.cpp 609 keymaster_error_t error = device()->export_key(device(), format, &blob_, &client_id_,
697 device_.export_key = export_key;
840 static keymaster_error_t export_key(const struct keymaster1_device* dev, \/\/ function in class:keymaster::test::Sha256OnlyWrapper
    [all...]
soft_keymaster_device.cpp 297 km1_device_.export_key = export_key;
321 km2_device_.export_key = export_key;
1010 keymaster_error_t SoftKeymasterDevice::export_key(const keymaster1_device_t* dev, function in class:keymaster::SoftKeymasterDevice
1050 keymaster_error_t SoftKeymasterDevice::export_key(const keymaster2_device_t* dev, function in class:keymaster::SoftKeymasterDevice
    [all...]

Completed in 1728 milliseconds