/hardware/interfaces/keymaster/3.0/ |
D | types.hal | 27 BOOL = 7 << 28, 47 CALLER_NONCE = TagType:BOOL | 7, /** Allow caller to specify nonce or IV. */ 55 ECIES_SINGLE_HASH_MODE = TagType:BOOL | 201, /* Whether the ephemeral public key is fed into the 57 INCLUDE_UNIQUE_ID = TagType:BOOL | 202, /* If true, attestation certificates for this key 63 BOOTLOADER_ONLY = TagType:BOOL | 302, /** Usable only by bootloader. */ 82 ALL_USERS = TagType:BOOL | 500, /** Reserved for future use -- ignore. */ 87 NO_AUTH_REQUIRED = TagType:BOOL | 503, /** If key is usable without authentication. */ 98 ALLOW_WHILE_ON_BODY = TagType:BOOL | 506, /* Allow key to be used after authentication timeout 103 ALL_APPLICATIONS = TagType:BOOL | 600, /* Specified to indicate key is usable by all 106 EXPORTABLE = TagType:BOOL | 602, /* If true, private/secret key can be exported, but only [all …]
|
/hardware/interfaces/keymaster/3.0/vts/functional/ |
D | keymaster_tags.h | 200 MAKE_TAG_VALUE_ACCESSOR(TagType::BOOL, f.boolValue) 238 template <Tag tag> inline KeyParameter makeKeyParameter(TypedTag<TagType::BOOL, tag>) { in makeKeyParameter() argument 255 static_assert(tag_type != TagType::BOOL || (sizeof...(args) == 0), 257 static_assert(tag_type == TagType::BOOL || (sizeof...(args) == 1), 260 tag_type == TagType::BOOL ||
|
D | key_param_output.cpp | 105 case TagType::BOOL: in operator <<()
|
D | authorization_set.cpp | 39 case TagType::BOOL: in keyParamLess() 73 case TagType::BOOL: in keyParamEqual()
|
D | attestation_record.cpp | 208 void copyAuthTag(const ASN1_NULL* asn1_null, TypedTag<TagType::BOOL, tag> ttag, in copyAuthTag() argument
|
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/ |
D | keymaster_tags.h | 198 MAKE_TAG_VALUE_ACCESSOR(TagType::BOOL, f.boolValue) 238 inline KeyParameter makeKeyParameter(TypedTag<TagType::BOOL, tag>) { in makeKeyParameter() argument 261 static_assert(tag_type != TagType::BOOL || (sizeof...(args) == 0), 263 static_assert(tag_type == TagType::BOOL || (sizeof...(args) == 1), 266 tag_type == TagType::BOOL ||
|
/hardware/interfaces/tests/foo/1.0/default/ |
D | Foo.cpp | 24 if (d == Discriminator::BOOL) { in convertToBoolIfSmall() 25 outValue.discriminator = Discriminator::BOOL; in convertToBoolIfSmall() 30 outValue.discriminator = Discriminator::BOOL; in convertToBoolIfSmall()
|
/hardware/interfaces/keymaster/4.0/support/ |
D | key_param_output.cpp | 77 case TagType::BOOL: in operator <<()
|
D | authorization_set.cpp | 33 case TagType::BOOL: in keyParamLess() 66 case TagType::BOOL: in keyParamEqual()
|
D | attestation_record.cpp | 223 void copyAuthTag(const ASN1_NULL* asn1_null, TypedTag<TagType::BOOL, tag> ttag, in copyAuthTag() argument
|
/hardware/interfaces/tests/foo/1.0/ |
D | IFoo.hal | 136 BOOL, 172 * If d is BOOL, should leave all values as BOOLs.
|
/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
D | ValidateModel.cpp | 160 case OperandType::BOOL: in getInvalidRank() 199 case OperandType::BOOL: in getInvalidScale() 236 case OperandType::BOOL: in getInvalidZeroPoints() 286 case OperandType::BOOL: in mutateOperand()
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | types.hal | 49 BOOL = 6, 264 * * 10: An optional {@link OperandType::BOOL} scalar, default to false. 286 * * 7: An optional {@link OperandType::BOOL} scalar, default to false. 408 * * 10: An optional {@link OperandType::BOOL} scalar, default to false. 451 * * 7: An optional {@link OperandType::BOOL} scalar, default to false. 558 * * 11: An optional {@link OperandType::BOOL} scalar, default to false. 599 * * 8: An optional {@link OperandType::BOOL} scalar, default to false. 656 * * 2: An optional {@link OperandType::BOOL} scalar, default to false. 945 * * 10: An optional {@link OperandType::BOOL} scalar, default to false. 967 * * 7: An optional {@link OperandType::BOOL} scalar, default to false. [all …]
|
/hardware/interfaces/keymaster/4.0/ |
D | types.hal | 50 BOOL = 7 << 28, 163 CALLER_NONCE = TagType:BOOL | 7, 212 INCLUDE_UNIQUE_ID = TagType:BOOL | 202, 237 BOOTLOADER_ONLY = TagType:BOOL | 302, 252 ROLLBACK_RESISTANCE = TagType:BOOL | 303, 378 NO_AUTH_REQUIRED = TagType:BOOL | 503, /* If key is usable without authentication. */ 419 ALLOW_WHILE_ON_BODY = TagType:BOOL | 506, 466 TRUSTED_USER_PRESENCE_REQUIRED = TagType:BOOL | 507, 479 TRUSTED_CONFIRMATION_REQUIRED = TagType:BOOL | 508, 487 UNLOCKED_DEVICE_REQUIRED = TagType:BOOL | 509, [all …]
|
D | IKeymasterDevice.hal | 768 * o TagType::BOOL tags are represented as ASN.1 NULL. All entries in AuthorizationList are
|