Home
last modified time | relevance | path

Searched refs:BYTES (Results 1 – 6 of 6) sorted by relevance

/system/nfc/utils/
Dconfig.cc64 type_ = BYTES; in ConfigValue()
82 CHECK(type_ == BYTES); in getBytes()
96 type_ = BYTES; in parseFromString()
/system/nfc/utils/include/
Dconfig.h24 enum Type { UNSIGNED, STRING, BYTES }; enumerator
/system/keymaster/ng/include/
Dauthorization_set.h220 AuthorizationSetBuilder& Authorization(TypedTag<TagType::BYTES, tag> ttag, const uint8_t* data, in Authorization() argument
229 AuthorizationSetBuilder& Authorization(TypedTag<TagType::BYTES, tag> ttag, const char* data, in Authorization() argument
Dkeymaster_tags.h218 MAKE_TAG_VALUE_ACCESSOR(TagType::BYTES, blob) in MAKE_TAG_VALUE_ACCESSOR() argument
/system/security/keystore2/src/
Dkey_parameter.rs1068 TagType::BIGNUM | TagType::BYTES => { in get_field_by_tag_type()
Dlegacy_blob.rs519 TagType::BYTES | TagType::BIGNUM => { in read_key_parameters()