Searched refs:exportKey (Results 1 – 7 of 7) sorted by relevance
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/ |
D | Keymaster4.h | 95 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()
|
D | Keymaster3.h | 93 Return<void> exportKey(KeyFormat exportFormat, const hidl_vec<uint8_t>& keyBlob,
|
/hardware/interfaces/keymaster/3.0/ |
D | IKeymasterDevice.hal | 160 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/ |
D | types.hal | 491 * 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
|
D | IKeymasterDevice.hal | 644 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/ |
D | KeymasterHidlTest.cpp | 166 ->exportKey(format, key_blob, client_id, app_data, in ExportKey()
|
/hardware/interfaces/keymaster/3.0/vts/functional/ |
D | keymaster_hidl_hal_test.cpp | 533 ->exportKey(format, key_blob, client_id, app_data, in ExportKey()
|