/hardware/interfaces/keymaster/4.1/vts/functional/ |
D | EarlyBootKeyTest.cpp | 52 EXPECT_TRUE(contains(aesKeyData.characteristics.hardwareEnforced, TAG_EARLY_BOOT_ONLY)); in TEST_P() 53 EXPECT_TRUE(contains(hmacKeyData.characteristics.hardwareEnforced, TAG_EARLY_BOOT_ONLY)); in TEST_P() 54 EXPECT_TRUE(contains(rsaKeyData.characteristics.hardwareEnforced, TAG_EARLY_BOOT_ONLY)); in TEST_P() 55 EXPECT_TRUE(contains(ecdsaKeyData.characteristics.hardwareEnforced, TAG_EARLY_BOOT_ONLY)); in TEST_P()
|
D | Keymaster4_1HidlTest.h | 40 KeyCharacteristics characteristics; member 46 super::GenerateKey(keyDescription, &keyData.blob, &keyData.characteristics)); in GenerateKeyData()
|
/hardware/libhardware/include/hardware/ |
D | keymaster2.h | 115 keymaster_key_characteristics_t* characteristics); 143 keymaster_key_characteristics_t* characteristics); 191 keymaster_key_characteristics_t* characteristics);
|
D | keymaster1.h | 285 keymaster_key_characteristics_t** characteristics); 313 keymaster_key_characteristics_t** characteristics); 362 keymaster_key_characteristics_t** characteristics);
|
D | keymaster_defs.h | 637 inline void keymaster_free_characteristics(keymaster_key_characteristics_t* characteristics) { in keymaster_free_characteristics() argument 638 if (characteristics) { in keymaster_free_characteristics() 639 keymaster_free_param_set(&characteristics->hw_enforced); in keymaster_free_characteristics() 640 keymaster_free_param_set(&characteristics->sw_enforced); in keymaster_free_characteristics()
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ |
D | configure.ac | 49 # Checks for typedefs, structures, and compiler characteristics.
|
/hardware/qcom/sdm845/data/ipacfg-mgr/ |
D | configure.ac | 50 # Checks for typedefs, structures, and compiler characteristics.
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ |
D | configure.ac | 50 # Checks for typedefs, structures, and compiler characteristics.
|
/hardware/interfaces/camera/device/3.5/ |
D | ICameraDevice.hal | 43 * The characteristics of all cameras returned by 57 * On a successful query of the physical camera device characteristics
|
/hardware/interfaces/gnss/measurement_corrections/1.0/ |
D | types.hal | 67 * Defines the reflecting plane characteristics such as location and azimuth 120 * A struct containing the characteristics of the reflecting plane that the satellite signal has
|
/hardware/interfaces/media/omx/1.0/ |
D | types.hal | 240 // Transfer characteristics 243 LINEAR, // Linear transfer characteristics
|
/hardware/interfaces/keymaster/4.1/support/ |
D | Keymaster3.cpp | 152 const V3_0::KeyCharacteristics& characteristics) { in generateKey() argument 153 _hidl_cb(convert(error), keyBlob, convert(characteristics)); in generateKey()
|
/hardware/qcom/msm8998/json-c/ |
D | configure.ac | 36 # Checks for typedefs, structures, and compiler characteristics.
|
/hardware/interfaces/keymaster/4.1/ |
D | types.hal | 63 * key once the key characteristics are enforced.
|
/hardware/interfaces/graphics/common/1.0/ |
D | types.hal | 590 * Arbitrary dataspace with manually defined characteristics. Definition 593 * This is used when specifying primaries, transfer characteristics, 598 * characteristics, etc. 605 * The following aspects define various characteristics of the color 774 * Transfer characteristics are the opto-electronic transfer characteristic 788 * Transfer characteristics are unknown or are determined by the 1018 * Transfer characteristics are the opto-electronic transfer characteristic
|
/hardware/interfaces/camera/metadata/3.4/ |
D | types.hal | 66 * <p>A list of camera characteristics keys that are only available
|
/hardware/interfaces/audio/6.0/ |
D | types.hal | 176 * Structure used by the HAL to describe microphone's characteristics
|
/hardware/interfaces/audio/5.0/ |
D | types.hal | 176 * Structure used by the HAL to describe microphone's characteristics
|
/hardware/interfaces/audio/4.0/ |
D | types.hal | 232 * Structure used by the HAL to describe microphone's characteristics
|
/hardware/interfaces/keymaster/4.0/ |
D | IKeymasterDevice.hal | 392 * values. In addition, the characteristics returned by generateKey places parameters correctly 397 * characteristics. 481 * value to the key characteristics. If Tag::KEY_SIZE is provided, the IKeymasterDevice must 487 * add the tag and value to the key characteristics. If Tag::RSA_PUBLIC_EXPONENT is provided, 535 * o keyParams is the characteristics of the key to be imported (as with generateKey or 536 * importKey). If the secure import is successful, these characteristics must be 596 * and software-enforced. The description here applies equally to the key characteristics lists 597 * returned by generateKey, importKey and importWrappedKey. The characteristics returned by
|
D | types.hal | 349 * Tag::AUTH_TIMEOUT is present in the key's characteristics then the key is a "timeout-based" 537 * during key generation or import, and must be added to the key characteristics by the 549 * in the key characteristics. It exists only to define the tag for use in the attestation 602 * returned from Keymaster in the key characteristics. It exists only to define the tag for use
|
/hardware/interfaces/identity/support/include/cppbor/ |
D | README.md | 120 ways, and with somewhat different performance characteristics. The
|
/hardware/interfaces/neuralnetworks/1.0/ |
D | types.t | 125 * Used by a driver to report its performance characteristics.
|
/hardware/interfaces/camera/common/1.0/ |
D | types.hal | 183 * camera device is present and the camera characteristics entry
|
/hardware/interfaces/keymaster/3.0/ |
D | IKeymasterDevice.hal | 115 * Returns the characteristics of the specified key, if the keyBlob is valid (implementations
|