Home
last modified time | relevance | path

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

/hardware/interfaces/keymaster/4.1/support/include/keymasterV4_1/
DKeymaster4.h99 Return<void> exportKey(KeyFormat exportFormat, const hidl_vec<uint8_t>& keyBlob, in exportKey() function
102 return km4_0_dev_->exportKey(exportFormat, keyBlob, clientId, appData, _hidl_cb); in exportKey()
DKeymaster3.h89 Return<void> exportKey(KeyFormat exportFormat, const hidl_vec<uint8_t>& keyBlob,
/hardware/interfaces/keymaster/4.1/support/
DKeymaster3.cpp184 Return<void> Keymaster3::exportKey(KeyFormat exportFormat, const hidl_vec<uint8_t>& keyBlob, in exportKey() function in android::hardware::keymaster::V4_1::support::Keymaster3
190 auto rc = km3_dev_->exportKey(convert(exportFormat), keyBlob, clientId, appData, cb); in exportKey()
/hardware/interfaces/keymaster/4.1/
Dtypes.hal62 … * keymaster. exportKey() can be used to re-wrap storage key with a per-boot ephemeral key wrapped
/hardware/interfaces/keymaster/3.0/
DIKeymasterDevice.hal161 exportKey(KeyFormat keyFormat, vec<uint8_t> keyBlob, vec<uint8_t> clientId,
184 * 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/3.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp515 ->exportKey(format, key_blob, client_id, app_data, in ExportKey()