Home
last modified time | relevance | path

Searched defs:ttag (Results 1 – 2 of 2) sorted by relevance

/system/keymaster/ng/include/
Dauthorization_set.h158 bool Contains(TypedTag<tag_type, tag> ttag, const ValueT& value) const { in Contains()
214 AuthorizationSetBuilder& Authorization(TagType ttag, ValueType&&... value) { in Authorization()
220 AuthorizationSetBuilder& Authorization(TypedTag<TagType::BYTES, tag> ttag, const uint8_t* data, in Authorization()
229 AuthorizationSetBuilder& Authorization(TypedTag<TagType::BYTES, tag> ttag, const char* data, in Authorization()
/system/security/keystore2/src/km_compat/
Dkm_compat.cpp907 static auto getParam(const std::vector<KeyParameter>& keyParams, KMV1::TypedTag<type, tag> ttag) in getParam()
919 static bool containsParam(const std::vector<KeyParameter>& keyParams, T ttag) { in containsParam()