HomeSort by relevance Sort by last modified time
    Searched refs:KeyFormat (Results 1 - 19 of 19) sorted by null

  /system/security/keystore/
legacy_keymaster_device_wrapper.h 34 using ::android::hardware::keymaster::V3_0::KeyFormat;
58 Return<void> importKey(const hidl_vec<KeyParameter>& params, KeyFormat keyFormat,
60 Return<void> exportKey(KeyFormat exportFormat, const hidl_vec<uint8_t>& keyBlob,
key_store_service.h 109 const hidl_vec<KeyParameter>& params, KeyFormat format,
112 void exportKey(const android::String16& name, KeyFormat format,
legacy_keymaster_device_wrapper.cpp 60 inline static keymaster_key_format_t legacy_enum_conversion(const KeyFormat value) {
276 KeyFormat keyFormat,
291 legacy_enum_conversion(keyFormat), &kmKeyData,
310 Return<void> LegacyKeymasterDeviceWrapper::exportKey(KeyFormat exportFormat,
IKeystoreService.cpp 626 KeyFormat format, const hidl_vec<uint8_t>& keyData, int uid,
654 void exportKey(const String16& name, KeyFormat format, const hidl_vec<uint8_t>& clientId,
    [all...]
keystore_client_impl.cpp 222 KeyFormat key_format,
240 KeyStoreNativeReturnCode KeystoreClientImpl::exportKey(KeyFormat export_format,
keystore_cli_v2.cpp 309 int32_t result = keystore->exportKey(KeyFormat::X509, name, &data);
key_store_service.cpp 465 auto rc = importKey(name, params.hidl_data(), KeyFormat::PKCS8, data, targetUid, flags,
505 exportKey(name, KeyFormat::X509, hidl_vec<uint8_t>(), hidl_vec<uint8_t>(), UID_SELF, &result);
873 KeyFormat format, const hidl_vec<uint8_t>& keyData, int uid, int flags,
    [all...]
keystore.cpp 536 mDevice->importKey(params.hidl_data(), KeyFormat::PKCS8, input, hidlCb));
  /hardware/interfaces/keymaster/3.0/default/
KeymasterDevice.h 36 using ::android::hardware::keymaster::V3_0::KeyFormat;
63 Return<void> importKey(const hidl_vec<KeyParameter>& params, KeyFormat keyFormat,
65 Return<void> exportKey(KeyFormat exportFormat, const hidl_vec<uint8_t>& keyBlob,
KeymasterDevice.cpp 217 inline static keymaster_key_format_t legacy_enum_conversion(const KeyFormat value) {
449 Return<void> KeymasterDevice::importKey(const hidl_vec<KeyParameter>& params, KeyFormat keyFormat,
463 legacy_enum_conversion(keyFormat), &kmKeyData,
483 Return<void> KeymasterDevice::exportKey(KeyFormat exportFormat, const hidl_vec<uint8_t>& keyBlob,
  /system/security/keystore/include/keystore/
keystore_client.h 117 KeyFormat key_format, const std::string& key_data,
124 virtual KeyStoreNativeReturnCode exportKey(KeyFormat export_format, const std::string& key_name,
keystore_client_impl.h 57 KeyFormat key_format, const std::string& key_data,
60 KeyStoreNativeReturnCode exportKey(KeyFormat export_format, const std::string& key_name,
IKeystoreService.h 198 ::keystore::KeyFormat format, const ::keystore::hidl_vec<uint8_t>& key, int uid,
201 virtual void exportKey(const String16& name, ::keystore::KeyFormat format,
keymaster_tags.h 79 using ::android::hardware::keymaster::V3_0::KeyFormat;
  /hardware/interfaces/keymaster/3.0/
IKeymasterDevice.hal 97 * @param keyFormat The format of the key material to import. See KeyFormat in types.hal.
99 * @pram keyData The key material to import, in the format specifed in keyFormat.
111 importKey(vec<KeyParameter> params, KeyFormat keyFormat, vec<uint8_t> keyData)
141 * @parm keyFormat The format used for export. See KeyFormat in types.hal.
160 exportKey(KeyFormat keyFormat, vec<uint8_t> keyBlob, vec<uint8_t> clientId,
types.hal 429 enum KeyFormat : uint32_t {
  /hardware/interfaces/keymaster/3.0/vts/functional/
keymaster_hidl_hal_test.cpp 490 ErrorCode ImportKey(const AuthorizationSet& key_desc, KeyFormat format,
512 ErrorCode ImportKey(const AuthorizationSet& key_desc, KeyFormat format,
517 ErrorCode ExportKey(KeyFormat format, const HidlBuf& key_blob, const HidlBuf& client_id,
535 ErrorCode ExportKey(KeyFormat format, HidlBuf* key_material) {
780 KeyFormat::RAW, key));
795 KeyFormat::RAW, key));
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Kms.h 218 EFI_GUID KeyFormat;
220 /// Pointer to a key value for a key specified by the KeyFormat field. A NULL value for this
238 /// EFI_INVALID_PARAMETER KeyFormat is invalid.
422 but this is not required. The KeyFormat field must
433 implementation. The KeyFormat field will be updated
521 will be unchanged, while the KeyFormat and KeyValue
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]

Completed in 534 milliseconds