Home
last modified time | relevance | path

Searched refs:characteristics (Results 1 – 25 of 30) sorted by relevance

12

/hardware/interfaces/keymaster/4.1/vts/functional/
DEarlyBootKeyTest.cpp52 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()
DKeymaster4_1HidlTest.h40 KeyCharacteristics characteristics; member
46 super::GenerateKey(keyDescription, &keyData.blob, &keyData.characteristics)); in GenerateKeyData()
/hardware/libhardware/include/hardware/
Dkeymaster2.h115 keymaster_key_characteristics_t* characteristics);
143 keymaster_key_characteristics_t* characteristics);
191 keymaster_key_characteristics_t* characteristics);
Dkeymaster1.h285 keymaster_key_characteristics_t** characteristics);
313 keymaster_key_characteristics_t** characteristics);
362 keymaster_key_characteristics_t** characteristics);
Dkeymaster_defs.h637 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/
Dconfigure.ac49 # Checks for typedefs, structures, and compiler characteristics.
/hardware/qcom/sdm845/data/ipacfg-mgr/
Dconfigure.ac50 # Checks for typedefs, structures, and compiler characteristics.
/hardware/qcom/sm8150/data/ipacfg-mgr/
Dconfigure.ac50 # Checks for typedefs, structures, and compiler characteristics.
/hardware/interfaces/camera/device/3.5/
DICameraDevice.hal43 * 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/
Dtypes.hal67 * 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/
Dtypes.hal240 // Transfer characteristics
243 LINEAR, // Linear transfer characteristics
/hardware/interfaces/keymaster/4.1/support/
DKeymaster3.cpp152 const V3_0::KeyCharacteristics& characteristics) { in generateKey() argument
153 _hidl_cb(convert(error), keyBlob, convert(characteristics)); in generateKey()
/hardware/qcom/msm8998/json-c/
Dconfigure.ac36 # Checks for typedefs, structures, and compiler characteristics.
/hardware/interfaces/keymaster/4.1/
Dtypes.hal63 * key once the key characteristics are enforced.
/hardware/interfaces/graphics/common/1.0/
Dtypes.hal590 * 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/
Dtypes.hal66 * <p>A list of camera characteristics keys that are only available
/hardware/interfaces/audio/6.0/
Dtypes.hal176 * Structure used by the HAL to describe microphone's characteristics
/hardware/interfaces/audio/5.0/
Dtypes.hal176 * Structure used by the HAL to describe microphone's characteristics
/hardware/interfaces/audio/4.0/
Dtypes.hal232 * Structure used by the HAL to describe microphone's characteristics
/hardware/interfaces/keymaster/4.0/
DIKeymasterDevice.hal392 * 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
Dtypes.hal349 * 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/
DREADME.md120 ways, and with somewhat different performance characteristics. The
/hardware/interfaces/neuralnetworks/1.0/
Dtypes.t125 * Used by a driver to report its performance characteristics.
/hardware/interfaces/camera/common/1.0/
Dtypes.hal183 * camera device is present and the camera characteristics entry
/hardware/interfaces/keymaster/3.0/
DIKeymasterDevice.hal115 * Returns the characteristics of the specified key, if the keyBlob is valid (implementations

12