Searched refs:GetEntry (Results 1 – 6 of 6) sorted by relevance
185 auto entry = GetEntry(tag); in GetTagValue()228 NullOr<const KeyParameter&> GetEntry(Tag tag) const;
182 auto entry = GetEntry(tag);222 std::optional<std::reference_wrapper<const KeyParameter>> GetEntry(Tag tag) const;
181 auto entry = GetEntry(tag); in GetTagValue()236 NullOr<const KeyParameter&> GetEntry(Tag tag) const;
177 NullOr<const KeyParameter&> AuthorizationSet::GetEntry(Tag tag) const { in GetEntry() function in android::hardware::keymaster::V3_0::AuthorizationSet
109 std::optional<std::reference_wrapper<const KeyParameter>> AuthorizationSet::GetEntry( in GetEntry() function in aidl::android::hardware::security::keymint::AuthorizationSet
178 NullOr<const KeyParameter&> AuthorizationSet::GetEntry(Tag tag) const { in GetEntry() function in android::hardware::keymaster::V4_0::AuthorizationSet