Home
last modified time | relevance | path

Searched refs:exportKey (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
DKeymaster4.h95 Return<void> exportKey(KeyFormat exportFormat, const hidl_vec<uint8_t>& keyBlob, in exportKey() function
98 return dev_->exportKey(exportFormat, keyBlob, clientId, appData, _hidl_cb); in exportKey()
DKeymaster3.h93 Return<void> exportKey(KeyFormat exportFormat, const hidl_vec<uint8_t>& keyBlob,
/hardware/interfaces/keymaster/3.0/
DIKeymasterDevice.hal160 exportKey(KeyFormat keyFormat, vec<uint8_t> keyBlob, vec<uint8_t> clientId,
183 * either case, attempts to use an old key with getKeyCharacteristics(), exportKey(),
/hardware/interfaces/keymaster/4.0/
Dtypes.hal491 * that is necessary during all uses of the key. In particular, calls to exportKey() and
512 * that is necessary during all uses of the key. In particular, calls to exportKey() and
560 * currently-running OS version must cause begin(), getKeyCharacteristics() or exportKey() to
584 * getKeyCharacteristics() or exportKey() to return ErrorCode::KEY_REQUIRES_UPGRADE. See
777 * getKeyCharacteristics() or exportKey() to return ErrorCode::KEY_REQUIRES_UPGRADE. See
799 * cause begin(), getKeyCharacteristics() or exportKey() to return
DIKeymasterDevice.hal644 exportKey(KeyFormat keyFormat, vec<uint8_t> keyBlob, vec<uint8_t> clientId,
810 * use an old key blob with getKeyCharacteristics(), exportKey(), attestKey() or begin() must
/hardware/interfaces/keymaster/4.0/vts/functional/
DKeymasterHidlTest.cpp166 ->exportKey(format, key_blob, client_id, app_data, in ExportKey()
/hardware/interfaces/keymaster/3.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp533 ->exportKey(format, key_blob, client_id, app_data, in ExportKey()