Lines Matching refs:find
180 int AuthorizationSet::find(keymaster_tag_t tag, int begin) const { in find() function in keymaster::AuthorizationSet
490 for (int pos = -1; (pos = find(tag, pos)) != -1;) in GetTagCount()
496 int pos = find(tag); in GetTagValueEnum()
509 pos = find(tag, pos); in GetTagValueEnumRep()
520 int pos = find(tag); in GetTagValueInt()
533 pos = find(tag, pos); in GetTagValueIntRep()
544 int pos = find(tag); in GetTagValueLong()
557 pos = find(tag, pos); in GetTagValueLongRep()
568 int pos = find(tag); in GetTagValueDate()
577 int pos = find(tag); in GetTagValueBlob()
586 int pos = find(tag); in GetTagValueBool()