/hardware/libhardware/include_all/hardware/ |
D | keymaster1.h | 151 keymaster_purpose_t purpose, 170 keymaster_purpose_t purpose, 189 keymaster_purpose_t purpose, 451 keymaster_error_t (*begin)(const struct keymaster1_device* dev, keymaster_purpose_t purpose,
|
D | keymaster2.h | 332 keymaster_error_t (*begin)(const struct keymaster2_device* dev, keymaster_purpose_t purpose,
|
/hardware/libhardware/include/hardware/ |
D | keymaster1.h | 151 keymaster_purpose_t purpose, 170 keymaster_purpose_t purpose, 189 keymaster_purpose_t purpose, 451 keymaster_error_t (*begin)(const struct keymaster1_device* dev, keymaster_purpose_t purpose,
|
D | keymaster2.h | 332 keymaster_error_t (*begin)(const struct keymaster2_device* dev, keymaster_purpose_t purpose,
|
/hardware/interfaces/keymaster/4.1/support/ |
D | Keymaster3.cpp | 33 V3_0::KeyPurpose convert(KeyPurpose purpose) { in convert() argument 34 return static_cast<V3_0::KeyPurpose>(purpose); in convert() 37 V3_0::KeyFormat convert(KeyFormat purpose) { in convert() argument 38 return static_cast<V3_0::KeyFormat>(purpose); in convert() 235 Return<void> Keymaster3::begin(KeyPurpose purpose, const hidl_vec<uint8_t>& key, in begin() argument 244 km3_dev_->begin(convert(purpose), key, convertAndAddAuthToken(inParams, authToken), cb); in begin()
|
/hardware/interfaces/keymaster/4.0/vts/functional/ |
D | KeymasterHidlTest.h | 135 ErrorCode Begin(KeyPurpose purpose, const HidlBuf& key_blob, const AuthorizationSet& in_params, 137 ErrorCode Begin(KeyPurpose purpose, const AuthorizationSet& in_params, 139 ErrorCode Begin(KeyPurpose purpose, const AuthorizationSet& in_params); 179 void CheckTripleDesTestVector(KeyPurpose purpose, BlockMode block_mode,
|
D | KeymasterHidlTest.cpp | 247 ErrorCode KeymasterHidlTest::Begin(KeyPurpose purpose, const HidlBuf& key_blob, in Begin() argument 254 ->begin(purpose, key_blob, in_params.hidl_data(), HardwareAuthToken(), in Begin() 269 ErrorCode KeymasterHidlTest::Begin(KeyPurpose purpose, const AuthorizationSet& in_params, in Begin() argument 273 return Begin(purpose, key_blob_, in_params, out_params, &op_handle_); in Begin() 276 ErrorCode KeymasterHidlTest::Begin(KeyPurpose purpose, const AuthorizationSet& in_params) { in Begin() argument 279 ErrorCode error = Begin(purpose, in_params, &out_params); in Begin() 579 void KeymasterHidlTest::CheckTripleDesTestVector(KeyPurpose purpose, BlockMode block_mode, in CheckTripleDesTestVector() argument 593 string output = ProcessMessage(key_blob_, purpose, input, begin_params, &output_params); in CheckTripleDesTestVector()
|
/hardware/google/interfaces/bluetooth/sar/1.0/ |
D | IBluetoothSar.hal | 27 * changed for optimising performance purpose in SAR scenarios. 38 * and BLE need to changed for optimising performance purpose in SAR
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_depth_clip_control.adoc | 21 The purpose of this extension is to allow efficient layering of OpenGL over 44 The purpose of this extension is to emulate the OpenGL depth range, which is
|
D | VK_AMD_buffer_marker.adoc | 23 The primary purpose of these markers is to facilitate the development of
|
D | VK_EXT_image_sliced_view_of_3d.adoc | 24 the purpose of using the views as storage image descriptors.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | VK_AMD_shader_info.adoc | 90 general-purpose registers (VGPRs) available to the physical device. 92 general-purpose registers (SGPRs) available to the physical device. 124 * pname:numUsedVgprs is the number of vector instruction general-purpose 126 * pname:numUsedSgprs is the number of scalar instruction general-purpose
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | NOTICE | 4 purpose with or without fee is hereby granted, provided that the above
|
/hardware/interfaces/keymaster/4.1/support/include/keymasterV4_1/ |
D | Keymaster4.h | 127 Return<void> begin(KeyPurpose purpose, const hidl_vec<uint8_t>& key, in begin() argument 130 return km4_0_dev_->begin(purpose, key, inParams, authToken, _hidl_cb); in begin()
|
/hardware/interfaces/security/keymint/aidl/vts/functional/ |
D | KeyMintAidlTestBase.h | 159 ErrorCode Begin(KeyPurpose purpose, const vector<uint8_t>& key_blob, 162 ErrorCode Begin(KeyPurpose purpose, const vector<uint8_t>& key_blob, 165 ErrorCode Begin(KeyPurpose purpose, const AuthorizationSet& in_params, 167 ErrorCode Begin(KeyPurpose purpose, const AuthorizationSet& in_params); 208 void CheckTripleDesTestVector(KeyPurpose purpose, BlockMode block_mode,
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/CI/ |
D | writing | 9 (^|[^-_.&:<>\[[:alnum:]])([Ee]ntry-point|[Ee]ntrypoint|[Ff]latshading|[Gg]eneral purpose|[Ii]mpleme…
|
/hardware/interfaces/keymaster/3.0/vts/functional/ |
D | attestation_record.cpp | 61 ASN1_INTEGER_SET* purpose; member 88 ASN1_EXP_SET_OF_OPT(KM_AUTH_LIST, purpose, ASN1_INTEGER, TAG_PURPOSE.maskedTag()), 242 copyAuthTag(record->purpose, TAG_PURPOSE, auth_list); in extract_auth_list()
|
/hardware/interfaces/tests/extension/vibrator/aidl/ |
D | Android.bp | 27 // This is a testing-purpose interface. Fine to use unstable version on REL platform.
|
/hardware/google/interfaces/bluetooth/ewp/1.0/ |
D | IBluetoothEwp.hal | 27 * changed for optimising performance purpose in SAR scenarios.
|
/hardware/interfaces/secure_element/1.1/ |
D | ISecureElementHalCallback.hal | 29 * This is used only for debugging purpose to understand
|
/hardware/interfaces/keymaster/4.0/support/ |
D | key_param_output.cpp | 68 return os << param.f.purpose; in operator <<()
|
/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/ |
D | IKeyMintDevice.aidl | 793 BeginResult begin(in KeyPurpose purpose, in byte[] keyBlob, in KeyParameter[] params, in begin() argument
|
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/1/android/hardware/security/keymint/ |
D | IKeyMintDevice.aidl | 47 …eymint.BeginResult begin(in android.hardware.security.keymint.KeyPurpose purpose, in byte[] keyBlo… in begin() argument
|
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/3/android/hardware/security/keymint/ |
D | IKeyMintDevice.aidl | 47 …eymint.BeginResult begin(in android.hardware.security.keymint.KeyPurpose purpose, in byte[] keyBlo… in begin() argument
|
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/2/android/hardware/security/keymint/ |
D | IKeyMintDevice.aidl | 47 …eymint.BeginResult begin(in android.hardware.security.keymint.KeyPurpose purpose, in byte[] keyBlo… in begin() argument
|