/hardware/interfaces/keymaster/3.0/vts/functional/ |
D | keymaster_hidl_hal_test.cpp | 1087 EXPECT_TRUE(auths.Contains(TAG_ORIGIN, KeyOrigin::UNKNOWN)); in CheckBaseParams() 1089 EXPECT_TRUE(auths.Contains(TAG_ORIGIN, KeyOrigin::GENERATED)); in CheckBaseParams() 1092 EXPECT_TRUE(auths.Contains(TAG_PURPOSE, KeyPurpose::SIGN)); in CheckBaseParams() 1093 EXPECT_TRUE(auths.Contains(TAG_PURPOSE, KeyPurpose::VERIFY)); in CheckBaseParams() 1094 EXPECT_TRUE(auths.Contains(TAG_USER_ID, 7)) in CheckBaseParams() 1098 EXPECT_FALSE(auths.Contains(TAG_ROOT_OF_TRUST)); in CheckBaseParams() 1099 EXPECT_FALSE(auths.Contains(TAG_APPLICATION_ID)); in CheckBaseParams() 1100 EXPECT_FALSE(auths.Contains(TAG_APPLICATION_DATA)); in CheckBaseParams() 1103 EXPECT_FALSE(auths.Contains(TAG_PURPOSE, KeyPurpose::ENCRYPT)); in CheckBaseParams() 1104 EXPECT_FALSE(auths.Contains(TAG_PURPOSE, KeyPurpose::DECRYPT)); in CheckBaseParams() [all …]
|
D | authorization_set.h | 162 bool Contains(Tag tag) const { return find(tag) != -1; } in Contains() function 164 template <typename T> bool Contains(T tag) const { return find(tag) != -1; } in Contains() function 167 bool Contains(TypedTag<tag_type, tag> ttag, const ValueT& value) const { in Contains() function
|
/hardware/interfaces/keymaster/4.0/vts/functional/ |
D | keymaster_hidl_hal_test.cpp | 400 EXPECT_TRUE(expected_hw_enforced.Contains(TAG_NO_AUTH_REQUIRED)); in verify_attestation_record() 404 EXPECT_FALSE(expected_hw_enforced.Contains(TAG_TRUSTED_USER_PRESENCE_REQUIRED)); in verify_attestation_record() 405 EXPECT_FALSE(att_hw_enforced.Contains(TAG_TRUSTED_USER_PRESENCE_REQUIRED)); in verify_attestation_record() 409 if (att_hw_enforced.Contains(TAG_ALGORITHM, Algorithm::EC)) { in verify_attestation_record() 411 EXPECT_TRUE(att_hw_enforced.Contains(TAG_EC_CURVE) || in verify_attestation_record() 412 att_hw_enforced.Contains(TAG_KEY_SIZE)); in verify_attestation_record() 485 EXPECT_TRUE(auths.Contains(TAG_ORIGIN, KeyOrigin::GENERATED)); in CheckBaseParams() 486 EXPECT_TRUE(auths.Contains(TAG_PURPOSE, KeyPurpose::SIGN)); in CheckBaseParams() 487 EXPECT_TRUE(auths.Contains(TAG_PURPOSE, KeyPurpose::VERIFY)); in CheckBaseParams() 490 EXPECT_FALSE(auths.Contains(TAG_ROOT_OF_TRUST)); in CheckBaseParams() [all …]
|
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/ |
D | authorization_set.h | 166 bool Contains(Tag tag) const { return find(tag) != -1; } in Contains() function 169 bool Contains(TypedTag<tag_type, tag> ttag, const ValueT& value) const { in Contains() function
|
/hardware/interfaces/gnss/1.0/ |
D | types.hal | 66 /** Contains GnssLocationFlags bits. */
|
D | IGnssCallback.hal | 133 * Contains additional data about the given SV.
|
D | IGnssMeasurementCallback.hal | 633 * @param data Contains a reading of GNSS measurements.
|
/hardware/interfaces/gnss/1.1/ |
D | IGnssMeasurementCallback.hal | 77 * @param data Contains a reading of GNSS measurements.
|
/hardware/interfaces/power/stats/1.0/ |
D | types.hal | 102 /** Contains residency data for a single state */
|
/hardware/interfaces/gnss/measurement_corrections/1.0/ |
D | types.hal | 28 /** Contains GnssSingleSatCorrectionFlags bits. */
|
/hardware/interfaces/tv/cec/1.0/ |
D | IHdmiCec.hal | 136 * Passes the updated language information of Android system. Contains
|
/hardware/interfaces/broadcastradio/1.0/ |
D | types.hal | 210 * Contains information on currently tuned channel.
|
/hardware/interfaces/camera/device/3.4/ |
D | types.hal | 174 * Contains the physical device camera id. Any settings passed by client here 313 * Contains the physical device camera id. As long as the corresponding
|
/hardware/interfaces/tv/cec/2.0/ |
D | IHdmiCec.hal | 178 * Passes the updated language information of Android system. Contains
|
/hardware/interfaces/broadcastradio/1.1/ |
D | types.hal | 289 * Contains information on currently tuned channel.
|
/hardware/interfaces/broadcastradio/2.0/ |
D | types.hal | 704 * Contains one of the entries explained in MetadataKey. 767 * Contains primaryId (ProgramSelector member) of a program to remove.
|
/hardware/interfaces/gnss/2.0/ |
D | IGnssMeasurementCallback.hal | 478 * @param data Contains a reading of GNSS measurements.
|
/hardware/interfaces/neuralnetworks/1.1/ |
D | types.hal | 232 * * 0: A tensor of the same {@link OperandType} as input0. Contains the
|
/hardware/interfaces/radio/1.0/ |
D | IRadioResponse.hal | 359 * @param failCauseInfo Contains LastCallFailCause and vendor cause code. 2192 * @param selectResponse Contains the select response for the open channel command with one
|
D | types.hal | 1745 // Contains messageRef from SendSmsResult struct
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 2836 * Contains per-area configuration. 2840 /** Contains additional configuration parameters */ 2884 * Contains value for a single property. Depending on property data type of
|
/hardware/interfaces/radio/1.4/ |
D | types.hal | 1537 /** Contains the configuration of the LTE cell tower. */
|
/hardware/interfaces/keymaster/4.0/ |
D | IKeymasterDevice.hal | 523 * version INTEGER, # Contains value 0
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | types.hal | 2104 * * 0: A tensor of the same {@link OperandType} as input0. Contains the
|