Home
last modified time | relevance | path

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

/system/nfc/utils/
Dconfig.cc60 type_ = BYTES; in ConfigValue()
77 CHECK(type_ == BYTES); in getBytes()
91 type_ = BYTES; in parseFromString()
/system/nfc/utils/include/
Dconfig.h24 enum Type { UNSIGNED, STRING, BYTES }; enumerator
/system/security/keystore/
Dkeystore_aidl_hidl_marshalling_utils.cpp91 case TagType::BYTES: in readKeyParameterFromParcel()
124 case TagType::BYTES: in writeKeyParameterToParcel()
/system/keymaster/ng/include/
Dauthorization_set.h229 AuthorizationSetBuilder& Authorization(TypedTag<TagType::BYTES, tag> ttag, const uint8_t* data, in Authorization() argument
238 AuthorizationSetBuilder& Authorization(TypedTag<TagType::BYTES, tag> ttag, const char* data, in Authorization() argument
Dkeymaster_tags.h220 MAKE_TAG_VALUE_ACCESSOR(TagType::BYTES, blob) in MAKE_TAG_VALUE_ACCESSOR() argument