Home
last modified time | relevance | path

Searched refs:BOOL (Results 1 – 15 of 15) sorted by relevance

/hardware/interfaces/keymaster/3.0/
Dtypes.hal27 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/
Dkeymaster_tags.h200 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 ||
Dkey_param_output.cpp105 case TagType::BOOL: in operator <<()
Dauthorization_set.cpp39 case TagType::BOOL: in keyParamLess()
73 case TagType::BOOL: in keyParamEqual()
Dattestation_record.cpp208 void copyAuthTag(const ASN1_NULL* asn1_null, TypedTag<TagType::BOOL, tag> ttag, in copyAuthTag() argument
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
Dkeymaster_tags.h198 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/
DFoo.cpp24 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/
Dkey_param_output.cpp77 case TagType::BOOL: in operator <<()
Dauthorization_set.cpp33 case TagType::BOOL: in keyParamLess()
66 case TagType::BOOL: in keyParamEqual()
Dattestation_record.cpp223 void copyAuthTag(const ASN1_NULL* asn1_null, TypedTag<TagType::BOOL, tag> ttag, in copyAuthTag() argument
/hardware/interfaces/tests/foo/1.0/
DIFoo.hal136 BOOL,
172 * If d is BOOL, should leave all values as BOOLs.
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DValidateModel.cpp160 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/
Dtypes.hal49 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/
Dtypes.hal50 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 …]
DIKeymasterDevice.hal768 * o TagType::BOOL tags are represented as ASN.1 NULL. All entries in AuthorizationList are