HomeSort by relevance Sort by last modified time
    Searched full:digest_set_is_full (Results 1 - 2 of 2) sorted by null

  /system/keymaster/legacy_support/
keymaster1_legacy_support.cpp 35 // insertions but not actually store anything. It's used in digest_set_is_full below to count the
49 template <typename Iter> static bool digest_set_is_full(Iter begin, Iter end) { function in namespace:keymaster
72 *supports_all = digest_set_is_full(digest_vec.begin(), digest_vec.end());
  /system/keymaster/contexts/
soft_keymaster_device.cpp 88 // insertions but not actually store anything. It's used in digest_set_is_full below to count the
102 template <typename Iter> static bool digest_set_is_full(Iter begin, Iter end) { function in namespace:keymaster
125 *supports_all = digest_set_is_full(digest_vec.begin(), digest_vec.end());
    [all...]

Completed in 2923 milliseconds